diff options
author | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-03-08 00:08:18 +0100 |
---|---|---|
committer | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-03-08 00:08:18 +0100 |
commit | 1789955d8c66141d9f95f0b9acd5f354701dfad5 (patch) | |
tree | df3632fb95845e40946fd8c1b82259e996c568c4 /style/typography.less | |
parent | 55dcbd256dbb292feeb294243eb644888ac6a41a (diff) |
Curren version of the webpage
Diffstat (limited to 'style/typography.less')
-rw-r--r-- | style/typography.less | 31 |
1 files changed, 30 insertions, 1 deletions
diff --git a/style/typography.less b/style/typography.less index d104536..f3a5e2e 100644 --- a/style/typography.less +++ b/style/typography.less @@ -1,5 +1,24 @@ +@font-face { + font-family: 'Noto Sans'; + font-style: normal; + font-weight: 400; + src: local('Noto Sans'), local('NotoSans'), url('../fonts/NotoSans.ttf') format('truetype'); +} + +@font-face { + font-family: 'Noto Sans'; + font-style: normal; + font-weight: 700; + src: local('Noto Sans Bold'), local('NotoSans-Bold'), url('../fonts/NotoSansBold.ttf') format('truetype'); +} + +@font-face { + font-family: 'Noto Sans'; + font-style: italic; + font-weight: 400; + src: local('Noto Sans Italic'), local('NotoSans-Italic'), url('../fonts/NotoSansItalic.ttf') format('truetype'); +} -@import url(http://fonts.googleapis.com/css?family=Noto+Sans:400,400italic,700); html { font-family: 'Noto Sans', 'DejaVu Sans', sans-serif; font-size: 12pt; @@ -49,8 +68,18 @@ header, main { dt { font-weight: bold; + color: @color-main; } +dd, dt { + display: block; +} + +dd { + margin-bottom: 0.5em; +} + + /** * Footnotes */ |