Skip to content

Make All Small Text Normal by xserawrites

Details

Authorxserawrites

LicenseNo License

Categoryhttps://tumblr.com

Created

Updated

Size415 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

A simple code to make all “small” text (using the < small > tag in html mode) normal-sized.

Notes

This will change all text that uses the < small > tag on Tumblr to the normal Tumblr font size. This way, any posts using the small text won’t appear small to you. This should affect all instances of the < small > tag, including in the editor.

Source code

/* ==UserStyle==
@name         Make All Small Text Normal
@version      20230128.02.36
@namespace    userstyles.world/user/xserawrites
@description  A simple code to make all “small” text (using the <small> tag in html mode) normal-sized.
@author       xserawrites
@license      No License
==/UserStyle== */

@-moz-document domain("tumblr.com") {
small {
        font-size:medium!important;
    }
}

Reviews

No reviews yet.