diff --git a/css/_fonts.scss b/css/_fonts.scss index 8b46dc2..43da065 100644 --- a/css/_fonts.scss +++ b/css/_fonts.scss @@ -1,10 +1,10 @@ @font-face { font-family: 'popcorn'; src:url('../fonts/popcorn.eot?yuu85v'); - src:url('../fonts/popcorn.eot?#iefixyuu85v') format('embedded-opentype'), + src:url('../fonts/popcorn.svg?yuu85v#popcorn') format('svg'), + url('../fonts/popcorn.eot?#iefixyuu85v') format('embedded-opentype'), url('../fonts/popcorn.woff?yuu85v') format('woff'), - url('../fonts/popcorn.ttf?yuu85v') format('truetype'), - url('../fonts/popcorn.svg?yuu85v#popcorn') format('svg'); + url('../fonts/popcorn.ttf?yuu85v') format('truetype'); font-weight: normal; font-style: normal; } diff --git a/css/style.css b/css/style.css index 37d31b3..f95418c 100755 --- a/css/style.css +++ b/css/style.css @@ -3116,7 +3116,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI @font-face { font-family: 'popcorn'; src: url("../fonts/popcorn.eot?yuu85v"); - src: url("../fonts/popcorn.eot?#iefixyuu85v") format("embedded-opentype"), url("../fonts/popcorn.woff?yuu85v") format("woff"), url("../fonts/popcorn.ttf?yuu85v") format("truetype"), url("../fonts/popcorn.svg?yuu85v#popcorn") format("svg"); + src: url("../fonts/popcorn.svg?yuu85v#popcorn") format("svg"), url("../fonts/popcorn.eot?#iefixyuu85v") format("embedded-opentype"), url("../fonts/popcorn.woff?yuu85v") format("woff"), url("../fonts/popcorn.ttf?yuu85v") format("truetype"); font-weight: normal; font-style: normal; }