A mixin for writing @font-face rules in SASS.
Create a font face rule. Embedded OpenType, WOFF2, WOFF, TrueType, and SVG files are automatically sourced.
@include font-face(Samplino, fonts/Samplino);| <html> | |
| <head> | |
| </head> | |
| <body> | |
| <h1 id="display"></h1> | |
| <script type="text/javascript"> | |
| (function() { | |
| // Source: http://www.paulirish.com/2011/requestanimationframe-for-smart-animating/ |