Skip to content

Instantly share code, notes, and snippets.

View alpavlove's full-sized avatar

Alexey Pavlov alpavlove

View GitHub Profile
@alpavlove
alpavlove / download_egghead_videos.md
Created June 19, 2016 09:18 — forked from ldong/download_egghead_videos.md
download egghead videos

Download videos from egghead

Go to the egghead website, i.e. Building a React.js App

run

$.each($('h4 a'), function(index, video){
  console.log(video.href);
});

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