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 li {
1123 font-size : 30px ;
1224 }
1325 ul {
1426 font-size : 30px ;
1527 }
28+ h1 {
29+ font-family : 'JazzyRabbit' , Arial, sans-serif;
30+ }
1631 h2 {
1732 font-size : 45px ;
33+ font-family : 'JazzyRabbit' , Arial, sans-serif;
1834 }
1935 body {
2036 background-color : black;
2137 color : white;
22- font-family : Arial, sans-serif;
38+ font-family : 'RaelaGrotesque' , Arial, sans-serif;
2339 margin : 0 ;
2440 text-align : center;
2541 }
You can’t perform that action at this time.
0 commit comments