Stylish to change font on typeracer page


/ Published in: CSS
Save to your folder(s)

Typeracer font has too similar comma, dot, semicolon and colon. I find it easier to race with this font on.


Copy this code and paste it in your HTML
  1. @namespace url(http://www.w3.org/1999/xhtml);
  2.  
  3. @-moz-document domain("play.typeracer.com") {
  4. div.nonHideableWords span {
  5. text-decoration: none !important;
  6. font-family: "Liberation Serif", serif;
  7. }
  8. }

URL: http://play.typeracer.com

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.