Swap typefaces

This commit is contained in:
Nathan McRae
2025-09-03 21:27:27 -07:00
parent 62fefb0cb1
commit 9859938df7

View File

@@ -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"
} }
} }