font name correction

This commit is contained in:
bergware
2021-12-03 21:25:00 +01:00
parent 19e2954c20
commit fda77d6a07
2 changed files with 6 additions and 6 deletions

View File

@@ -139,7 +139,7 @@ $theme_dark = in_array($display['theme'],['black','gray']);
body {
background: #<?=$theme_dark?'1C1B1B':'F2F2F2'?>;
color: #<?=$theme_dark?'fff':'1c1b1b'?>;
font-family: ClearSans, sans-serif;
font-family: clear-sans, sans-serif;
font-size: .875rem;
padding: 0;
margin: 0;
@@ -165,7 +165,7 @@ $theme_dark = in_array($display['theme'],['black','gray']);
}
.button {
color: #ff8c2f;
font-family: ClearSans, sans-serif;
font-family: clear-sans, sans-serif;
background: -webkit-gradient(linear,left top,right top,from(#e03237),to(#fd8c3c)) 0 0 no-repeat,-webkit-gradient(linear,left top,right top,from(#e03237),to(#fd8c3c)) 0 100% no-repeat,-webkit-gradient(linear,left bottom,left top,from(#e03237),to(#e03237)) 0 100% no-repeat,-webkit-gradient(linear,left bottom,left top,from(#fd8c3c),to(#fd8c3c)) 100% 100% no-repeat;
background: linear-gradient(90deg,#e03237 0,#fd8c3c) 0 0 no-repeat,linear-gradient(90deg,#e03237 0,#fd8c3c) 0 100% no-repeat,linear-gradient(0deg,#e03237 0,#e03237) 0 100% no-repeat,linear-gradient(0deg,#fd8c3c 0,#fd8c3c) 100% 100% no-repeat;
background-size: 100% 2px,100% 2px,2px 100%,2px 100%;
@@ -196,7 +196,7 @@ $theme_dark = in_array($display['theme'],['black','gray']);
padding: .75rem 1.5rem;
}
[type=email], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=url], textarea {
font-family: ClearSans, sans-serif;
font-family: clear-sans, sans-serif;
font-size: .875rem;
background-color: #F2F2F2;
width: 100%;