1
0

unique font across os's

This commit is contained in:
2018-12-22 21:46:30 +01:00
parent 48f82bccae
commit b591dfa0f6
4 changed files with 11 additions and 11 deletions

View File

@@ -2,7 +2,7 @@
body {
background-color: #EEE;
color: #CCC;
font-family: serif;
font-family: "Times New Roman", serif;
}
#content {
@@ -956,7 +956,7 @@ html, body {
}
#PEB_tableProblems .PEB_TC_Size_93 {
float: right;
font-family: serif;
font-family: "Times New Roman", serif;
border-radius: 1px;
background-color: #0A0;
display: inline-block;
@@ -964,7 +964,7 @@ html, body {
}
#PEB_tableProblems .PEB_TC_Size_98 {
float: right;
font-family: serif;
font-family: "Times New Roman", serif;
border-radius: 1px;
background-color: #FF0;
display: inline-block;