Skip to content

Instantly share code, notes, and snippets.

View puzrin's full-sized avatar

Vitaly Puzrin puzrin

View GitHub Profile
@puzrin
puzrin / Makefile
Last active May 13, 2023 07:17
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 ?= https://fontello.com
fontopen:
@if test ! `which curl` ; then \