Skip to content

Commit db49b40

Browse files
changed a font and title of video section (#787)
* changed a font and title of video section * linting fix
1 parent 49b1d77 commit db49b40

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

app/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
rel="stylesheet"
4242
/>
4343
<link
44-
href="https://fonts.googleapis.com/css?family=Oswald:200,400,500,600,700&display=swap"
44+
href="https://fonts.googleapis.com/css?family=Libre+Franklin:900&display=swap"
4545
rel="stylesheet"
4646
/>
4747

app/styles/components/public/index/about-alpha.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
margin-top: 1rem;
2222
text-align: center;
2323
color: $brand-secondary;
24-
font-family: Oswald, sans-serif;
24+
font-family: "Libre Franklin", sans-serif;
2525
}
2626

2727
.about-v-text {

app/styles/routes/public/index.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
.public-title {
33
margin-bottom: 1rem;
44
text-align: center;
5-
font-family: Oswald, sans-serif;
5+
font-family: "Libre Franklin", sans-serif;
66
font-size: 3rem;
77

88
&.public-title-smaller {

translations/en.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ component:
137137
sponsors:
138138
potential-sponsor: Also want to sponsor us? Click here
139139
youtube-videos:
140-
title: Videos
140+
title: C.S.V. Alpha in short
141141
board:
142142
header: LANG-TODO
143143
intro-title: LANG-TODO

translations/nl.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ component:
140140
sponsors:
141141
potential-sponsor: Ook sponsor worden? Klik hier
142142
youtube-videos:
143-
title: Videos
143+
title: C.S.V. Alpha in het kort
144144
board:
145145
header: LANG-TODO
146146
intro-title: LANG-TODO

0 commit comments

Comments
 (0)