Reordered fonts to have Monaco first.
This commit is contained in:
parent
7a3676ae2e
commit
19ced7f448
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
// Define variables for code formatting
|
||||
|
||||
@mixin code-font {
|
||||
font-family: 'Source Code Pro', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Menlo', 'Consolas', 'Monaco', 'Ludica Console', 'Liberation Mono', 'Courier New', monospace, serif;
|
||||
font-family: 'Monaco', 'Source Code Pro', 'Courier New', 'Menlo', 'Ludica Console', 'Liberation Mono', monospace, serif;
|
||||
font-size: .85em;
|
||||
}
|
||||
@mixin code-container {
|
||||
|
|
|
@ -32,7 +32,6 @@ ABCDEFGHIJKLMNOPQRSTUVWXYZ|
|
|||
⟨⟨⟨⟩⟩⟩|
|
||||
→→→⇒⇒⇒|
|
||||
←←←⇐⇐⇐|
|
||||
------|
|
||||
|
||||
----|
|
||||
⌊⌋⌈⌉|
|
||||
|
@ -40,6 +39,7 @@ ABCDEFGHIJKLMNOPQRSTUVWXYZ|
|
|||
↦↦↦↦|
|
||||
↠↠↠↠|
|
||||
ͰͰͰͰ|
|
||||
⊦⊦⊦⊦|
|
||||
∈∈∈∈|
|
||||
∋∋∋∋|
|
||||
----|
|
||||
|
|
Loading…
Reference in a new issue