Use Roboto font if installed
This commit is contained in:
parent
e72c5fc3a7
commit
58a2711058
@ -1 +1 @@
|
||||
__version__ = '0.9.0'
|
||||
__version__ = '0.9.1'
|
||||
|
@ -16,7 +16,7 @@ html {
|
||||
|
||||
html, body {
|
||||
background-color: #D0C0AE;
|
||||
font-family: Tahoma, Arial, sans-serif;
|
||||
font-family: Roboto, Tahoma, Arial, sans-serif;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
@ -43,7 +43,7 @@ html, body {
|
||||
}
|
||||
|
||||
.header {
|
||||
font-family: Arial, sans-serif;
|
||||
font-family: Roboto, Arial, sans-serif;
|
||||
font-weight: bold;
|
||||
font-size: 18px;
|
||||
margin: 0 0 20px 0;
|
||||
@ -92,7 +92,7 @@ html, body {
|
||||
}
|
||||
|
||||
.job-url {
|
||||
font-family: Arial, sans-serif;
|
||||
font-family: Roboto, Arial, sans-serif;
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
text-decoration: none;
|
||||
@ -152,7 +152,7 @@ html, body {
|
||||
}
|
||||
|
||||
.job-ident {
|
||||
font-family: Tahoma, Arial, sans-serif;
|
||||
font-family: Roboto, Tahoma, Arial, sans-serif;
|
||||
margin: 0 1px 0 0;
|
||||
padding: 0;
|
||||
border: 0;
|
||||
@ -256,7 +256,7 @@ a.ignore {
|
||||
|
||||
#help {
|
||||
background-color: #FFF7E1;
|
||||
font-family: Arial, sans-serif;
|
||||
font-family: Roboto, Arial, sans-serif;
|
||||
font-size: 14px;
|
||||
border-radius: 5px;
|
||||
padding: 0.01em 1em 0.01em 1em;
|
||||
@ -296,7 +296,7 @@ a.ignore {
|
||||
line-height: 26px;
|
||||
padding-left: 26px;
|
||||
padding-right: 26px;
|
||||
font-family: 'Segoe UI', 'Helvetica Neue', sans-serif;
|
||||
font-family: Roboto, 'Segoe UI', 'Helvetica Neue', sans-serif;
|
||||
font-size: 12px;
|
||||
cursor: default;
|
||||
-webkit-touch-callout: none;
|
||||
|
Loading…
x
Reference in New Issue
Block a user