mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
Changed main body font from Open Sans to Lucida Grande
This commit is contained in:
parent
b0e1a47e19
commit
3048e88685
2 changed files with 5 additions and 5 deletions
|
@ -55,7 +55,7 @@ $placeholderColor:#5E7F8D;
|
|||
$arial: Arial, "Helvetica Neue", Helvetica, sans-serif;
|
||||
$georgia: Georgia, "Times New Roman", Times, serif;
|
||||
$helvetica: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
$brand: 'Open Sans', $helvetica;
|
||||
$brand: "Lucida Grande", verdana, $helvetica;
|
||||
$headings: 'Droid Serif', $georgia;
|
||||
|
||||
|
||||
|
@ -75,7 +75,7 @@ $delta: $base-font-multiplier * 1.625; // 26px
|
|||
$eps: $base-font-multiplier * 1.375; // 22px
|
||||
$zeta: $base-font-multiplier * 1.125; // 18px
|
||||
|
||||
$base: $base-font-multiplier; // 16px
|
||||
$base: $base-font-multiplier * .9;
|
||||
$tiny: $base-font-multiplier * .875; // 14px
|
||||
$mini: $base-font-multiplier * .75; // 12px
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue