Skip to content

Commit

Permalink
Match system font on most OS
Browse files Browse the repository at this point in the history
  • Loading branch information
leebyron committed Oct 4, 2015
1 parent a99e221 commit eb33d64
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ html, body {
-webkit-flex-direction: row;
flex-direction: row;
height: 100%;
font-family: helvetica, arial, sans-serif;
font-family: system, -apple-system, 'San Francisco', '.SFNSDisplay-Regular', 'Segoe UI', Segoe, 'Segoe WP', 'Helvetica Neue', helvetica, 'Lucida Grande', arial, sans-serif;
font-size: 14px;
}

Expand Down Expand Up @@ -265,7 +265,7 @@ html, body {
-webkit-box-orient: vertical;
color: #141823;
display: -webkit-box;
font-family: helvetica, arial, sans-serif;
font-family: system, -apple-system, 'San Francisco', '.SFNSDisplay-Regular', 'Segoe UI', Segoe, 'Segoe WP', 'Helvetica Neue', helvetica, 'Lucida Grande', arial, sans-serif;
font-size: 13px;
-webkit-line-clamp: 3;
line-height: 16px;
Expand Down Expand Up @@ -346,7 +346,7 @@ div.CodeMirror-lint-tooltip {
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
font-family: helvetica, arial, sans-serif;
font-family: system, -apple-system, 'San Francisco', '.SFNSDisplay-Regular', 'Segoe UI', Segoe, 'Segoe WP', 'Helvetica Neue', helvetica, 'Lucida Grande', arial, sans-serif;
font-size: 13px;
line-height: 16px;
padding: 6px 10px;
Expand Down
4 changes: 3 additions & 1 deletion css/doc-explorer.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,12 @@
background-color: #ffffff;
border-top: 1px solid #d6d6d6;
bottom: 0;
left: 0;
min-width: 300px;
overflow-y: auto;
padding: 20px 15px;
position: absolute;
right: 0;
top: 47px;
}

Expand Down Expand Up @@ -93,7 +95,7 @@
font-variant: small-caps;
font-weight: bold;
letter-spacing: 1px;
margin-bottom: 10px;
margin: 0 -15px 10px 0;
padding: 10px 0;
-webkit-user-select: none;
user-select: none;
Expand Down

0 comments on commit eb33d64

Please sign in to comment.