️ Added font swap display for the font faces

This commit is contained in:
Florian Sylvain
2022-02-06 20:52:48 +01:00
parent ea1f41c853
commit 5e89f23750
+2
View File
@@ -1,11 +1,13 @@
@font-face {
font-family: 'Manrope';
src: url('assets/fonts/Manrope-VariableFont_wght.ttf') format('truetype');
font-display: swap;
}
@font-face {
font-family: 'Overpass';
src: url('assets/fonts/OverpassMono-VariableFont_wght.ttf') format('truetype');
font-display: swap;
}
* {