File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 < link rel ="icon " type ="image/svg+xml " href ="assets/KryptLogo.svg ">
99 < link rel ="preconnect " href ="https://fonts.googleapis.com ">
1010 < link rel ="preconnect " href ="https://fonts.gstatic.com " crossorigin >
11- < link href ="https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;600;700;800&family=Outfit:wght@400;600;700;800&display=swap " rel ="stylesheet ">
11+ < link href ="https://fonts.googleapis.com/css2?family=Google+Sans:wght@400;500;600;700;800&family= Plus+Jakarta+Sans:wght@400;600;700;800&family=Outfit:wght@400;600;700;800&display=swap " rel ="stylesheet ">
1212 < style >
1313 : root {
1414 --primary : # 8EB69B ;
1818 --text-main : # ffffff ;
1919 --text-dim : rgba (255 , 255 , 255 , 0.6 );
2020 --text-muted : rgba (255 , 255 , 255 , 0.3 );
21+ --font-main : 'Google Sans' , 'Plus Jakarta Sans' , sans-serif;
2122 }
2223
2324 * {
2930 body {
3031 background-color : var (--bg );
3132 color : var (--text-main );
32- font-family : 'Plus Jakarta Sans' , sans-serif ;
33+ font-family : var ( --font-main ) ;
3334 height : 100vh ;
3435 display : flex;
3536 align-items : center;
121122 }
122123
123124 .logo-text {
124- font-family : 'Outfit' , sans-serif ;
125+ font-family : var ( --font-main ) ;
125126 font-size : 32px ;
126127 font-weight : 800 ;
127128 letter-spacing : -1px ;
You can’t perform that action at this time.
0 commit comments