fonts
@font-face {
font-family: 'fira_coderegular';
src: url('firacode-regular-webfont.woff2') format('woff2'), /*first-defined font is tested first - if unsupported, moves on to the next one*/
url('firacode-regular-webfont.woff') format('woff');
font-weight: 400; /*or 'normal'*/
font-style: normal;
}
Safe web fonts 15 Best Web Safe Fonts A complete collection of web safe CSS font stacks All of the fonts you'll ever need 30 Gorgeous Web Safe Fonts
Kerning
Kerning fonts with javascript plugin. Combine with kern.js to do it visually.
text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
-webkit-font-smoothing: antialiased !important;
/* avoid optimizeLebigility - too many issues */
/* stackoverflow.com/a/22990803 */
font-family: "Bauhaus 93";
text-shadow: 0 0 10px #fff,
0 0 20px #66ccff,
0 0 30px #66ffff,
0 0 40px #ff00de,
0 0 70px #0099ff,
0 0 80px #33ffcc,
0 0 100px #ff00de;