Update theme.css

change to martian mono font
This commit is contained in:
deepend-tildeclub 2024-08-29 12:47:55 -06:00 committed by GitHub
parent 96ce4194e9
commit a48d4907ac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -6,11 +6,11 @@
* forked by deepend * forked by deepend
*/ */
/* Import the same font as the website */ /* Import the Martian Mono font */
@import url('https://fonts.googleapis.com/css?family=Courier+New'); @import url('https://fonts.googleapis.com/css2?family=Martian+Mono:wght@400;500;600;700&display=swap');
* { * {
font-family: 'Courier New', Courier, monospace; font-family: 'Martian Mono', monospace;
} }
/* General Colors and Backgrounds */ /* General Colors and Backgrounds */