Skip to content

Commit 8d49162

Browse files
authored
Update about.html
1 parent 8fd0170 commit 8d49162

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

about.html

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

0 commit comments

Comments
 (0)