1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2026-01-10 19:22:55 -05:00

optimize font delivery

This commit is contained in:
2018-04-26 13:08:50 -04:00
parent 3558c4b0cd
commit e9a01f5a82

View File

@@ -1,3 +1,19 @@
/*! Open Sans Light | Apache License 2.0 | fonts.google.com/specimen/Open+Sans */
@font-face {
font-family: "Open Sans";
font-style: normal;
font-weight: 300;
src: url("fonts/open-sans-light.eot");
src: local("Open Sans Light"), local("OpenSans-Light"),
url("fonts/open-sans-light.eot?#iefix") format("embedded-opentype"),
url("fonts/open-sans-light.woff2") format("woff2"),
url("fonts/open-sans-light.woff") format("woff"),
url("fonts/open-sans-light.ttf") format("truetype"),
url("fonts/open-sans-light.svg#OpenSans") format("svg");
}
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
@@ -177,22 +193,6 @@ template {
}
/*! Open Sans Light | Apache License 2.0 | fonts.google.com/specimen/Open+Sans */
@font-face {
font-family: "Open Sans";
font-style: normal;
font-weight: 300;
src: url("fonts/open-sans-light.eot");
src: local("Open Sans Light"), local("OpenSans-Light"),
url("fonts/open-sans-light.eot?#iefix") format("embedded-opentype"),
url("fonts/open-sans-light.woff2") format("woff2"),
url("fonts/open-sans-light.woff") format("woff"),
url("fonts/open-sans-light.ttf") format("truetype"),
url("fonts/open-sans-light.svg#OpenSans") format("svg");
}
/*! JJ CSS */
body {