diff --git a/src/Main.purs b/src/Main.purs index e55f97e..f2a9847 100644 --- a/src/Main.purs +++ b/src/Main.purs @@ -186,11 +186,11 @@ update = do , axis3Start: axis3Start , numTicks: ticks , tickTextStyle: { sizePx: tickLabelSize - , typeface: "Liberation Sans" + , typeface: "Liberation Mono" } , tickSize: TernaryGraph.Pixels tickSize , axisTitleTextStyle: { sizePx: axisTitleSize - , typeface: "Liberation Mono" + , typeface: "Liberation Sans" } }