summaryrefslogtreecommitdiff
path: root/res/client/css/modules
diff options
context:
space:
mode:
Diffstat (limited to 'res/client/css/modules')
-rw-r--r--res/client/css/modules/typography.scss4
1 files changed, 3 insertions, 1 deletions
diff --git a/res/client/css/modules/typography.scss b/res/client/css/modules/typography.scss
index 6a8c1102..ee5caac4 100644
--- a/res/client/css/modules/typography.scss
+++ b/res/client/css/modules/typography.scss
@@ -24,13 +24,15 @@
url('../font/sourcesanspro_bold/SourceSansPro-Bold-webfont.ttf') format('truetype'); /* Safari, Android, iOS */
}
-//Font size
+// Font size
$h1-size: 30px;
$h2-size: 24px;
$h3-size: 18px;
$h4-size: 14px;
$h5-size: 12px;
+$toolbar-font-size: 12px;
+
//Font weights
$light: 100;
$regular: 400;