Skip to content

Instantly share code, notes, and snippets.

@nicholaelaw
nicholaelaw / Set up GitHub push with SSH keys.md
Last active July 30, 2018 20:07 — forked from developius/README.md
How to work with GitHub. Solutions to various problem.

SSH Keys

Generate ssh key:

ssh-keygen -t rsa -C "[email protected]"

Copy the contents of the file ~/.ssh/id_rsa.pub to your SSH keys in your GitHub account settings. Test SSH key:

ssh -T [email protected]

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);