Skip to content

Instantly share code, notes, and snippets.

View rcnascimento's full-sized avatar

Rodrigo Nascimento rcnascimento

  • Planet Earth
View GitHub Profile
@rcnascimento
rcnascimento / README.md
Last active January 7, 2020 18:21 — forked from jonathantneal/README.md
SASS @font-face mixin

Font Face

A mixin for writing @font-face rules in SASS.

Usage

Create a font face rule. Embedded OpenType, WOFF2, WOFF, TrueType, and SVG files are automatically sourced.

@include font-face(Samplino, fonts/Samplino);