mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-03-20 06:29:59 +01:00
change default font to Lato
This commit is contained in:
parent
487de37477
commit
40c3690c12
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue