From 58d1279c1455fd6912b047666f3288a36e24a81d Mon Sep 17 00:00:00 2001 From: Determinant Date: Wed, 11 Sep 2024 14:31:50 -0700 Subject: v0.0.11 --- app.mjs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app.mjs') diff --git a/app.mjs b/app.mjs index 7325da9..18318d1 100755 --- a/app.mjs +++ b/app.mjs @@ -2,7 +2,7 @@ import { registerFont } from "canvas"; -const defaultFont = "OCR A Extended"; +const defaultFont = "B612"; // font.ttf uses the font from https://b612-font.com/ if (process.platform == "linux") { process.env.FONTCONFIG_FILE = import.meta.dirname; //console.warn( @@ -19,7 +19,7 @@ import { parse } from "yaml"; import { queue } from "async"; import { XPlane } from "./xplane.mjs"; -const defaultTextSize = 22; +const defaultTextSize = 18; const xplane = new XPlane(); if (process.argv.length > 3) { -- cgit v1.2.3-70-g09d2