@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

+2 -1
+2 -1
webroot/rsrc/css/core/core.css
··· 51 51 } 52 52 53 53 body { 54 - font: 13px/1.231 'Helvetica Neue', Helvetica, Arial, sans-serif; 54 + font: 13px/1.231 'Segoe UI', 'Segoe UI Web Regular', 'Segoe UI Symbol', 55 + 'Helvetica Neue', Helvetica, Arial, sans-serif; 55 56 direction: ltr; 56 57 text-align: left; 57 58 unicode-bidi: embed;