mirror of
https://github.com/Floriansylvain/portfolio.git
synced 2026-08-19 19:53:18 +02:00
🎨 Added lazy loading on <img> and fallback font
This commit is contained in:
+4
-4
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user