Skip to content

eel.is by dc03

Screenshot of eel.is

Details

Authordc03

LicenseNo License

Categoryeel.is/c++draft

Created

Updated

Size709 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Better fonts, if you need them

Notes

The style looks best with the "Roboto Slab" font installed

Source code

/* ==UserStyle==
@name         eel.is
@version      20220626.17.41
@namespace    userstyles.world/user/dc03
@description  Better fonts, if you need them
@author       dc03
@license      No License
==/UserStyle== */

@-moz-document url-prefix("https://eel.is/") {
.wrapper * {
    font-family: "Roboto Slab", "CMU Serif", "Noto Serif", "Calibri", monospace;
}

.wrapper h2, .wrapper h3, .wrapper h4, .wrapper h5, .wrapper h6 {
    font-weight: 300;
}

.wrapper div, .wrapper h1 {
    font-weight: 100;
}

.codeblock *, span.texttt, span.texttt * {
    font-family: "Jetbrains Mono", "Fira Code", "Source Code Pro", "Iosevka", "Fira Mono", "Cascadia Code", "Consolas", "Noto Mono", "Ubuntu Mono", monospace;
}
}

Reviews

No reviews yet.