diff options
-rw-r--r-- | app/assets/stylesheets/fonts.scss | 60 |
1 files changed, 30 insertions, 30 deletions
diff --git a/app/assets/stylesheets/fonts.scss b/app/assets/stylesheets/fonts.scss index 18b2b76a9..2bfb8d222 100644 --- a/app/assets/stylesheets/fonts.scss +++ b/app/assets/stylesheets/fonts.scss @@ -1,11 +1,11 @@ @font-face { font-family: 'DeliciousBold'; - src: url(font-path('delicious-bold-webfont.eot')); - src: url(font-path('delicious-bold-webfont.eot?#iefix')) format('embedded-opentype'), - url(font-path('delicious-bold-webfont.woff')) format('woff'), - url(font-path('delicious-bold-webfont.ttf')) format('truetype'), - url(font-path('delicious-bold-webfont.svg#DeliciousBold')) format('svg'); + src: font-url('delicious-bold-webfont.eot'); + src: font-url('delicious-bold-webfont.eot?#iefix') format('embedded-opentype'), + font-url('delicious-bold-webfont.woff') format('woff'), + font-url('delicious-bold-webfont.ttf') format('truetype'), + font-url('delicious-bold-webfont.svg#DeliciousBold') format('svg'); font-weight: normal; font-style: normal; @@ -13,11 +13,11 @@ @font-face { font-family: 'DeliciousBoldItalic'; - src: url(font-path('delicious-bolditalic-webfont.eot')); - src: url(font-path('delicious-bolditalic-webfont.eot?#iefix')) format('embedded-opentype'), - url(font-path('delicious-bolditalic-webfont.woff')) format('woff'), - url(font-path('delicious-bolditalic-webfont.ttf')) format('truetype'), - url(font-path('delicious-bolditalic-webfont.svg#DeliciousBoldItalic')) format('svg'); + src: font-url('delicious-bolditalic-webfont.eot'); + src: font-url('delicious-bolditalic-webfont.eot?#iefix') format('embedded-opentype'), + font-url('delicious-bolditalic-webfont.woff') format('woff'), + font-url('delicious-bolditalic-webfont.ttf') format('truetype'), + font-url('delicious-bolditalic-webfont.svg#DeliciousBoldItalic') format('svg'); font-weight: normal; font-style: normal; @@ -25,11 +25,11 @@ @font-face { font-family: 'DeliciousHeavyRegular'; - src: url(font-path('delicious-heavy-webfont.eot')); - src: url(font-path('delicious-heavy-webfont.eot?#iefix')) format('embedded-opentype'), - url(font-path('delicious-heavy-webfont.woff')) format('woff'), - url(font-path('delicious-heavy-webfont.ttf')) format('truetype'), - url(font-path('delicious-heavy-webfont.svg#DeliciousHeavyRegular')) format('svg'); + src: font-url('delicious-heavy-webfont.eot'); + src: font-url('delicious-heavy-webfont.eot?#iefix') format('embedded-opentype'), + font-url('delicious-heavy-webfont.woff') format('woff'), + font-url('delicious-heavy-webfont.ttf') format('truetype'), + font-url('delicious-heavy-webfont.svg#DeliciousHeavyRegular') format('svg'); font-weight: normal; font-style: normal; @@ -37,11 +37,11 @@ @font-face { font-family: 'DeliciousItalic'; - src: url(font-path('delicious-italic-webfont.eot')); - src: url(font-path('delicious-italic-webfont.eot?#iefix')) format('embedded-opentype'), - url(font-path('delicious-italic-webfont.woff')) format('woff'), - url(font-path('delicious-italic-webfont.ttf')) format('truetype'), - url(font-path('delicious-italic-webfont.svg#DeliciousItalic')) format('svg'); + src: font-url('delicious-italic-webfont.eot'); + src: font-url('delicious-italic-webfont.eot?#iefix') format('embedded-opentype'), + font-url('delicious-italic-webfont.woff') format('woff'), + font-url('delicious-italic-webfont.ttf') format('truetype'), + font-url('delicious-italic-webfont.svg#DeliciousItalic') format('svg'); font-weight: normal; font-style: normal; @@ -49,11 +49,11 @@ @font-face { font-family: 'DeliciousRoman'; - src: url(font-path('delicious-roman-webfont.eot')); - src: url(font-path('delicious-roman-webfont.eot?#iefix')) format('embedded-opentype'), - url(font-path('delicious-roman-webfont.woff')) format('woff'), - url(font-path('delicious-roman-webfont.ttf')) format('truetype'), - url(font-path('delicious-roman-webfont.svg#DeliciousRoman')) format('svg'); + src: font-url('delicious-roman-webfont.eot'); + src: font-url('delicious-roman-webfont.eot?#iefix') format('embedded-opentype'), + font-url('delicious-roman-webfont.woff') format('woff'), + font-url('delicious-roman-webfont.ttf') format('truetype'), + font-url('delicious-roman-webfont.svg#DeliciousRoman') format('svg'); font-weight: normal; font-style: normal; @@ -61,11 +61,11 @@ @font-face { font-family: 'DeliciousSmallCapsRegular'; - src: url(font-path('delicious-smallcaps-webfont.eot')); - src: url(font-path('delicious-smallcaps-webfont.eot?#iefix')) format('embedded-opentype'), - url(font-path('delicious-smallcaps-webfont.woff')) format('woff'), - url(font-path('delicious-smallcaps-webfont.ttf')) format('truetype'), - url(font-path('delicious-smallcaps-webfont.svg#DeliciousSmallCapsRegular')) format('svg'); + src: font-url('delicious-smallcaps-webfont.eot'); + src: font-url('delicious-smallcaps-webfont.eot?#iefix') format('embedded-opentype'), + font-url('delicious-smallcaps-webfont.woff') format('woff'), + font-url('delicious-smallcaps-webfont.ttf') format('truetype'), + font-url('delicious-smallcaps-webfont.svg#DeliciousSmallCapsRegular') format('svg'); font-weight: normal; font-style: normal; |