Skip to content

Instantly share code, notes, and snippets.

View brendonjohn's full-sized avatar
📺
Coffee is my turbo

Brendon John Muschamp brendonjohn

📺
Coffee is my turbo
View GitHub Profile
@brendonjohn
brendonjohn / README.md
Last active September 2, 2015 04:22 — 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);