X-Git-Url: https://git.njae.me.uk/?p=ghost-theme-willow.git;a=blobdiff_plain;f=source%2Fsass%2Felements%2F_elements.scss;h=8ee5db1859beb397dfc14f6e31a41be84065c314;hp=464d7b9d48d6333f2c74ec4e14503e4a6bed6723;hb=52e4ab9c33ec0b27ec4b1ae49a39547c92fc9100;hpb=c414fbb5fd87fadd24dc8e857e0bf040578b72a1 diff --git a/source/sass/elements/_elements.scss b/source/sass/elements/_elements.scss index 464d7b9..8ee5db1 100644 --- a/source/sass/elements/_elements.scss +++ b/source/sass/elements/_elements.scss @@ -16,7 +16,8 @@ body, html { // Body body { color: $c-black; - font-size: 14px; + /*font-size: 14px;*/ + font-size: 1rem; min-width: 320px; line-height: 1.5; background: $c-background; @@ -36,17 +37,30 @@ a { } // Headings + +h1, +h2, +h3, +h4, +h5, +h6 { + font-family: 'Lora', sans-serif; +} + h1 { margin: 0; - font-size: 1.25em; + // font-size: 1.25em; + font-size: 2.8rem; } h2 { margin: 0; - font-size: 1.1em; + // font-size: 1.1em; + font-size: 2.6rem; } h3 { margin: 0; - font-size: 1em; + // font-size: 1em; + font-size: 2.2rem; } \ No newline at end of file