Swap typefaces
This commit is contained in:
@@ -186,11 +186,11 @@ update = do
|
|||||||
, axis3Start: axis3Start
|
, axis3Start: axis3Start
|
||||||
, numTicks: ticks
|
, numTicks: ticks
|
||||||
, tickTextStyle: { sizePx: tickLabelSize
|
, tickTextStyle: { sizePx: tickLabelSize
|
||||||
, typeface: "Liberation Sans"
|
, typeface: "Liberation Mono"
|
||||||
}
|
}
|
||||||
, tickSize: TernaryGraph.Pixels tickSize
|
, tickSize: TernaryGraph.Pixels tickSize
|
||||||
, axisTitleTextStyle: { sizePx: axisTitleSize
|
, axisTitleTextStyle: { sizePx: axisTitleSize
|
||||||
, typeface: "Liberation Mono"
|
, typeface: "Liberation Sans"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user