diff options
Diffstat (limited to 'res/css/partials')
| -rw-r--r-- | res/css/partials/typography.scss | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/res/css/partials/typography.scss b/res/css/partials/typography.scss new file mode 100644 index 00000000..63074f90 --- /dev/null +++ b/res/css/partials/typography.scss @@ -0,0 +1,24 @@ +@font-face { + font-family: 'MyWebFont'; + src: url(../../font/SourceSansPro-Regular.ttf) format('ttf'); +} + +h1 { + font-size: $h1-size; +} + +h2 { + font-size: $h2-size; +} + +h1 { + font-size: $h3-size; +} + +h2 { + font-size: $h4-size; +} + +h1 { + font-size: $h5-size; +} |
