diff options
| author | garbash <dor.garbash@gmail.com> | 2014-11-30 15:34:14 +0200 |
|---|---|---|
| committer | garbash <dor.garbash@gmail.com> | 2014-11-30 15:34:14 +0200 |
| commit | c37466600d9b6815f97ac37620db7fad750a9dcc (patch) | |
| tree | c939f8bcc50e3b72599059ba9eae8f9935ad1290 /res | |
| parent | 9483b2c1097c224b269d68fb009179b89b126dac (diff) | |
Defined typography for headers
Diffstat (limited to 'res')
| -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; +} |
