diff options
Diffstat (limited to 'design/sass/_fonts.scss')
-rw-r--r-- | design/sass/_fonts.scss | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/design/sass/_fonts.scss b/design/sass/_fonts.scss index 0721356..dfe632a 100644 --- a/design/sass/_fonts.scss +++ b/design/sass/_fonts.scss @@ -8,43 +8,3 @@ font-style: normal; } - -@font-face { - font-family: "robotoslab"; - src: url("robotoslab-regular-webfont.eot"); - src: url("robotoslab-regular-webfont.eot?#iefix") format("embedded-opentype"), url("robotoslab-regular-webfont.woff") format("woff"), url("robotoslab-regular-webfont.ttf") format("truetype"); - font-weight: normal; - font-style: normal; -} - - -@font-face { - font-family: "robotoslab-bold"; - src: url("robotoslab-bold-webfont.eot"); - src: url("robotoslab-bold-webfont.eot?#iefix") format("embedded-opentype"), url("robotoslab-bold-webfont.woff") format("woff"), url("robotoslab-bold-webfont.ttf") format("truetype"); - font-weight: normal; - font-style: normal; -} - -@font-face { - font-family: 'latoregular'; - src: url('lato-regular-webfont.eot'); - src: url('lato-regular-webfont.eot?#iefix') format('embedded-opentype'), - url('lato-regular-webfont.woff2') format('woff2'), - url('lato-regular-webfont.woff') format('woff'), - url('lato-regular-webfont.ttf') format('truetype'); - font-weight: normal; - font-style: normal; - -} -@font-face { - font-family: 'latobold'; - src: url('lato-bold-webfont.eot'); - src: url('lato-bold-webfont.eot?#iefix') format('embedded-opentype'), - url('lato-bold-webfont.woff2') format('woff2'), - url('lato-bold-webfont.woff') format('woff'), - url('lato-bold-webfont.ttf') format('truetype'); - font-weight: normal; - font-style: normal; - -} |