Skip to content

Instantly share code, notes, and snippets.

View dnwhte's full-sized avatar

Dan White dnwhte

  • Washington State University
  • United States
  • X @dnwhte
View GitHub Profile
@dnwhte
dnwhte / typekit-font-mixin.scss
Last active July 5, 2016 21:34 — forked from plapier/Typekit font mixin.scss
Sass Mixin for typekit variation-specific font-family names
Sass Mixin for typekit variation-specific font-family names
Typekit IE6-8 Support (http://help.typekit.com/customer/portal/articles/6855-Using-multiple-weights-and-styles)
$lucida-grande: "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
$georgia: Georgia, Cambria, "Times New Roman", Times, serif;
// Must include fallbacks for EACH typekit font — set them each as variables
//************************************************************************//
$typekit-fonts: "source-sans-pro", "ff-tisa-web-pro"; // index [1, 2]
@dnwhte
dnwhte / 0_reuse_code.js
Created May 2, 2016 16:44
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console