🎨 Added lazy loading on <img> and fallback font

This commit is contained in:
Florian Sylvain
2022-02-06 18:38:23 +01:00
parent 6a5ef9672c
commit 1f4e0640f0
2 changed files with 10 additions and 10 deletions
+4 -4
View File
@@ -19,7 +19,7 @@ body {
margin: 0;
color: #fff;
font-family: Manrope;
font-family: Manrope, 'sans-serif';
font-variation-settings: 'wght' 500;
background-color: #121212;
@@ -54,7 +54,7 @@ nav a:first-letter {
nav a {
position: relative;
font-family: Manrope;
font-family: Manrope, 'sans-serif';
opacity: 0;
@@ -221,7 +221,7 @@ a {
text-align: center;
font-family: Manrope;
font-family: Manrope, 'sans-serif';
font-variation-settings: 'wght' 500;
font-size: 2em;
letter-spacing: 0.1em;
@@ -312,7 +312,7 @@ a {
top: 25px;
left: -35px;
font-family: Overpass;
font-family: Overpass, 'sans-serif';
font-size: 52px;
line-height: 0;
}