use remote firacode if not available locally
This commit is contained in:
parent
b53f3dced9
commit
bc1664b2d6
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ pre[class*=language-] {
|
|||
color: #f8f8f2;
|
||||
background: #0e0f0f;
|
||||
text-shadow: 0 1px rgba(0, 0, 0, .3);
|
||||
font-family: 'FiraCode', 'Nimbus Mono PS', 'Liberation Mono', Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', 'Lucida Console', monospace;
|
||||
font-family: 'FiraCode', url('/assets/FiraCodeNerdFontMono-Regular.woff2');
|
||||
font-size: 0.95em;
|
||||
text-align: left;
|
||||
white-space: pre;
|
||||
|
|
Loading…
Reference in a new issue