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...
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);