client/css: don't use monospace fonts
This commit is contained in:
parent
905faf3721
commit
c92c7b722f
3 changed files with 3 additions and 3 deletions
|
@ -147,7 +147,7 @@ textarea,
|
||||||
input[type=text],
|
input[type=text],
|
||||||
input[type=email],
|
input[type=email],
|
||||||
input[type=password]
|
input[type=password]
|
||||||
font-family: 'Inconsolata', monospace
|
font-family: 'Droid Sans', sans-serif
|
||||||
font-size: 100%
|
font-size: 100%
|
||||||
padding: 0.3em
|
padding: 0.3em
|
||||||
text-overflow: ellipsis
|
text-overflow: ellipsis
|
||||||
|
|
|
@ -4,7 +4,7 @@ body
|
||||||
overflow-y: scroll
|
overflow-y: scroll
|
||||||
margin: 0
|
margin: 0
|
||||||
color: $text-color
|
color: $text-color
|
||||||
font-family: 'Droid Sans' !important
|
font-family: 'Droid Sans', sans-serif
|
||||||
font-size: 12pt
|
font-size: 12pt
|
||||||
line-height: 18pt
|
line-height: 18pt
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
<title><!-- confiured in config file --></title>
|
<title><!-- confiured in config file --></title>
|
||||||
<link href='/bundle.min.css' rel='stylesheet' type='text/css'/>
|
<link href='/bundle.min.css' rel='stylesheet' type='text/css'/>
|
||||||
<link href='//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css' rel='stylesheet' type='text/css'/>
|
<link href='//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css' rel='stylesheet' type='text/css'/>
|
||||||
<link href='//fonts.googleapis.com/css?family=Inconsolata|Droid+Sans' rel='stylesheet' type='text/css'/>
|
<link href='//fonts.googleapis.com/css?family=Droid+Sans' rel='stylesheet' type='text/css'/>
|
||||||
<link rel='shortcut icon' type='image/png' href='/favicon.png'/>
|
<link rel='shortcut icon' type='image/png' href='/favicon.png'/>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
Loading…
Reference in a new issue