diff --git a/public/style.css b/public/style.css index 6c8df355..ff22b5f6 100644 --- a/public/style.css +++ b/public/style.css @@ -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 {