From bd049da29ca30d23a2702adeeca3f2a3afe58b7e Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Wed, 17 Feb 2016 09:18:21 +0100 Subject: Selfhosted fonts --- assets/css/fonts.css | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 assets/css/fonts.css (limited to 'assets/css/fonts.css') diff --git a/assets/css/fonts.css b/assets/css/fonts.css new file mode 100644 index 0000000..6e95548 --- /dev/null +++ b/assets/css/fonts.css @@ -0,0 +1,41 @@ +@font-face { + font-family: 'Eurofur'; + src: url('/fonts/eurof55.ttf') format('truetype'); + font-weight: normal; + font-style: normal; +} + +@font-face { + font-family: 'Eurofur'; + src: url('/fonts/eurof56.ttf') format('truetype'); + font-weight: normal; + font-style: italic; +} + +@font-face { + font-family: 'Eurofur'; + src: url('/fonts/eurof75.ttf') format('truetype'); + font-weight: bold; + font-style: normal; +} + +@font-face { + font-family: 'Eurofur'; + src: url('/fonts/eurof76.ttf') format('truetype'); + font-weight: bold; + font-style: italic; +} + +@font-face { + font-family: 'Monofur'; + src: url('/fonts/monof55.ttf') format('truetype'); + font-weight: normal; + font-style: normal; +} + +@font-face { + font-family: 'Monofur'; + src: url('/fonts/monof55.ttf') format('truetype'); + font-weight: normal; + font-style: italic; +} -- cgit v1.2.3