concarneau: use Gotham-Bold font for site title (#30597)

This commit is contained in:
Serghei Mihai 2019-06-24 19:06:46 +02:00
parent d356373d02
commit 5833b15085
2 changed files with 8 additions and 4 deletions

View File

@ -1,5 +1,10 @@
@import '../../publik-base-theme/static/includes/font-opensans';
@font-face {
font-family: 'Gotham-Bold';
src: url('assets/fonts/gotham-bold.woff') format('woff');
}
body {
background-color: #ece4e0;
@ -33,10 +38,9 @@ body {
width: 100%;
max-width: 220px;
text-transform: uppercase;
font-family: OpenSans-Bold,Arial,sans-serif;
font-size: 1.7em;
font-weight: bold;
font-family: Gotham-Bold,Arial,sans-serif;
font-size: 30px;;
line-height: 1.2em;
a {
color: $secondary-color;
}

Binary file not shown.