Ajout des polices de caractères
This commit is contained in:
parent
e03dd55cd8
commit
a1a94be976
|
@ -0,0 +1,34 @@
|
|||
@font-face {
|
||||
font-family: 'ClashGrotesk-Variable';
|
||||
src: url('/fonts/ClashGrotesk-Variable.woff2') format('woff2'),
|
||||
url('/fonts/ClashGrotesk-Variable.woff') format('woff'),
|
||||
url('/fonts/ClashGrotesk-Variable.ttf') format('truetype');
|
||||
font-weight: 200 700;
|
||||
font-display: swap;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Zodiak-Variable';
|
||||
src: url('/fonts/Zodiak-Variable.woff2') format('woff2'),
|
||||
url('/fonts/Zodiak-Variable.woff') format('woff'),
|
||||
url('/fonts/Zodiak-Variable.ttf') format('truetype');
|
||||
font-weight: 100 900;
|
||||
font-display: swap;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
body, p {
|
||||
font-family: "Zodiak-Variable", sans-serif;
|
||||
font-variation-settings: 'wght' 300.0;
|
||||
}
|
||||
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
font-family: "ClashGrotesk-Variable", sans-serif;
|
||||
font-variation-settings: 'wght' 600.0;
|
||||
}
|
|
@ -26,8 +26,6 @@ params:
|
|||
- link: plugins/themify-icons/themify-icons.css
|
||||
- link: plugins/magnific-popup/magnific-popup.css
|
||||
- link: plugins/slick/slick.css
|
||||
- link: >-
|
||||
https://fonts.googleapis.com/css?family=Anaheim|Quattrocento+Sans:400,700&display=swap
|
||||
js:
|
||||
- link: plugins/jquery/jquery.min.js
|
||||
- link: plugins/bootstrap/bootstrap.min.js
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue