Modification des polices de caractères
This commit is contained in:
parent
be81400c26
commit
4eeea52e7a
|
@ -25,7 +25,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
body, p {
|
body, p {
|
||||||
font-family: "Zodiak-Variable", sans-serif;
|
font-family: "ClashGrotesk-Variable", sans-serif;
|
||||||
font-variation-settings: 'wght' 400.0;
|
font-variation-settings: 'wght' 400.0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -35,7 +35,7 @@ h3,
|
||||||
h4,
|
h4,
|
||||||
h5,
|
h5,
|
||||||
h6 {
|
h6 {
|
||||||
font-family: "ClashGrotesk-Variable", sans-serif;
|
font-family: "Zodiak-Variable", sans-serif;
|
||||||
font-variation-settings: 'wght' 600.0;
|
font-variation-settings: 'wght' 600.0;
|
||||||
color: var(--yellow);
|
color: var(--yellow);
|
||||||
}
|
}
|
||||||
|
|
|
@ -14,7 +14,6 @@ html {
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background-color: #353b43;
|
background-color: #353b43;
|
||||||
font-family: "Anaheim", sans-serif;
|
|
||||||
color: #fff;
|
color: #fff;
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
}
|
}
|
||||||
|
@ -25,15 +24,9 @@ h3,
|
||||||
h4,
|
h4,
|
||||||
h5,
|
h5,
|
||||||
h6 {
|
h6 {
|
||||||
font-weight: 400;
|
|
||||||
font-family: "Quattrocento Sans", sans-serif;
|
|
||||||
color: #afbac4;
|
color: #afbac4;
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
|
||||||
font-family: "Quattrocento Sans", sans-serif;
|
|
||||||
}
|
|
||||||
|
|
||||||
[scroll-behavior=smooth] {
|
[scroll-behavior=smooth] {
|
||||||
scroll-behavior: smooth;
|
scroll-behavior: smooth;
|
||||||
}
|
}
|
||||||
|
@ -429,7 +422,6 @@ a:hover {
|
||||||
background-color: #004938;
|
background-color: #004938;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
font-family: "ClashGrotesk-Variable", sans-serif;
|
|
||||||
font-variation-settings: 'wght' 600.0;
|
font-variation-settings: 'wght' 600.0;
|
||||||
font-size: 1.2rem;
|
font-size: 1.2rem;
|
||||||
}
|
}
|
||||||
|
@ -510,7 +502,6 @@ a:hover {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
font-family: "Zodiak-Variable", sans-serif;
|
|
||||||
font-variation-settings: 'wght' 400.0;
|
font-variation-settings: 'wght' 400.0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue