diff --git a/themes/default/static/css/fonts.css b/themes/default/static/css/fonts.css index d8b7476..0167f34 100644 --- a/themes/default/static/css/fonts.css +++ b/themes/default/static/css/fonts.css @@ -19,12 +19,21 @@ font-family: 'Polsku'; src: url('../fonts/Polsku.woff') format('woff'), - url('../fonts/Polsku.tff') format('truetype'); + url('../fonts/Polsku.ttf') format('truetype'); font-style: normal; font-weight: bold; } -/* ... */ +/* Syne Italic */ +@font-face{ + font-family: 'Syne'; + src: + url('../fonts/Syne-Italic.ttf') format('truetype'); + font-style: normal; + font-weight: bold; +} + +/* Libre Baskerville */ @font-face{ font-family: 'Basker'; src: url('../fonts/LibreBaskerville-Regular.ttf') format('truetype'); diff --git a/themes/default/static/css/main.css b/themes/default/static/css/main.css index e2f549b..1fc6291 100644 --- a/themes/default/static/css/main.css +++ b/themes/default/static/css/main.css @@ -15,12 +15,12 @@ h1, h2, h3, h4, h5, h6{ } header#banner{ width: 100%; - font-size: 175%; - line-height:1.25; text-align: center; } header#banner h1{ - font-family: 'Belgika'; + font-family: 'Syne'; + font-size: 90px; + line-height:1.25; margin: 1em 0; } header#banner h1 a{ @@ -32,15 +32,14 @@ nav#menu{ margin:0 0 0 -11em; } nav#menu li{ - width: 175px; - height:8em; + width: 145px; + height:10em; margin:1em 0; padding:1em; font-size: 75%; line-height: 1.4; - /*background-color: rgba(40,40,40,1);*/ color: rgba(40,40,40,1); - border:2px solid; + border:1px solid; border-radius: 1em; list-style: none; display: inline-block; diff --git a/themes/default/static/fonts/Syne-Italic.ttf b/themes/default/static/fonts/Syne-Italic.ttf new file mode 100644 index 0000000..433cb70 Binary files /dev/null and b/themes/default/static/fonts/Syne-Italic.ttf differ diff --git a/themes/default/templates/base.html b/themes/default/templates/base.html index 63ae47c..3de9d09 100644 --- a/themes/default/templates/base.html +++ b/themes/default/templates/base.html @@ -37,8 +37,7 @@