New logo and font and a few other minor things

This commit is contained in:
Godwin
2014-07-09 23:04:52 -06:00
parent 41165891b5
commit 623445411a
13 changed files with 68 additions and 24 deletions
+6 -6
View File
@@ -163,12 +163,12 @@ startTranslating = ($td) ->
return
$ ->
trial = document.createElement('script');
trial.type = 'text/javascript';
trial.async = true;
trial.src = 'http://easy.myfonts.net/v2/js?sid=158991(font-family=Scotch+Modern+Bold)&sid=174040(font-family=Scotch+Micro)&key=WPfecRji9L';
head = document.getElementsByTagName("head")[0];
head.appendChild(trial);
#trial = document.createElement('script');
#trial.type = 'text/javascript';
#trial.async = true;
#trial.src = 'http://easy.myfonts.net/v2/js?sid=158991(font-family=Scotch+Modern+Bold)&sid=174040(font-family=Scotch+Micro)&key=WPfecRji9L';
#head = document.getElementsByTagName("head")[0];
#head.appendChild(trial);
#$(document).foundation();
$('.field.country-select select').change () ->
$country = $(this)