Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Commit

Permalink
fix: removed the unused fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
aswathy-deriv committed Jan 12, 2024
1 parent 865d970 commit 5817732
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 54 deletions.
26 changes: 0 additions & 26 deletions static/css/ibm-plex-sans-var.css

This file was deleted.

29 changes: 1 addition & 28 deletions static/css/ubuntu.css
Original file line number Diff line number Diff line change
@@ -1,28 +1 @@
@font-face {
font-family: 'Ubuntu';
src: url('https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCxCvjsGyNPYZvgw.woff2')
format('woff2');
font-display: swap;
font-weight: 100 400;
}

@font-face {
font-family: 'Ubuntu';
src: url('../fonts/Ubuntu-Bold.woff2') format('woff2');
font-display: swap;
font-weight: 800;
}

@font-face {
font-family: 'Ubuntu';
src: url('../fonts/Ubuntu-Light.woff2') format('woff2');
font-display: swap;
font-weight: 200;
}

@font-face {
font-family: 'Ubuntu';
src: url('../fonts/Ubuntu-Medium.woff2') format('woff2');
font-display: swap;
font-weight: 500;
}
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@400&display=swap');
Binary file removed static/fonts/IBMPlexSans-Bold.woff2
Binary file not shown.
Binary file removed static/fonts/IBMPlexSansVar-Italic.woff2
Binary file not shown.
Binary file removed static/fonts/IBMPlexSansVar-Roman.woff2
Binary file not shown.
Binary file removed static/fonts/Ubuntu-Bold.woff2
Binary file not shown.
Binary file removed static/fonts/Ubuntu-Light.woff2
Binary file not shown.
Binary file removed static/fonts/Ubuntu-Medium.woff2
Binary file not shown.
Binary file removed static/fonts/Ubuntu-Regular.woff2
Binary file not shown.

0 comments on commit 5817732

Please sign in to comment.