Skip to content

Commit 6ec815b

Browse files
authored
Merge pull request #1 from vladh/vladh/improve-typography
improve typography
2 parents 3d74821 + 4f4c129 commit 6ec815b

File tree

6 files changed

+22
-10
lines changed

6 files changed

+22
-10
lines changed

fonts/ComicRelief-Bold.woff2

46 KB
Binary file not shown.

fonts/ComicRelief-Bold.woff2.license

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
© 2013 Jeff Davis (https://github.com/loudifier/Comic-Relief)
2+
SPDX-License-Identifier: OFL-1.1

fonts/ComicRelief-Regular.woff2

36.3 KB
Binary file not shown.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
© 2013 Jeff Davis (https://github.com/loudifier/Comic-Relief)
2+
SPDX-License-Identifier: OFL-1.1

bg.webp renamed to images/bg.webp

File renamed without changes.

index.html

Lines changed: 18 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,28 @@
44
<title>Dollar Drizzle Dayz</title>
55
<meta charset="UTF-8" />
66
<style>
7+
@font-face {
8+
font-family: 'Comic Relief';
9+
font-weight: normal;
10+
font-display: swap;
11+
src: url(/fonts/ComicRelief-Regular.woff2) format('woff2');
12+
}
13+
@font-face {
14+
font-family: 'Comic Relief';
15+
font-weight: bold;
16+
font-display: swap;
17+
src: url(/fonts/ComicRelief-Bold.woff2) format('woff2');
18+
}
19+
720
body {
8-
background: #000000 url("bg.webp");
21+
background: #000000 url(images/bg.webp);
922
color: #00ff00;
10-
font-family: "Comic Sans MS", cursive;
23+
font-family: 'Comic Sans MS', 'Comic Relief', cursive;
1124
max-width: 800px;
1225
margin: 0 auto;
1326
padding: 20px;
27+
font-size: 22px;
28+
line-height: 1.3;
1429
}
1530

1631
h1 {
@@ -64,13 +79,6 @@
6479
opacity: 1;
6580
}
6681
}
67-
68-
/* Add marquee effect */
69-
.marquee {
70-
background: #000000;
71-
padding: 5px;
72-
margin: 10px 0;
73-
}
7482
</style>
7583
</head>
7684
<body>
@@ -100,7 +108,7 @@ <h2>The Rules</h2>
100108

101109
<h2>The Table of Perks</h2>
102110

103-
<table border="1">
111+
<table>
104112
<tr>
105113
<th>Tier</th>
106114
<th>Shown Off</th>

0 commit comments

Comments
 (0)