From 00c9709fd9763542e848f6278db8ba26af5c9886 Mon Sep 17 00:00:00 2001 From: Max Date: Mon, 15 Oct 2018 23:46:42 +0200 Subject: Initial commit. --- sass/fonts/charter.scss | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 sass/fonts/charter.scss (limited to 'sass/fonts') 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; + +} + -- cgit v1.2.3