Advertisement
Guest User

Untitled

a guest
Jul 1st, 2015
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. /* Some websites provide Courier New as their code font...this changes that to something better */
  2. @font-face { font-family:"Courier New"; font-weight:400; font-style:normal; src:local("Consolas"); }
  3. @font-face { font-family:"Courier New"; font-weight:700; font-style:normal; src:local("Consolas"); }
  4. @font-face { font-family:"Courier New"; font-weight:400; font-style:italic; src:local("Consolas"); }
  5. @font-face { font-family:"Courier New"; font-weight:700; font-style:italic; src:local("Consolas"); }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement