Skip to content

Instantly share code, notes, and snippets.

@guneysus
guneysus / Makefile
Created March 26, 2020 10:02 — forked from puzrin/Makefile
Makefile example for fontello.com API
# Edit here - set path to you directory with config.json & fonts
FONT_DIR ?= ./assets/vendor/fontello/src
### Don't edit below ###
FONTELLO_HOST ?= http://fontello.com
fontopen:
@if test ! `which curl` ; then \
@guneysus
guneysus / How-to-Permalink-to-a-Gist's-Raw-File.md
Last active March 15, 2020 17:54 — forked from atenni/README.md
How to permalink to a gist's raw file