parent
96ce4194e9
commit
a48d4907ac
|
@ -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 */
|
||||||
|
|
Loading…
Reference in New Issue