Font
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
<style>
|
||||
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
|
||||
</style>
|
||||
|
||||
:root {
|
||||
--primary-color: #7400b8;
|
||||
--secondary-color: #48bfe3;
|
||||
@@ -8,6 +12,7 @@ body {
|
||||
font-family: 'Karla', sans-serif;
|
||||
background-color: var(--background-color);
|
||||
min-height: 100vh;
|
||||
font-family: 'Roboto', sans-serif;
|
||||
}
|
||||
|
||||
.brand-wrapper {
|
||||
|
||||
Reference in New Issue
Block a user