baalajimaestro
e21c1a73a6
- Also update fonts to Lunasima and Fira Code Signed-off-by: baalajimaestro <me@baalajimaestro.me>
18 lines
470 B
CSS
18 lines
470 B
CSS
@import url("https://fonts.googleapis.com/css?family=IBM Plex Sans");
|
|
@import url("https://cdnjs.cloudflare.com/ajax/libs/prism/1.29.0/themes/prism-tomorrow.min.css");
|
|
|
|
body {
|
|
font-family: "IBM Plex Sans";
|
|
}
|
|
|
|
code[class*="language-*"] {
|
|
font-family: "Fira Code" !important;
|
|
}
|
|
|
|
.mdpaste {
|
|
white-space: normal !important;
|
|
word-break: break-word !important;
|
|
font-family: "Lunasima" !important;
|
|
font-size: 14 !important;
|
|
color: "white" !important;
|
|
}
|