Skip to content

Commit

Permalink
Remove EOT fonts (#969) (#973)
Browse files Browse the repository at this point in the history
  • Loading branch information
gzdunek authored Jul 12, 2022
1 parent 04cd005 commit a934c84
Show file tree
Hide file tree
Showing 14 changed files with 37 additions and 46 deletions.
Binary file not shown.
Binary file modified web/packages/design/src/assets/icomoon/fonts/icomoon.ttf
Binary file not shown.
Binary file modified web/packages/design/src/assets/icomoon/fonts/icomoon.woff
Binary file not shown.
Binary file modified web/packages/design/src/assets/icomoon/fonts/icomoon.woff2
Binary file not shown.
19 changes: 13 additions & 6 deletions web/packages/design/src/assets/icomoon/style.css

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
64 changes: 24 additions & 40 deletions web/packages/design/src/assets/ubuntu/style.css
Original file line number Diff line number Diff line change
@@ -1,87 +1,71 @@
@font-face {
font-family: 'Ubuntu2';
src: url('./fonts/Ubuntu-Bold.eot');
src: url('./fonts/Ubuntu-Bold.eot?#iefix') format('embedded-opentype'),
url('./fonts/Ubuntu-Bold.woff2') format('woff2'),
url('./fonts/Ubuntu-Bold.woff') format('woff'),
url('./fonts/Ubuntu-Bold.ttf') format('truetype');
src: url('./fonts/Ubuntu-Bold.woff2') format('woff2'),
url('./fonts/Ubuntu-Bold.woff') format('woff'),
url('./fonts/Ubuntu-Bold.ttf') format('truetype');
font-weight: bold;
font-style: normal;
}

@font-face {
font-family: 'Ubuntu2';
src: url('./fonts/Ubuntu-MediumItalic.eot');
src: url('./fonts/Ubuntu-MediumItalic.eot?#iefix') format('embedded-opentype'),
url('./fonts/Ubuntu-MediumItalic.woff2') format('woff2'),
url('./fonts/Ubuntu-MediumItalic.woff') format('woff'),
url('./fonts/Ubuntu-MediumItalic.ttf') format('truetype');
src: url('./fonts/Ubuntu-MediumItalic.woff2') format('woff2'),
url('./fonts/Ubuntu-MediumItalic.woff') format('woff'),
url('./fonts/Ubuntu-MediumItalic.ttf') format('truetype');
font-weight: 500;
font-style: italic;
}

@font-face {
font-family: 'Ubuntu2';
src: url('./fonts/Ubuntu-Regular.eot');
src: url('./fonts/Ubuntu-Regular.eot?#iefix') format('embedded-opentype'),
url('./fonts/Ubuntu-Regular.woff2') format('woff2'),
url('./fonts/Ubuntu-Regular.woff') format('woff'),
url('./fonts/Ubuntu-Regular.ttf') format('truetype');
src: url('./fonts/Ubuntu-Regular.woff2') format('woff2'),
url('./fonts/Ubuntu-Regular.woff') format('woff'),
url('./fonts/Ubuntu-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'Ubuntu2';
src: url('./fonts/Ubuntu-BoldItalic.eot');
src: url('./fonts/Ubuntu-BoldItalic.eot?#iefix') format('embedded-opentype'),
url('./fonts/Ubuntu-BoldItalic.woff2') format('woff2'),
url('./fonts/Ubuntu-BoldItalic.woff') format('woff'),
url('./fonts/Ubuntu-BoldItalic.ttf') format('truetype');
src: url('./fonts/Ubuntu-BoldItalic.woff2') format('woff2'),
url('./fonts/Ubuntu-BoldItalic.woff') format('woff'),
url('./fonts/Ubuntu-BoldItalic.ttf') format('truetype');
font-weight: bold;
font-style: italic;
}

@font-face {
font-family: 'Ubuntu2';
src: url('./fonts/Ubuntu-Light.eot');
src: url('./fonts/Ubuntu-Light.eot?#iefix') format('embedded-opentype'),
url('./fonts/Ubuntu-Light.woff2') format('woff2'),
url('./fonts/Ubuntu-Light.woff') format('woff'),
url('./fonts/Ubuntu-Light.ttf') format('truetype');
src: url('./fonts/Ubuntu-Light.woff2') format('woff2'),
url('./fonts/Ubuntu-Light.woff') format('woff'),
url('./fonts/Ubuntu-Light.ttf') format('truetype');
font-weight: 300;
font-style: normal;
}

@font-face {
font-family: 'Ubuntu2';
src: url('./fonts/Ubuntu-LightItalic.eot');
src: url('./fonts/Ubuntu-LightItalic.eot?#iefix') format('embedded-opentype'),
url('./fonts/Ubuntu-LightItalic.woff2') format('woff2'),
url('./fonts/Ubuntu-LightItalic.woff') format('woff'),
url('./fonts/Ubuntu-LightItalic.ttf') format('truetype');
src: url('./fonts/Ubuntu-LightItalic.woff2') format('woff2'),
url('./fonts/Ubuntu-LightItalic.woff') format('woff'),
url('./fonts/Ubuntu-LightItalic.ttf') format('truetype');
font-weight: 300;
font-style: italic;
}

@font-face {
font-family: 'Ubuntu2';
src: url('./fonts/Ubuntu-Medium.eot');
src: url('./fonts/Ubuntu-Medium.eot?#iefix') format('embedded-opentype'),
url('./fonts/Ubuntu-Medium.woff2') format('woff2'),
url('./fonts/Ubuntu-Medium.woff') format('woff'),
url('./fonts/Ubuntu-Medium.ttf') format('truetype');
src: url('./fonts/Ubuntu-Medium.woff2') format('woff2'),
url('./fonts/Ubuntu-Medium.woff') format('woff'),
url('./fonts/Ubuntu-Medium.ttf') format('truetype');
font-weight: 500;
font-style: normal;
}

@font-face {
font-family: 'Ubuntu2';
src: url('./fonts/Ubuntu-Italic.eot');
src: url('./fonts/Ubuntu-Italic.eot?#iefix') format('embedded-opentype'),
url('./fonts/Ubuntu-Italic.woff2') format('woff2'),
url('./fonts/Ubuntu-Italic.woff') format('woff'),
url('./fonts/Ubuntu-Italic.ttf') format('truetype');
src: url('./fonts/Ubuntu-Italic.woff2') format('woff2'),
url('./fonts/Ubuntu-Italic.woff') format('woff'),
url('./fonts/Ubuntu-Italic.ttf') format('truetype');
font-weight: normal;
font-style: italic;
}
Expand Down

0 comments on commit a934c84

Please sign in to comment.