Skip to content

Commit 38f65ce

Browse files
Added New Fonts
1 parent 4ede9cf commit 38f65ce

File tree

5 files changed

+25
-0
lines changed

5 files changed

+25
-0
lines changed

docs/css/index.css

+16
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,22 @@ body.dark {
118118

119119
}
120120

121+
@font-face {
122+
font-family: "Trinity Knot";
123+
src: url(../fonts/Trinity\ Knot.ttf);
124+
}
125+
126+
@font-face {
127+
font-family: "Blue Meth";
128+
src: url(../fonts/Blue\ Meth.ttf);
129+
}
130+
131+
@font-face {
132+
font-family: "Frostbite";
133+
src: url(../fonts/frostbite.otf);
134+
}
135+
136+
/* Default Font */
121137
@font-face {
122138
font-family: "PSBold";
123139
src: url(../Product\ Sans\ Bold\ 700.ttf);

docs/fonts/Blue Meth.ttf

124 KB
Binary file not shown.

docs/fonts/Trinity Knot.ttf

28.2 KB
Binary file not shown.

docs/fonts/frostbite.otf

92.9 KB
Binary file not shown.

docs/take-notes.html

+9
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,15 @@
259259
<option value="Mine">
260260
This is For You!
261261
</option>
262+
<option value="Blue Meth">
263+
Blue Meth
264+
</option>
265+
<option value="Trinity Knot">
266+
Trinity Knot
267+
</option>
268+
<option value="Frostbite">
269+
FrostByte
270+
</option>
262271
<!--New Fonts Here-->
263272
</select>
264273
</div>

0 commit comments

Comments
 (0)