Page MenuHomePhabricator

Fix the rendering font used by the Graphs extension
Closed, InvalidPublic

Description

Right now, the rendering engine for the Graphs extension renders all text in an ugly monospaced system font. It should instead render the text in a more readable font like Arial or Helvetica or a free-license equivalent such as Nimbus Sans L.

Client-side rendering (which looks fine):

client.png (311×475 px, 26 KB)

Final saved rendering:

system.png (305×475 px, 27 KB)

Event Timeline

@kaldari, are you talking about images returned by Graphoid or client-side rendering?

kaldari renamed this task from Fix the font used by the Graphs extension to Fix the rendering font used by the Graphs extension.Jan 24 2017, 9:57 PM
kaldari updated the task description. (Show Details)
kaldari updated the task description. (Show Details)

@MaxSem: The final rendered image (from Graphoid?). The font used in the client-side rendering (when viewing a graph within VisualEditor) looks great. But as soon as I save the page, it gets rendered in the ugly system font.