Skip to content

Easier reading font by Krazsn

Details

AuthorKrazsn

LicenseNo License

Categoryforum.lastepoch.com

Created

Updated

Size726 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Change the forum font.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Easier reading font
@version      20240222.01.11
@namespace    https://userstyles.world/user/Krazsn
@description  Change the forum font.
@author       Krazsn
@license      No License
==/UserStyle== */

@-moz-document domain("forum.lastepoch.com") {
body {
    font-family: Roboto, Inter;
}

h1,
h2,
h3,
h4,
h5,
h6,
.category-name,
.discourse-tags,
.discourse-tags a,
.discourse-tags .discourse-tag,
.badge-category__name,
.epoch-header a,
span.username,
.trigger-user-card {
    font-family: Roboto, Inter !important;
}

.trigger-user-card a,
.badge-category__name,
a.discourse-tag.simple {
    text-transform: capitalize !important;
}

nav.post-controls .show-replies {
    font-size: 18px;
}
}

Reviews

No reviews yet.