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);| —– BEGIN LICENSE —– | |
| TwitterInc | |
| 200 User License | |
| EA7E-890007 | |
| 1D77F72E 390CDD93 4DCBA022 FAF60790 | |
| 61AA12C0 A37081C5 D0316412 4584D136 | |
| 94D7F7D4 95BC8C1C 527DA828 560BB037 | |
| D1EDDD8C AE7B379F 50C9D69D B35179EF | |
| 2FE898C4 8E4277A8 555CE714 E1FB0E43 | |
| D5D52613 C3D12E98 BC49967F 7652EED2 |
| Keymap (Windows Users): | |
| [ | |
| { "keys": ["alt+shift+f"], "command": "reindent" }, | |
| ] | |
| Settings: | |
| { | |
| "show_definitions": false, | |
| "auto_complete": false, | |
| "bold_folder_labels": true, |
| <div class="container"> | |
| <form> | |
| <h1>Sign-Up Now</h1> | |
| <div class="field"> | |
| <label for="firstName">First Name</label> | |
| <input type="text" id="firstName" name="firstNameTextField" placeholder="First Name"> | |
| </div> | |
| <div class="field"> | |
| <label for="lastName">Last Name</label> | |
| <input type="text" id="lastName" name="lastNameTextField" placeholder="Last Name"> |