actually, not all fonts on the site are free

fixes #76
This commit is contained in:
Koen Lageveen 2020-05-20 21:52:21 +02:00
parent 0972f586d0
commit ff1d671e32
2 changed files with 2 additions and 2 deletions

View File

@ -271,7 +271,7 @@
</svg>
</a>
</h1>
<p class="subtitle">Test drive all the free programming fonts!</p>
<p class="subtitle">Test drive all the programming fonts!</p>
</footer>

View File

@ -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 <a rel="external" href="' + font_data[font].website + '">' + font_data[font].name + '!</a>');
}