1
0
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:
James Hillyerd
2020-09-21 16:16:00 -07:00
committed by GitHub
parent 5c5b0f819b
commit 4648d8e593
7 changed files with 20 additions and 5 deletions

View File

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