mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-19 13:22:42 +01:00
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
This commit is contained in:
parent
cdda57e4f2
commit
0bf0449aaa
1 changed files with 2 additions and 1 deletions
|
@ -116,7 +116,8 @@ final class PHUIRemarkupPreviewPanel extends AphrontTagView {
|
|||
switch ($this->skin) {
|
||||
case 'document':
|
||||
$content = id(new PHUIDocumentView())
|
||||
->appendChild($content);
|
||||
->appendChild($content)
|
||||
->setFontKit(PHUIDocumentView::FONT_SOURCE_SANS);
|
||||
break;
|
||||
default:
|
||||
$content = id(new PHUIBoxView())
|
||||
|
|
Loading…
Reference in a new issue