GD Browser's Font,
But With A Better Outline

I tried to make a better version of the font used on GD Browser (made by GD Colon).

I don't know if it's good tho...

A a B b C c 
D d E e F f 
G g H h I i 
J j K k L l 
M m N n O o 
P p Q q R r 
S s T t U u 
V v W w X x 
Y y Z z 
1 2 3 4 5 6 7 8 9 0
/ ? > . < , ' " ; :
 \ | ] } [ { = + - _ ) 
( * & ^ % $ # @ !

This is the New Font

This is the old font


Replace:
text-shadow: -0.275vh -0.275vh 0vh #000,
0.275vh -0.275vh 0vh #000, -0.275vh 0.275vh 0vh #000,
0.275vh 0.275vh 0vh #000,
0.5vh 0.6vh 0vh rgba(0,0,0,0.4);


With:
-webkit-text-stroke-width: 2px;
-webkit-text-stroke-color: black;
text-shadow: 3px 2px 0px rgba(0, 0, 0, 0.4);