File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed
Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change 77 < link rel ="shortcut icon " type ="image/x-icon " href ="favicon.ico? ">
88 < link rel ="stylesheet " type ="text/css " href ="style.css ">
99 < style >
10+ @font-face {
11+ font-family : 'RaelaGrotesque' ;
12+ src : url ('fonts/RaelaGrotesque-Regular.ttf' ) format ('truetype' );
13+ font-weight : normal;
14+ font-style : normal;
15+ }
16+ @font-face {
17+ font-family : 'JazzyRabbit' ;
18+ src : url ('fonts/JazzyRabbit.ttf' ) format ('truetype' );
19+ font-weight : normal;
20+ font-style : normal;
21+ }
1022 h2 {
1123 font-size : 45px ;
24+ font-family : 'JazzyRabbit' , Arial, sans-serif;
25+ }
26+ h1 {
27+ font-family : 'JazzyRabbit' , Arial, sans-serif;
1228 }
1329 ul {
1430 font-size : 30px ;
1531 }
1632 body {
1733 background-color : black;
1834 color : white;
19- font-family : Arial, sans-serif;
35+ font-family : 'RaelaGrotesque' , Arial, sans-serif;
2036 margin : 0 ;
2137 text-align : center;
2238 }
You can’t perform that action at this time.
0 commit comments