From ff1d671e325bc48876329917d1675dbc6646eb15 Mon Sep 17 00:00:00 2001 From: Koen Lageveen Date: Wed, 20 May 2020 21:52:21 +0200 Subject: [PATCH] actually, not all fonts on the site are free fixes #76 --- index.html | 2 +- index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 4b3e407..0ac3ce7 100755 --- a/index.html +++ b/index.html @@ -271,7 +271,7 @@ -

Test drive all the free programming fonts!

+

Test drive all the programming fonts!

diff --git a/index.js b/index.js index 430d93a..0d677aa 100644 --- a/index.js +++ b/index.js @@ -38,7 +38,7 @@ function selectFont() { if (font === '') { font = 'cartograph'; - $('footer .subtitle').text('Test drive all the free programming fonts!'); + $('footer .subtitle').text('Test drive all the programming fonts!'); } else { $('footer .subtitle').html('Test drive ' + font_data[font].name + '!'); }