Page MenuHomePhabricator

D10779.diff
No OneTemporary

D10779.diff

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

Mime Type
text/plain
Expires
Sun, May 12, 3:35 AM (3 w, 4 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6288206
Default Alt Text
D10779.diff (525 B)

Event Timeline