Skip to content

Commit

Permalink
Add Menlo font family to docs css (#6602)
Browse files Browse the repository at this point in the history
  • Loading branch information
slice authored and bcardiff committed Aug 26, 2018
1 parent a8371c5 commit 72cffda
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/compiler/crystal/tools/doc/html/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ body {
}

.entry-const {
font-family: Consolas, 'Courier New', Courier, Monaco, monospace;
font-family: Menlo, Monaco, Consolas, 'Courier New', Courier, monospace;
}

.entry-const code {
Expand All @@ -257,7 +257,7 @@ body {
border: 1px solid #f0f0f0;
text-decoration: none;
border-radius: 3px;
font-family: Consolas, 'Courier New', Courier, Monaco, monospace;
font-family: Menlo, Monaco, Consolas, 'Courier New', Courier, monospace;
transition: background .15s, border-color .15s;
}

Expand Down Expand Up @@ -293,7 +293,7 @@ body {
background-color: #f8f8f8;
color: #47266E;
border: 1px solid #f0f0f0;
font-family: Consolas, 'Courier New', Courier, Monaco, monospace;
font-family: Menlo, Monaco, Consolas, 'Courier New', Courier, monospace;
transition: .2s ease-in-out;
}

Expand Down Expand Up @@ -366,7 +366,7 @@ pre {
}

code {
font-family: Consolas, 'Courier New', Courier, Monaco, monospace;
font-family: Menlo, Monaco, Consolas, 'Courier New', Courier, monospace;
}

:not(pre) > code {
Expand Down

0 comments on commit 72cffda

Please sign in to comment.