fixes #2373 include open sans font & add to css

add font-face to css and use it for font-family
This commit is contained in:
HWFord
2025-06-03 12:12:07 +02:00
parent 711453a804
commit 13880d5727
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
@font-face {
font-family: Open_Sans;
src: url(fonts/OpenSans-VariableFont_wdth\,wght.ttf);
}
html{
min-height:100%;
}
@@ -16,7 +21,7 @@ html{
height:100%;
min-height:100vh;
margin:0;
font-family:Arial, Helvetica, sans-serif;
font-family: 'Open_Sans', sans-serif;
}
#theIdentificationPage #the_page,
@@ -159,7 +164,7 @@ select {
display: flex;
align-items: center;
cursor: pointer;
font-family: sans-serif;
font-family: 'Open_Sans', sans-serif;
font-size: 16px;
margin-bottom:5px;
margin-left:20px;