Use Roboto font if installed

This commit is contained in:
Ivan Kozik 2015-11-30 05:16:29 +00:00
parent e72c5fc3a7
commit 58a2711058
2 changed files with 7 additions and 7 deletions

View File

@ -1 +1 @@
__version__ = '0.9.0'
__version__ = '0.9.1'

View File

@ -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;