Make sure fonts are deterministic.
This commit is contained in:
parent
1c0626aaed
commit
227a8a308a
3
base.css
3
base.css
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user