mirror of
https://github.com/Newnetirc/thelounge-theme-newnet.git
synced 2026-01-24 07:30:19 +00:00
Update theme.css
change to martian mono font
This commit is contained in:
committed by
GitHub
parent
96ce4194e9
commit
a48d4907ac
@@ -6,11 +6,11 @@
|
||||
* forked by deepend
|
||||
*/
|
||||
|
||||
/* Import the same font as the website */
|
||||
@import url('https://fonts.googleapis.com/css?family=Courier+New');
|
||||
/* Import the Martian Mono font */
|
||||
@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 */
|
||||
|
||||
Reference in New Issue
Block a user