diff options
Diffstat (limited to 'sass/fonts/charter.scss')
| -rw-r--r-- | sass/fonts/charter.scss | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/sass/fonts/charter.scss b/sass/fonts/charter.scss new file mode 100644 index 0000000..db07169 --- /dev/null +++ b/sass/fonts/charter.scss @@ -0,0 +1,19 @@ +@font-face { + font-family: 'charterregular'; + src: url('fonts/charter_regular-webfont.eot'); + src: url('fonts/charter_regular-webfont.eot?#iefix') format('embedded-opentype'), + url('fonts/charter_regular-webfont.woff') format('woff'); + font-weight: normal; + font-style: normal; + +} +@font-face { + font-family: 'charterbold'; + src: url('fonts/charter_bold-webfont.eot'); + src: url('fonts/charter_bold-webfont.eot?#iefix') format('embedded-opentype'), + url('fonts/charter_bold-webfont.woff') format('woff'); + font-weight: normal; + font-style: normal; + +} + |
