summaryrefslogtreecommitdiffstats
path: root/web/static/css
diff options
context:
space:
mode:
authorAsaad Mahmood <asaad@spinpunch.com>2015-12-15 21:12:19 +0500
committerAsaad Mahmood <asaad@spinpunch.com>2015-12-15 21:12:19 +0500
commitfe84def81748495a897c5772a09d1fb4bf0790f2 (patch)
treed6b4cfe434e243420b18431e1d4485af21664366 /web/static/css
parentba149bd971a5111808a7aaa6478c8de885b9f6ae (diff)
downloadchat-fe84def81748495a897c5772a09d1fb4bf0790f2.tar.gz
chat-fe84def81748495a897c5772a09d1fb4bf0790f2.tar.bz2
chat-fe84def81748495a897c5772a09d1fb4bf0790f2.zip
Multiple UI Improvements
Diffstat (limited to 'web/static/css')
-rw-r--r--web/static/css/google-fonts.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/web/static/css/google-fonts.css b/web/static/css/google-fonts.css
index a9ed54d3e..fbbc717da 100644
--- a/web/static/css/google-fonts.css
+++ b/web/static/css/google-fonts.css
@@ -143,6 +143,19 @@
url('/static/fonts/Lato-regular.svg#Lato') format('svg');
}
+/* Lato Italic */
+@font-face {
+ font-family: 'Lato';
+ font-weight: 400;
+ font-style: italic;
+ src: url('/static/fonts/lato-italic-webfont.eot');
+ src: url('/static/fonts/lato-italic-webfont.eot?#iefix') format('embedded-opentype'),
+ url('/static/fonts/lato-italic-webfont.woff2') format('woff2'),
+ url('/static/fonts/lato-italic-webfont.woff') format('woff'),
+ url('/static/fonts/lato-italic-webfont.ttf') format('truetype'),
+ url('/static/fonts/lato-italic-webfont.svg#latoitalic') format('svg');
+}
+
/* Lato Bold */
@font-face {
font-family: 'Lato';