@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.

Apply Source Sans Font to PHUI Document Preview Skin

Summary: Fixes T5767

Test Plan: Tested Phriction, Legalpad. Edited a few documents.

Reviewers: btrahan, epriestley

Reviewed By: epriestley

Subscribers: Korvin, epriestley

Maniphest Tasks: T5767

Differential Revision: https://secure.phabricator.com/D10779

+2 -1
+2 -1
src/view/phui/PHUIRemarkupPreviewPanel.php
··· 116 116 switch ($this->skin) { 117 117 case 'document': 118 118 $content = id(new PHUIDocumentView()) 119 - ->appendChild($content); 119 + ->appendChild($content) 120 + ->setFontKit(PHUIDocumentView::FONT_SOURCE_SANS); 120 121 break; 121 122 default: 122 123 $content = id(new PHUIBoxView())