fixed fonts

This commit is contained in:
wadler 2018-06-26 14:50:12 -03:00
commit 548f0f5898
2 changed files with 10 additions and 7 deletions

View file

@ -1,7 +1,7 @@
// Define variables for code formatting
@mixin code-font {
font-family: 'Source Code Pro', 'Courier New', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Menlo', 'Consolas', 'Monaco', 'Ludica Console', 'Liberation Mono', 'Courier New', monospace, serif;
font-family: 'DejaVu Sans Mono', 'Monaco', 'Source Code Pro', 'Courier New', 'Menlo', 'Ludica Console', 'Liberation Mono', monospace, serif;
font-size: .85em;
}
@mixin code-container {

View file

@ -46,11 +46,14 @@ Here are some characters that are not required to be monospaced.
\begin{code}
{-
------------
⟶⟶⟶⟶
⟹⟹⟹⟹
------------
𝕒𝕓𝕔𝕕𝕖𝕗𝕘𝕙𝕚𝕛
𝑎𝑏𝑐𝑑𝑒𝑓𝑔𝑖𝑗𝑘
------------|
⟶⟶⟶⟶|
⟹⟹⟹⟹|
------------|
----------|
𝕒𝕓𝕔𝕕𝕖𝕗𝕘𝕙𝕚𝕛|
𝑎𝑏𝑐𝑑𝑒𝑓𝑔𝑖𝑗𝑘|
----------|
-}
\end{code}