- install stylus extension for Stylus for Chrome | Stylish for Chrome | Firefox | edge
- click to install 📦 marslo/global-fonts | global fonts (marslo)
- more detals : iMarlso: fonts
- Recursive Sans Casual Static Nerd Font | Recursive Sans Casual Static | Recursive
- ubuntu | preview
- Candara Nerd Font | Candara
- Gisha Nerd Font | Gisha
- Titillium Nerd Font | Titillium | preview
- OperatorMonoLig Nerd Font Mono | OperatorMono Nerd Font Mono
- Monaco Nerd Font Mono | Monaco
- RecMonoCasual Nerd Font Mono | Rec Mono Causal
- ComicMono Nerd Font Mono | Comic Mono
- Gohu
- more:
background: #083750
: for solarized color stylebackground: #303030
: for dark backgroundbackground: #3a122e
: for ubuntu style background- css
html { --font-family-sans: "Recursive Sans Linear Static", "Ubuntu", "Recursive", "Candara", "Gisha", "Titillium"; --font-family-mono: "Rec Mono Casual", "Monaco", "Comic Mono", "Menlo", "Andale Mono", "Ubuntu Mono", "monofur", "Consolas"; } .gr-formatted-text-0 gr-linked-text.pre.gr-formatted-text, gr-linked-text[class*="pre"], gr-linked-text[class*="pre"] #output { font-family: var(--font-family-mono) !important; font-size: var(--font-size-normal-mono) !important; } .gr-formatted-text-0 gr-linked-text.pre.gr-formatted-text, gr-linked-text[class*="pre"] { color: #c8c8c8 !important; background: #272727 !important; /** 083750: solarized; 3a122e: ubuntu **/ border-radius: .75em !important; box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%); overflow: auto; display: block; padding: 12px 12px 1px 12px; margin: 0px; }