mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-26 08:42:41 +01:00
Make Segoe default font for Windows
Summary: Helvetica on modern Windows systems doesn't display very well, bolds are fairly not bold and leading between characters is all over the place. This change picks Segoe as the default Windows font which is easier to read, and the bolds are much crisper. There is even a slight improvement in text density with the improved leading. Test Plan: I've been using this locally for a few months, overall it's fairly similiar to Source Sans which people seem to enjoy. {F309851} {F309852} Reviewers: btrahan, epriestley Reviewed By: epriestley Subscribers: hach-que, Korvin, epriestley Differential Revision: https://secure.phabricator.com/D11825
This commit is contained in:
parent
08e67e0db7
commit
f47033f74e
1 changed files with 2 additions and 1 deletions
|
@ -51,7 +51,8 @@ h1, h2, h3, h4, h5, h6 {
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font: 13px/1.231 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
font: 13px/1.231 'Segoe UI', 'Segoe UI Web Regular', 'Segoe UI Symbol',
|
||||||
|
'Helvetica Neue', Helvetica, Arial, sans-serif;
|
||||||
direction: ltr;
|
direction: ltr;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
unicode-bidi: embed;
|
unicode-bidi: embed;
|
||||||
|
|
Loading…
Reference in a new issue