change default font to Lato

This commit is contained in:
pixeldesu 2015-03-03 19:58:22 +01:00
parent 487de37477
commit 40c3690c12

View file

@ -6,9 +6,9 @@
*= require_self *= require_self
*/ */
@import url(https://fonts.googleapis.com/css?family=Exo+2:400,700); @import url(http://fonts.googleapis.com/css?family=Lato:400,700);
$font-family-sans-serif: "Exo 2","Open Sans", "Helvetica Neue", Helvetica, "DejaVu Sans", Arial, sans-serif; $font-family-sans-serif: "Lato","Open Sans", "Helvetica Neue", Helvetica, "DejaVu Sans", Arial, sans-serif;
$font-family-serif: Georgia, "DejaVu Serif", "Times New Roman", Times, serif; $font-family-serif: Georgia, "DejaVu Serif", "Times New Roman", Times, serif;
//** Default monospace fonts for `<code>`, `<kbd>`, and `<pre>`. //** Default monospace fonts for `<code>`, `<kbd>`, and `<pre>`.
$font-family-monospace: "PragmataPro", Monaco, "Ubuntu Mono", Menlo, "DejaVu Sans Mono", monospace; $font-family-monospace: "PragmataPro", Monaco, "Ubuntu Mono", Menlo, "DejaVu Sans Mono", monospace;