Skip to content

Commit

Permalink
Use Open Sans font for web ui
Browse files Browse the repository at this point in the history
  • Loading branch information
amandel committed Jul 25, 2021
1 parent 95e619b commit 5e164eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/configServer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ static const char* const header =
"#file-input,input, button {width:100%;height:44px;border-radius:4px;margin:10px auto;font-size:15px;}"
".small {height:12px;width:12px;margin:2px}"
"input, button, a.back {background:#f1f1f1;border:0;padding:0;text-align:center;}"
"body {background:#3498db;font-family:sans-serif;font-size:12px;color:#777}"
"body {background:#3498db;font-family:'Open Sans',sans-serif;font-size:12px;color:#777}"
"#file-input {padding:0 5px;border:1px solid #ddd;line-height:44px;text-align:left;display:block;cursor:pointer}"
"#bar,#prgbar {background-color:#f1f1f1;border-radius:10px}"
"#bar {background-color:#3498db;width:0%;height:10px}"
Expand All @@ -82,7 +82,7 @@ static const char* const header =
"hr { border-top:1px solid #CCC;margin-left:10px;margin-right:10px;}"
".deletePrivacyArea, a.back {color: black; text-decoration: none; font-size: x-large;}"
".deletePrivacyArea:hover {color: red;}"
"a.previous {text-decoration: none; display: inline-block; padding: 8px 16px;background-color: #f1f1f1; color: black;border-radius: 50%; font-family: Verdana, sans-serif; font-size: 18px}"
"a.previous {text-decoration: none; display: inline-block; padding: 8px 16px;background-color: #f1f1f1; color: black;border-radius: 50%; font-family: 'Open Sans', sans-serif; font-size: 18px}"
"a.previous:hover {background-color: #ddd; color: black;}"
"ul.directory-listing {list-style: none; text-align: left; padding: 0; margin: 0; line-height: 1.5;}"
"li.directory a {text-decoration: none; font-weight: bold;}"
Expand Down

0 comments on commit 5e164eb

Please sign in to comment.