diff options
Diffstat (limited to 'design/sass/_fonts.scss')
-rw-r--r-- | design/sass/_fonts.scss | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/design/sass/_fonts.scss b/design/sass/_fonts.scss new file mode 100644 index 0000000..5f96654 --- /dev/null +++ b/design/sass/_fonts.scss @@ -0,0 +1,20 @@ +@font-face { + font-family: 'carrois_gothicregular'; + src: url('carroisgothic-regular-webfont.eot'); + src: url('carroisgothic-regular-webfont.eot?#iefix') format('embedded-opentype'), + url('carroisgothic-regular-webfont.woff') format('woff'), + url('carroisgothic-regular-webfont.ttf') format('truetype'); + font-weight: normal; + font-style: normal; + +} + +@font-face { + font-family: "trumpgoteasmed"; + src: url("trumpgoteasmed-webfont.eot"); + src: url("trumpgoteasmed-webfont.eot?#iefix") format("embedded-opentype"), url("trumpgoteasmed-webfont.woff") format("woff"), url("trumpgoteasmed-webfont.ttf") format("truetype"), url("trumpgoteasmed-webfont.svg#trumpgoteasmed") format("svg"); + font-weight: normal; + font-style: normal; +} + + |