aboutsummaryrefslogtreecommitdiff
path: root/_scss
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2018-04-24 14:48:26 +0300
committerValentin Popov <info@valentineus.link>2018-04-24 14:48:26 +0300
commitba2d4bab1e851d5e7a494416ca57f4ca7bf0d8ee (patch)
tree63caa71f8959e519353b7b9b4f44520b1758b297 /_scss
parentf19006423721487eaaffac6abb4505d88c0535ad (diff)
downloadpopov.link-ba2d4bab1e851d5e7a494416ca57f4ca7bf0d8ee.tar.xz
popov.link-ba2d4bab1e851d5e7a494416ca57f4ca7bf0d8ee.zip
Decor typography
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to '_scss')
-rw-r--r--_scss/components/theme/_typography.scss50
1 files changed, 50 insertions, 0 deletions
diff --git a/_scss/components/theme/_typography.scss b/_scss/components/theme/_typography.scss
new file mode 100644
index 0000000..9772d6c
--- /dev/null
+++ b/_scss/components/theme/_typography.scss
@@ -0,0 +1,50 @@
+b,
+strong {
+ font-weight: bold;
+}
+
+p {
+ margin-top: 0;
+}
+
+
+h1,
+h2,
+h3,
+h4,
+h5,
+h6 {
+ font-weight: 300;
+ margin-bottom: 2rem;
+ margin-top: 0;
+}
+
+h1 {
+ font-size: 4.6rem;
+ line-height: 1.2;
+}
+
+h2 {
+ font-size: 3.6rem;
+ line-height: 1.25;
+}
+
+h3 {
+ font-size: 2.8rem;
+ line-height: 1.3;
+}
+
+h4 {
+ font-size: 2.2rem;
+ line-height: 1.35;
+}
+
+h5 {
+ font-size: 1.8rem;
+ line-height: 1.5;
+}
+
+h6 {
+ font-size: 1.6rem;
+ line-height: 1.4;
+}