mfbs

CSS microframework
git clone https://git.ce9e.org/mfbs.git

commit
a0477bdb0c9a1022c4f6fa4c8b981e75c2051ba3
parent
66221c8be4bc63094aef42723bf74b5ee9d2e0dc
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2016-12-30 12:09
example: light font

Diffstat

M examples/example.scss 4 ++++

1 files changed, 4 insertions, 0 deletions


diff --git a/examples/example.scss b/examples/example.scss

@@ -3,6 +3,10 @@
    3     3 @import "../sass/fontsize";
    4     4 @import "../sass/form";
    5     5 
   -1     6 html {
   -1     7     font-weight: 300;
   -1     8 }
   -1     9 
    6    10 h1, h2, h3, h4, h5, h6 {
    7    11     font-weight: normal;
    8    12     font-family: serif;