mirror of
https://github.com/Floriansylvain/portfolio.git
synced 2026-08-19 19:53:18 +02:00
⚡️ Added font swap display for the font faces
This commit is contained in:
@@ -1,11 +1,13 @@
|
|||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Manrope';
|
font-family: 'Manrope';
|
||||||
src: url('assets/fonts/Manrope-VariableFont_wght.ttf') format('truetype');
|
src: url('assets/fonts/Manrope-VariableFont_wght.ttf') format('truetype');
|
||||||
|
font-display: swap;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Overpass';
|
font-family: 'Overpass';
|
||||||
src: url('assets/fonts/OverpassMono-VariableFont_wght.ttf') format('truetype');
|
src: url('assets/fonts/OverpassMono-VariableFont_wght.ttf') format('truetype');
|
||||||
|
font-display: swap;
|
||||||
}
|
}
|
||||||
|
|
||||||
* {
|
* {
|
||||||
|
|||||||
Reference in New Issue
Block a user