mirror of
https://github.com/jhillyerd/inbucket.git
synced 2026-01-08 12:11:55 +00:00
ui: Use OpenSans font (#178)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user