use SansSerif default font instead of Helvetica: more general and better matching with browser display
This commit is contained in:
parent
0970555869
commit
d46abbeec1
|
|
@ -3486,8 +3486,8 @@ set_ne cairo_vert_correct 0
|
|||
set_ne nocairo_vert_correct 0
|
||||
|
||||
# Arial, Monospace
|
||||
set_ne cairo_font_name {Helvetica}
|
||||
set_ne svg_font_name {Helvetica}
|
||||
set_ne cairo_font_name {SansSerif}
|
||||
set_ne svg_font_name {SansSerif}
|
||||
|
||||
# has_cairo set by c program if cairo enabled
|
||||
set has_cairo 0
|
||||
|
|
|
|||
|
|
@ -180,8 +180,8 @@ set disable_unique_names 0
|
|||
# set cairo_font_line_spacing 1.0
|
||||
|
||||
#### Specify a font
|
||||
# set cairo_font_name {Sans Serif}
|
||||
# set svg_font_name {Sans Serif}
|
||||
# set cairo_font_name {SansSerif}
|
||||
# set svg_font_name {SansSerif}
|
||||
|
||||
#### Lift up text by some zoom-corrected pixels for
|
||||
#### better compatibility wrt no cairo version.
|
||||
|
|
|
|||
Loading…
Reference in New Issue