summaryrefslogtreecommitdiff
path: root/templates/web/css/fonts.css
diff options
context:
space:
mode:
authorEkaitz Zarraga <ekaitz@elenq.tech>2020-05-27 16:08:24 +0200
committerEkaitz Zarraga <ekaitz@elenq.tech>2020-05-27 16:08:24 +0200
commitfc6a961ad0429f082912c37431ed3e71510c6dfb (patch)
tree09ab89be4db9a9510ab8a0ce83480fedce931363 /templates/web/css/fonts.css
parentc123bb147cd0acc3b898b3db4134b584575b9ee4 (diff)
Add web template for embedded css
Diffstat (limited to 'templates/web/css/fonts.css')
-rw-r--r--templates/web/css/fonts.css23
1 files changed, 23 insertions, 0 deletions
diff --git a/templates/web/css/fonts.css b/templates/web/css/fonts.css
new file mode 100644
index 0000000..de91f22
--- /dev/null
+++ b/templates/web/css/fonts.css
@@ -0,0 +1,23 @@
+/* Webfont: LatoLatin-Regular */@font-face {
+ font-family: 'LatoLatinWeb';
+ src: url('../fonts/LatoLatin-Regular.eot'); /* IE9 Compat Modes */
+ src: url('../fonts/LatoLatin-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
+ url('../fonts/LatoLatin-Regular.woff2') format('woff2'), /* Modern Browsers */
+ url('../fonts/LatoLatin-Regular.woff') format('woff'), /* Modern Browsers */
+ url('../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('../fonts/LatoLatin-Light.eot'); /* IE9 Compat Modes */
+ src: url('../fonts/LatoLatin-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
+ url('../fonts/LatoLatin-Light.woff2') format('woff2'), /* Modern Browsers */
+ url('../fonts/LatoLatin-Light.woff') format('woff'), /* Modern Browsers */
+ url('../fonts/LatoLatin-Light.ttf') format('truetype');
+ font-style: normal;
+ font-weight: normal;
+ text-rendering: optimizeLegibility;
+}