diff options
| author | Max | 2018-10-15 23:46:42 +0200 |
|---|---|---|
| committer | Max | 2018-10-15 23:46:42 +0200 |
| commit | 00c9709fd9763542e848f6278db8ba26af5c9886 (patch) | |
| tree | 92cb1c1ee4c467118e1e5a4c7e233d3feac6efa8 /sass/fonts | |
| download | fuselkoenig_de-00c9709fd9763542e848f6278db8ba26af5c9886.tar.gz | |
Initial commit.
Diffstat (limited to 'sass/fonts')
| -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; + +} + |
