diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2015-03-23 20:07:04 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-03-23 20:08:45 +0100 |
commit | f9d141149902d22ec369bc010f5af16df46ce667 (patch) | |
tree | 575f61b1eb30d78f34bbab123813756d9d4a0e82 /Makefile | |
parent | 9256dcb70d8472f6c1f4cc563ac66b2d64bd27b7 (diff) | |
download | theos-website-f9d141149902d22ec369bc010f5af16df46ce667.tar.xz |
Add opensans bold/italic/regular
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ HTML := index.html google2e5cf65604df9442.html CSS := style.css WELLKNOWN := $(addprefix .well-known/, keybase.txt) FONTS := $(addprefix fonts/, ptsans.ttf ptsans-bold.ttf ptsans-italic.ttf DejaVuSansMono.woff) +FONTS += $(addprefix fonts/, OpenSans-Regular.ttf OpenSans-Italic.ttf OpenSans-Bold.ttf) FILES := $(HTML) $(CSS) robots.txt sitemap.xml sitemap1.xml \ $(WELLKNOWN) $(FONTS) glider.png |