Skip to content

forum.sickos.net by benharri

Details

Authorbenharri

LicenseCC ZERO

Categorysickos

Created

Updated

Size605 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

phpbb typography fixes

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         forum.sickos.net
@version      20241106.05.00
@namespace    https://userstyles.world/user/benharri
@description  phpbb typography fixes
@author       benharri
@license      CC ZERO
==/UserStyle== */

@-moz-document domain("forum.sickos.net") {
body, h1, h2, h3, h4, h5, h6,
li.header dt, li.header dd, a.topictitle, .button, .content, .postbody h3,
.author, fieldset, select, select optgroup option, input, .message-box textarea,
a.button1, input.button1, input.button3, a.button2, input.button2 {
    font-family: Inter;
    font-feature-settings: 'ss02' on, 'tnum' on;
}
}

Reviews

No reviews yet.