Make sure fonts are deterministic.

This commit is contained in:
Captain ALM 2024-09-22 11:01:14 +01:00
parent 1c0626aaed
commit 227a8a308a
Signed by: alfred
GPG Key ID: 4E4ADD02609997B1

View File

@ -6,6 +6,7 @@ Under the Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 Internati
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: "Times New Roman", Times, serif;
}
#st{
position: absolute;