summaryrefslogtreecommitdiff
path: root/res/css/partials
diff options
context:
space:
mode:
Diffstat (limited to 'res/css/partials')
-rw-r--r--res/css/partials/typography.scss7
1 files changed, 7 insertions, 0 deletions
diff --git a/res/css/partials/typography.scss b/res/css/partials/typography.scss
index 77aa003f..817770cb 100644
--- a/res/css/partials/typography.scss
+++ b/res/css/partials/typography.scss
@@ -1,3 +1,10 @@
+//Font size
+$h1-size: 30px;
+$h2-size: 24px;
+$h3-size: 18px;
+$h4-size: 14px;
+$h5-size: 12px;
+
//Font weights
$light: 100;
$regular: 400;