Webfont Arimo

This commit is contained in:
Alexander Yakovlev 2013-11-02 20:24:12 +07:00
parent a8bfc039a2
commit cdb509999d
2 changed files with 14 additions and 1 deletions

View file

@ -1,3 +1,16 @@
WebFontConfig = {
google: { families: [ 'Arimo:400,700:latin' ] }
};
(function() {
var wf = document.createElement('script');
wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
'://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
wf.type = 'text/javascript';
wf.async = 'true';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(wf, s);
})();
jQuery(document).ready(function(){
var windowWidth = window.screen.width < (window.outerWidth ? window.screen.width : window.outerWidth);
var mobile = windowWidth < 500;

View file

@ -54,7 +54,7 @@
/******** VARIABLES ********/
@FontAwesomePath: "../fonts";
@main-font: 'Open Sans', Arial, Helvetica, sans-serif;
@main-font: 'Arimo', 'Open Sans', Arial, Helvetica, sans-serif;
@main-color: #3399ff;
@secondary-color: #34495e;
@tertiary-color: #3498db;