Simple style that shrinks the Tumblr new dash font. Did this quick, I'm sure others have done it faster and better but wanted to throw my hat in the ring. Shrinks titles and headings like XKit Tweaks does, but that can be removed by removing everything after (and including) "h1".
/* ==UserStyle==
@name Tumblr Quick New Dash Font Fix
@version 0.0.2
@description Simple style that shrinks the Tumblr new dash font. Did this quick, I'm sure others have done it faster and better but wanted to throw my hat in the ring. Shrinks titles and headings like XKit Tweaks does, but that can be removed by removing everything after (and including) "h1".
@author citrusella
@namespace https://greasyfork.org/users/662334
==/UserStyle== */
@-moz-document url-prefix("https://www.tumblr.com") {
p:not(.tab_anchor_text),a,li,.LN-U6,._3t3fM {
font-size: 14px !important;
}
h1 { /*pulled directly from xkit*/
font-family: "Helvetica Neue", Helvetica, sans-serif !important;
font-size: 22px !important;
font-weight: bold !important;
line-height: normal !important;
min-height: 25px !important;
}
h2 { /*pulled directly from xkit*/
font-size: 15px !important;
line-height: normal !important;
font-weight: bold !important;
font-family: "Helvetica Neue", Helvetica, sans-serif !important;
}
}