Skip to content

Commit ce9f405

Browse files
2 parents 4383ddc + cbc1022 commit ce9f405

File tree

10 files changed

+77
-13
lines changed

10 files changed

+77
-13
lines changed

docs/css/index.css

Lines changed: 51 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,6 @@ body.dark {
3737

3838
}
3939

40-
@font-face {
41-
42-
font-family: 'Horcrux';
43-
src: url(../fonts/horcrux.ttf);
44-
45-
}
46-
4740
@font-face {
4841

4942
font-family: 'Paneer';
@@ -70,6 +63,57 @@ body.dark {
7063
src: url(../fonts/Backbencher\ Best\ Pal.ttf);
7164
}
7265

66+
/* New Fonts*/
67+
68+
@font-face {
69+
70+
font-family: 'Bleh';
71+
src: url(../fonts/Bleh.ttf);
72+
73+
}
74+
75+
@font-face {
76+
77+
font-family: 'Breathtaking';
78+
src: url(../fonts/Breathtaking.ttf);
79+
80+
}
81+
82+
@font-face {
83+
84+
font-family: 'Expelliarmus';
85+
src: url(../fonts/Expelliarmus.ttf);
86+
87+
}
88+
89+
@font-face {
90+
91+
font-family: 'One Nice Handwriting';
92+
src: url(../fonts/One\ Nice\ Handwriting.ttf);
93+
94+
}
95+
96+
@font-face {
97+
98+
font-family: 'Populaire';
99+
src: url(../fonts/Populaire.ttf);
100+
101+
}
102+
103+
@font-face {
104+
105+
font-family: 'Riddikulus';
106+
src: url(../fonts/Riddikulus.ttf);
107+
108+
}
109+
110+
@font-face {
111+
112+
font-family: 'Mine';
113+
src: url(../fonts/mine.ttf);
114+
115+
}
116+
73117
/* Default CSS Changes */
74118
* {
75119
box-sizing: border-box;

docs/fonts/Bleh.ttf

34 KB
Binary file not shown.

docs/fonts/Breathtaking.ttf

35 KB
Binary file not shown.

docs/fonts/Expelliarmus.ttf

15 KB
Binary file not shown.

docs/fonts/One Nice Handwriting.ttf

33.6 KB
Binary file not shown.

docs/fonts/Populaire.ttf

14.2 KB
Binary file not shown.

docs/fonts/Riddikulus.ttf

33.9 KB
Binary file not shown.

docs/fonts/horcrux.ttf

-94.2 KB
Binary file not shown.

docs/fonts/mine.ttf

16.9 KB
Binary file not shown.

docs/index.html

Lines changed: 26 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,32 @@ <h2 style="margin-top: 0px;">Your Text Goes Here</h2>
151151
>Handwriting Font</label
152152
>
153153
<select id="handwriting-font">
154+
<option value="Duh">
155+
Duh! ¯\_(ツ)_/¯
156+
</option>
157+
<!--New Fonts Here-->
158+
<option value="Bleh">
159+
Bleh
160+
</option>
161+
<option value="Breathtaking">
162+
Breathtaking
163+
</option>
164+
<option value="Expelliarmus">
165+
Expelliarmus
166+
</option>
167+
<option value="One Nice Handwriting">
168+
One Nice Handwriting
169+
</option>
170+
<option value="Populaire">
171+
Populaire
172+
</option>
173+
<option value="Riddikulus">
174+
Riddikulus
175+
</option>
176+
<option value="Mine">
177+
This is For You!
178+
</option>
179+
<!--New Fonts Here-->
154180
<option
155181
selected
156182
style="font-family: 'Homemade Apple';"
@@ -182,12 +208,6 @@ <h2 style="margin-top: 0px;">Your Text Goes Here</h2>
182208
<option value="Paneer">
183209
Paneer
184210
</option>
185-
<option value="Horcrux">
186-
The 9th Horcrux
187-
</option>
188-
<option value="Duh">
189-
Duh! ¯\_(ツ)_/¯
190-
</option>
191211
<option value="The Assignment-Inator">
192212
The Assignment-Inator
193213
</option>

0 commit comments

Comments
 (0)