A mixin for writing @font-face rules in SASS.
Create a font face rule. Embedded OpenType, WOFF2, WOFF, TrueType, and SVG files are automatically sourced.
@include font-face(Samplino, fonts/Samplino);| #/bin/bash | |
| set -e | |
| if [ -z "$(which brew)" ]; then | |
| echo "This script requires Homebrew." | |
| exit | |
| fi | |
| if [ -z "$VIRTUAL_ENV" ]; then |
Install Python
$ brew install readline sqlite gdbm
$ brew install python --universal --framework
$ python --version
Python 2.7
Symlinks...