dashboard: Tweak font stack and size

This commit is contained in:
Ivan Kozik 2016-08-04 16:37:09 +00:00
parent 19738bf603
commit 3f31e25178
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
__version__ = '1.1.2'
__version__ = '1.1.3'

View File

@ -16,8 +16,8 @@ html {
html, body {
background-color: #D0C0AE;
font-family: Roboto, Tahoma, Arial, sans-serif;
font-size: 13px;
font-family: -apple-system, BlinkMacSystemFont, "San Francisco Display", Roboto, Tahoma, Arial, sans-serif;
font-size: 10pt;
}
#filter-box {