Skip to content

Commit 5a62198

Browse files
authored
Update impr.html
1 parent 8d49162 commit 5a62198

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

impr.html

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,32 @@
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
}

0 commit comments

Comments
 (0)