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; margin: 0;
padding: 0; padding: 0;
box-sizing: border-box; box-sizing: border-box;
font-family: "Times New Roman", Times, serif;
} }
#st{ #st{
position: absolute; position: absolute;
@ -354,4 +355,4 @@ main{
.item-table-caption{ .item-table-caption{
display: block !important; display: block !important;
} }
} }