File tree Expand file tree Collapse file tree 10 files changed +77
-13
lines changed Expand file tree Collapse file tree 10 files changed +77
-13
lines changed Original file line number Diff line number Diff line change @@ -37,13 +37,6 @@ body.dark {
37
37
38
38
}
39
39
40
- @font-face {
41
-
42
- font-family : 'Horcrux' ;
43
- src : url(../ fonts/horcrux.ttf);
44
-
45
- }
46
-
47
40
@font-face {
48
41
49
42
font-family : 'Paneer' ;
@@ -70,6 +63,57 @@ body.dark {
70
63
src : url(../fonts/Backbencher\ Best\ Pal.ttf);
71
64
}
72
65
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
+
73
117
/* Default CSS Changes */
74
118
* {
75
119
box-sizing : border-box;
Original file line number Diff line number Diff line change @@ -151,6 +151,32 @@ <h2 style="margin-top: 0px;">Your Text Goes Here</h2>
151
151
> Handwriting Font</ label
152
152
>
153
153
< 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-->
154
180
< option
155
181
selected
156
182
style ="font-family: 'Homemade Apple'; "
@@ -182,12 +208,6 @@ <h2 style="margin-top: 0px;">Your Text Goes Here</h2>
182
208
< option value ="Paneer ">
183
209
Paneer
184
210
</ option >
185
- < option value ="Horcrux ">
186
- The 9th Horcrux
187
- </ option >
188
- < option value ="Duh ">
189
- Duh! ¯\_(ツ)_/¯
190
- </ option >
191
211
< option value ="The Assignment-Inator ">
192
212
The Assignment-Inator
193
213
</ option >
You can’t perform that action at this time.
0 commit comments