Skip to content

Commit

Permalink
changed a font and title of video section (#787)
Browse files Browse the repository at this point in the history
* changed a font and title of video section

* linting fix
  • Loading branch information
Ellen-Wittingen authored Jul 31, 2023
1 parent 49b1d77 commit db49b40
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css?family=Oswald:200,400,500,600,700&display=swap"
href="https://fonts.googleapis.com/css?family=Libre+Franklin:900&display=swap"
rel="stylesheet"
/>

Expand Down
2 changes: 1 addition & 1 deletion app/styles/components/public/index/about-alpha.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
margin-top: 1rem;
text-align: center;
color: $brand-secondary;
font-family: Oswald, sans-serif;
font-family: "Libre Franklin", sans-serif;
}

.about-v-text {
Expand Down
2 changes: 1 addition & 1 deletion app/styles/routes/public/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
.public-title {
margin-bottom: 1rem;
text-align: center;
font-family: Oswald, sans-serif;
font-family: "Libre Franklin", sans-serif;
font-size: 3rem;

&.public-title-smaller {
Expand Down
2 changes: 1 addition & 1 deletion translations/en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ component:
sponsors:
potential-sponsor: Also want to sponsor us? Click here
youtube-videos:
title: Videos
title: C.S.V. Alpha in short
board:
header: LANG-TODO
intro-title: LANG-TODO
Expand Down
2 changes: 1 addition & 1 deletion translations/nl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ component:
sponsors:
potential-sponsor: Ook sponsor worden? Klik hier
youtube-videos:
title: Videos
title: C.S.V. Alpha in het kort
board:
header: LANG-TODO
intro-title: LANG-TODO
Expand Down

0 comments on commit db49b40

Please sign in to comment.