Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15468766
D10779.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
525 B
Referenced Files
None
Subscribers
None
D10779.diff
View Options
diff --git a/src/view/phui/PHUIRemarkupPreviewPanel.php b/src/view/phui/PHUIRemarkupPreviewPanel.php
--- a/src/view/phui/PHUIRemarkupPreviewPanel.php
+++ b/src/view/phui/PHUIRemarkupPreviewPanel.php
@@ -116,7 +116,8 @@
switch ($this->skin) {
case 'document':
$content = id(new PHUIDocumentView())
- ->appendChild($content);
+ ->appendChild($content)
+ ->setFontKit(PHUIDocumentView::FONT_SOURCE_SANS);
break;
default:
$content = id(new PHUIBoxView())
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Apr 5, 5:29 AM (6 d, 3 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7386307
Default Alt Text
D10779.diff (525 B)
Attached To
Mode
D10779: Apply Source Sans Font to PHUI Document Preview Skin
Attached
Detach File
Event Timeline
Log In to Comment