summaryrefslogtreecommitdiff
path: root/sass/fonts/charter.scss
diff options
context:
space:
mode:
authorMax2018-10-15 23:46:42 +0200
committerMax2018-10-15 23:46:42 +0200
commit00c9709fd9763542e848f6278db8ba26af5c9886 (patch)
tree92cb1c1ee4c467118e1e5a4c7e233d3feac6efa8 /sass/fonts/charter.scss
downloadfuselkoenig_de-00c9709fd9763542e848f6278db8ba26af5c9886.tar.gz
Initial commit.
Diffstat (limited to 'sass/fonts/charter.scss')
-rw-r--r--sass/fonts/charter.scss19
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;
+
+}
+