File tree Expand file tree Collapse file tree 4 files changed +13
-9
lines changed
Expand file tree Collapse file tree 4 files changed +13
-9
lines changed Original file line number Diff line number Diff line change 77 < meta charset ="UTF-8 ">
88 < meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
99 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
10+ < link rel ="preload " href ="./assets/fonts/iosevka-regular.woff2 " as ="font " crossorigin >
1011 < link rel ="stylesheet " href ="./assets/styles/style.css ">
11- < title > Document</ title >
1212</ head >
1313< body >
1414 < div class ="wrapper ">
Original file line number Diff line number Diff line change 11---
22---
33
4- @font-face
5- font-family : Iosevka
6- src : url (../fonts/iosevka-regular.ttf )
4+ // @font-face
5+ // font-family: Iosevka
6+ // font-display: swap
7+ // src: url(../fonts/iosevka-regular.ttf)
78
89@keyframes fadein
910 from
1415 opacity : 100%
1516 transform : translateX(0px )
1617
18+ $font : Iosevka
19+ $backup-font : Arial
20+
1721$accent : #4fb8ff
1822$text : #92a1ae
1923$mid : #424c57
@@ -22,7 +26,7 @@ $very-dark: #1b2129
2226
2327h1 , a , p
2428 color : $text
25- font-family : ' Iosevka '
29+ font-family : $ font , $ backup-font
2630
2731nav
2832 padding-top : 0.25rem
6973 margin : auto
7074 width : 80vw
7175 min-height : 100vh
72- animation : fadein 0.3s 0s
76+ // animation: fadein 0.3s 0s
7377
74- >
75- *
76- animation : fadein 0.35s
78+ // >
79+ // *
80+ // animation: fadein 0.35s
You can’t perform that action at this time.
0 commit comments