use remote firacode if not available locally

This commit is contained in:
askiiart 2025-01-04 19:05:50 -06:00
parent b53f3dced9
commit bc1664b2d6
Signed by untrusted user who does not match committer: askiiart
GPG key ID: 6A32977DAF31746A

View file

@ -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;