From fc476ec89f95a8011ae132dfda05d05ff4642d7a Mon Sep 17 00:00:00 2001 From: Ekaitz Zárraga Date: Fri, 6 Apr 2018 12:01:09 +0200 Subject: Template V1 --- themes/elenq/static/css/fonts.css | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 themes/elenq/static/css/fonts.css (limited to 'themes/elenq/static/css/fonts.css') diff --git a/themes/elenq/static/css/fonts.css b/themes/elenq/static/css/fonts.css new file mode 100644 index 0000000..90740da --- /dev/null +++ b/themes/elenq/static/css/fonts.css @@ -0,0 +1,23 @@ +/* Webfont: LatoLatin-Regular */@font-face { + font-family: 'LatoLatinWeb'; + src: url('/theme/fonts/LatoLatin-Regular.eot'); /* IE9 Compat Modes */ + src: url('/theme/fonts/LatoLatin-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ + url('/theme/fonts/LatoLatin-Regular.woff2') format('woff2'), /* Modern Browsers */ + url('/theme/fonts/LatoLatin-Regular.woff') format('woff'), /* Modern Browsers */ + url('/theme/fonts/LatoLatin-Regular.ttf') format('truetype'); + font-style: normal; + font-weight: normal; + text-rendering: optimizeLegibility; +} + +/* Webfont: LatoLatin-Light */@font-face { + font-family: 'LatoLatinLightWeb'; + src: url('/theme/fonts/LatoLatin-Light.eot'); /* IE9 Compat Modes */ + src: url('/theme/fonts/LatoLatin-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ + url('/theme/fonts/LatoLatin-Light.woff2') format('woff2'), /* Modern Browsers */ + url('/theme/fonts/LatoLatin-Light.woff') format('woff'), /* Modern Browsers */ + url('/theme/fonts/LatoLatin-Light.ttf') format('truetype'); + font-style: normal; + font-weight: normal; + text-rendering: optimizeLegibility; +} -- cgit v1.2.3