mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-03-20 16:15:09 +00:00
theme: remove unused fonts #83
because we only support IE11 and evergreen browsers, having woff and woff2 is enough
This commit is contained in:
parent
70e7e603f8
commit
8f7c0da9e7
27 changed files with 3 additions and 11 deletions
exampleSite/static/fonts
monogramos-webfont.eotmonogramos-webfont.svgmonogramos-webfont.ttfmonogramos-webfont.woffmonogramos-webfont.woff2
static
css
fonts
Inconsolata.eotInconsolata.svgInconsolata.ttfInconsolata.woffNovecentosanswide-Normal-webfont.eotNovecentosanswide-Normal-webfont.svgNovecentosanswide-Normal-webfont.ttfNovecentosanswide-UltraLight-webfont.eotNovecentosanswide-UltraLight-webfont.svgNovecentosanswide-UltraLight-webfont.ttfWork_Sans_200.eotWork_Sans_200.svgWork_Sans_200.ttfWork_Sans_200.woffWork_Sans_200.woff2Work_Sans_300.eotWork_Sans_300.svgWork_Sans_300.ttfWork_Sans_500.eotWork_Sans_500.svgWork_Sans_500.ttf
Binary file not shown.
File diff suppressed because one or more lines are too long
Before (image error) Size: 256 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -21,22 +21,21 @@
|
|||
}
|
||||
@font-face {
|
||||
font-family: 'Novacento Sans Wide';
|
||||
src: url("../fonts/Novecentosanswide-UltraLight-webfont.eot");
|
||||
src: url("../fonts/Novecentosanswide-UltraLight-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Novecentosanswide-UltraLight-webfont.woff2") format("woff2"), url("../fonts/Novecentosanswide-UltraLight-webfont.woff") format("woff"), url("../fonts/Novecentosanswide-UltraLight-webfont.ttf") format("truetype"), url("../fonts/Novecentosanswide-UltraLight-webfont.svg#novecento_sans_wideultralight") format("svg");
|
||||
font-style: normal;
|
||||
font-weight: 200;
|
||||
src: url("../fonts/Novecentosanswide-UltraLight-webfont.woff2") format("woff2"), url("../fonts/Novecentosanswide-UltraLight-webfont.woff") format("woff");
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Work Sans';
|
||||
font-style: normal;
|
||||
font-weight: 300;
|
||||
src: url("../fonts/Work_Sans_300.eot?#iefix") format("embedded-opentype"), url("../fonts/Work_Sans_300.woff") format("woff"), url("../fonts/Work_Sans_300.woff2") format("woff2"), url("../fonts/Work_Sans_300.svg#WorkSans") format("svg"), url("../fonts/Work_Sans_300.ttf") format("truetype");
|
||||
src: url("../fonts/Work_Sans_300.woff2") format("woff2"), url("../fonts/Work_Sans_300.woff") format("woff");
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Work Sans';
|
||||
font-style: normal;
|
||||
font-weight: 500;
|
||||
src: url("../fonts/Work_Sans_500.eot?#iefix") format("embedded-opentype"), url("../fonts/Work_Sans_500.woff") format("woff"), url("../fonts/Work_Sans_500.woff2") format("woff2"), url("../fonts/Work_Sans_500.svg#WorkSans") format("svg"), url("../fonts/Work_Sans_500.ttf") format("truetype");
|
||||
src: url("../fonts/Work_Sans_500.woff2") format("woff2"), url("../fonts/Work_Sans_500.woff") format("woff");
|
||||
}
|
||||
body {
|
||||
background: #fff;
|
||||
|
|
Binary file not shown.
File diff suppressed because one or more lines are too long
Before (image error) Size: 60 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long
Before (image error) Size: 96 KiB |
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long
Before (image error) Size: 90 KiB |
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long
Before (image error) Size: 54 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long
Before (image error) Size: 54 KiB |
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long
Before (image error) Size: 53 KiB |
Binary file not shown.
Loading…
Add table
Reference in a new issue