font fix for tumblr
tumblr font fix by freyaisms
Details
Authorfreyaisms
LicenseNo License
Categoryuserstyles
Created
Updated
Size654 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 tumblr font fix
@version 20211209.15.02
@namespace userstyles.world/user/freyaisms
@description font fix for tumblr
@author freyaisms
@license No License
==/UserStyle== */
@-moz-document url-prefix("tumblr.com"), url-prefix("https://www.tumblr.com"), url-prefix("http://tumblr.com") {
*,
body,
base-container,
root,
small,
blockquote small,
sub,
blockquote sub,
sup,
blockquote sup,
tags,
a, a:hover,
h1, h2, h3, h4,
blockquote,
p,
em, i, italic,
b, strong, bold,
ol, ul,
.shgTR.p_C4r,
li.shgTR,
li.k31gt,
.XgQwD,
.k31gt.ljmFj {
font-family: helvetica;
}
.k31gt small {
font-size: 16px;
}
}