Raleway font

This commit is contained in:
Philipp Klüter
2021-04-16 23:17:23 +02:00
parent e92d7cbb36
commit fa48b41f48

View File

@@ -1,4 +1,4 @@
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway&display=swap');
:root {
--primary-color: #7400b8;
@@ -10,7 +10,7 @@ body {
font-family: 'Karla', sans-serif;
background-color: var(--background-color);
min-height: 100vh;
font-family: 'Roboto', sans-serif;
font-family: 'Raleway', sans-serif;
}
.brand-wrapper {