Skip to content

Commit 712ee4c

Browse files
authored
implemented new font for the dies theme (#1087)
1 parent 95a0b82 commit 712ee4c

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

app/index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@
4444
href="https://fonts.googleapis.com/css?family=Libre+Franklin:900&display=swap"
4545
rel="stylesheet"
4646
/>
47+
<link
48+
href="https://fonts.googleapis.com/css?family=Cormorant+Garamond:400,500,600,700&display=swap"
49+
rel="stylesheet"
50+
/>
4751

4852
<!-- Global site tag (gtag.js) - Google Analytics -->
4953
<script

app/styles/dies-theme.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// stylelint-disable selector-no-qualifying-type
22
html.authenticated {
3+
$dies-font-family: 'Cormorant Garamond', serif;
4+
35
/* Hoofdkleuren */
46
$primary-color: #F494A4; /* Zachtroze uit de bloemen */
57
$link-color: #4A6B38; /* Donkergroen voor goede leesbaarheid van linkjes */
@@ -27,6 +29,8 @@ html.authenticated {
2729
$dies-logo-url: '/images/dies_logo.png';
2830
$dies-logo-width: 5rem;
2931

32+
font-family: $dies-font-family;
33+
3034
.app {
3135
background-color: $app-bg-color;
3236
}

0 commit comments

Comments
 (0)