From c37466600d9b6815f97ac37620db7fad750a9dcc Mon Sep 17 00:00:00 2001 From: garbash Date: Sun, 30 Nov 2014 15:34:14 +0200 Subject: Defined typography for headers --- res/css/partials/typography.scss | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 res/css/partials/typography.scss 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; +} -- cgit v1.3.1