Use relative-size fonts to replace obsolete pixel-size fonts.
forum.xitek.com relative-size font by nobookcn
Details
Authornobookcn
LicenseNo License
Categoryforum xitek
Created
Updated
Size469 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name forum.xitek.com relative-size font
@version 20211217.05.12
@namespace userstyles.world/user/nobookcn
@description Use relative-size fonts to replace obsolete pixel-size fonts.
@author nobookcn
@license No License
==/UserStyle== */
@-moz-document domain("forum.xitek.com") {
.xst, .t_f, .t_f td, .frame {
font-size: 13pt;
}
.xi2, .xi2 a, .xi3 a {
font-size: 12pt;
}
.quote blockquote {
font-size: 12pt;
}
}