mirror of
https://github.com/jlengrand/jlengrand.github.io.git
synced 2026-03-10 08:31:22 +00:00
Merge pull request #1 from RamonGebben/master
Changing font to Ubuntu font
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
// ===========================================================/
|
||||
|
||||
// ROOT =======================================================
|
||||
@import url(http://fonts.googleapis.com/css?family=Ubuntu+Mono|Ubuntu|Ubuntu+Condensed);
|
||||
/* CSS Normalize =========================================== */
|
||||
@import "normalize.less";
|
||||
/* Variables and mixins ==================================== */
|
||||
@@ -60,4 +61,4 @@
|
||||
/* 2x for retina displays ================================== */
|
||||
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
|
||||
@import "2x.less";
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
// TYPOGRAPHY ================================================
|
||||
@doc-font-size: 16;
|
||||
@doc-line-height: 26;
|
||||
@base-font: 'PT Serif', serif;
|
||||
@heading-font: 'PT Sans Narrow', sans-serif;
|
||||
@code-font: Monaco, "Courier New", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", monospace;
|
||||
@base-font: 'Ubuntu', sans-serif, 'PT Serif', serif;
|
||||
@heading-font: 'Ubuntu Condensed', sans-serif, 'PT Sans Narrow', sans-serif;
|
||||
@code-font: 'Ubuntu Mono', Monaco, "Courier New", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", monospace;
|
||||
@alt-font: @base-font;
|
||||
|
||||
// COLOR ====================================================
|
||||
@@ -23,4 +23,4 @@
|
||||
@link-color: @linkcolor;
|
||||
@linkcolorhover : darken(@linkcolor, 10);
|
||||
@linkcolorvisited : lighten(@linkcolorhover, 20);
|
||||
@linkcolorfocus : darken(@linkcolorvisited, 10);
|
||||
@linkcolorfocus : darken(@linkcolorvisited, 10);
|
||||
|
||||
Reference in New Issue
Block a user