Updated MPJ API draft

Also added native monospace fonts for pre and code tags
This commit is contained in:
Daniel J. Summers
2018-08-25 18:14:29 -05:00
parent 79c0a8ea08
commit 09b43fe0d0
2 changed files with 36 additions and 7 deletions

View File

@@ -47,6 +47,9 @@ h2, h3 {
p {
margin: 1rem 0;
}
code, pre {
font-family: "SFMono-Regular",Consolas,"Liberation Mono",Menlo,Courier,monospace;
}
code {
background-color: rgba(0, 0, 0, .1);
padding: 0 .25rem;