$(document).ready(function () {
var font_val = ‘Francois+One’;
// Check if has a link tag of this font
var exist_font = 0;
$(‘link[rel=”stylesheet”]’).each(function (i, ele) {
var href = $(this).attr(‘href’);
if (href.indexOf(‘fonts.googleapis.com/css?family=’ + font_val) >= 0) {
exist_font++;
}
});
// if this font is not included at head, add it
if (!exist_font) {
$(‘head’).append(“”);
}
});
})(jQuery)
How To Translate ZipGenius?
- You have to know ENGLISH.
- You have to use WORDPAD or any other UNICODE text editor.
- You have to check often this page (so bookmark it).
- If you are new to ZipGenius translation, please download the ZG translator kit with all the files you have to translate and instructions.
- Follow the instructions in the translator kit and submit your language files via e-mail.
- If you already are a translator, please check the comparison table with the differences between the previous and current version of the english master language file, then submit your update language files via e-mail.
Donate with PayPal
![]()
Donate Bitcoins
Download ZipGenius
$(document).ready(function () {
var font_val = ‘Francois+One’;
// Check if has a link tag of this font
var exist_font = 0;
$(‘link[rel=”stylesheet”]’).each(function (i, ele) {
var href = $(this).attr(‘href’);
if (href.indexOf(‘fonts.googleapis.com/css?family=’ + font_val) >= 0) {
exist_font++;
}
});
// if this font is not included at head, add it
if (!exist_font) {
$(‘head’).append(“”);
}
});
})(jQuery)
It’s free.