Merge pull request #2913 from jonchang/patch-1

docs: fix fallback fonts
This commit is contained in:
Mike McQuaid 2017-07-20 09:01:04 +01:00 committed by GitHub
commit e715649354

View File

@ -111,7 +111,7 @@ html {
margin: 0;
padding: 0;
font-size: 62.5%;
font-family: "-apple-system", "BlinkMacSystemFont", "Helvetica Neue", "Roboto", "sans-serif";
font-family: "-apple-system", "BlinkMacSystemFont", "Helvetica Neue", "Roboto", sans-serif;
height: 100%;
}
@ -176,7 +176,7 @@ pre {
@include border-radius(0.4em);
overflow-x: auto;
code {
font-family: "Monaco", "Menlo", "monospace";
font-family: "Monaco", "Menlo", monospace;
font-size: 11px;
line-height: 1.6;
}