mirror of
https://github.com/jhillyerd/inbucket.git
synced 2025-12-18 18:17:03 +00:00
ui: Use OpenSans font (#178)
This commit is contained in:
@@ -3,6 +3,7 @@ import './mailbox.css'
|
||||
import './navbar.css'
|
||||
import '@fortawesome/fontawesome-free/css/all.css'
|
||||
import '@webcomponents/webcomponentsjs/webcomponents-bundle'
|
||||
import 'opensans-npm-webfont'
|
||||
import { Elm } from './Main.elm'
|
||||
import './monitorMessages'
|
||||
import './renderedHtml'
|
||||
|
||||
@@ -46,8 +46,9 @@ body {
|
||||
}
|
||||
|
||||
body, button, input, table {
|
||||
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
font-family: "Open Sans", Helvetica, Arial, sans-serif;
|
||||
font-size: 14px;
|
||||
font-weight: 400;
|
||||
line-height: 1.43;
|
||||
color: var(--primary-color);
|
||||
}
|
||||
@@ -245,7 +246,7 @@ h3 {
|
||||
font-weight: 400;
|
||||
height: 30px;
|
||||
margin: 0;
|
||||
padding: 5px 10px;
|
||||
padding: 5px 10px 6px;
|
||||
text-align: center;
|
||||
text-decoration: none;
|
||||
text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
|
||||
|
||||
@@ -25,6 +25,7 @@
|
||||
|
||||
.navbar-brand {
|
||||
font-size: 18px;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.navbar-toggle {
|
||||
|
||||
Reference in New Issue
Block a user