update font to more cyberpunk

This commit is contained in:
Rolands 2023-08-11 10:33:17 +03:00
parent 30aebbc9d3
commit 78b34539e9
2 changed files with 6 additions and 4 deletions

View file

@ -1,6 +1,6 @@
/* Write your global styles here, in SCSS syntax. Variables and mixins from the src/variables.scss file are available here without importing */
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@200;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;700&display=swap');
html, body{
width: 100vw;
@ -21,8 +21,10 @@ html, body{
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, a, html, body, button, input, hr{
font-family: 'Jost', 'Open Sans', sans-serif;
font-weight: 200;
// font-family: 'Jost', 'Open Sans', sans-serif;
// font-weight: 200;
font-family: 'Rajdhani', sans-serif;
font-weight: 300;
padding: 0;
margin: 0;

View file

@ -219,7 +219,7 @@
width: 100%;
display: flex;
align-items: baseline;
justify-content: space-between;
justify-content: space-evenly;
}
}