Complete Google Search Font Fix

Return google's font size to what it was prior to the font and line spacing changes

Version vom 20.01.2022. Aktuellste Version

Du musst eine Erweiterung wie Tampermonkey, Greasemonkey oder Violentmonkey installieren, um dieses Skript zu installieren.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

Sie müssten eine Skript Manager Erweiterung installieren damit sie dieses Skript installieren können

(Ich habe schon ein Skript Manager, Lass mich es installieren!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

/* ==UserStyle==
@name Complete Google Search Font Fix
@description Return google's font size to what it was prior to the font and line spacing changes
@version 1.1.7
@license MIT
@preprocessor default
@namespace https://greasyfork.org/users/393964
==/UserStyle== */
@-moz-document regexp("http\\w*:\\/\\/w?w?w?\\.?google\\..+?\\/search\\?.*") {
#res h3, #extrares h3{
    font-size: 18px;
    line-height: 1.33;
}

.iUh30 {
    font-size: 14px !important;
    padding-top: 1px !important;
    line-height: 1.43 !important;
    margin-top: 0px !important;
    letter-spacing: 0px !important;
}

.r a.fl {
    font-size: 14px;
}

.yuRUbf a.fl {
    font-size: 14px;
}

.r {
    line-height: 1.54;
}

.yuRUbf {
    line-height: 1.54;
}

.g, body, html, input, .std, h1 {
    font-size: small;
}

.st {
    line-height: 1.54;
}

.mslg .l {
    font-size: 18px;
}

.knowledge-panel.kp-blk .mod,
.c14z5c .mod {
 line-height:1.54
}

#rhs .kp-blk {
 line-height:1.54;
 margin:6px -32px 0 2px;
 margin:6px -33px 0 1px
}

#res h3, #extrares h3 {
 font-size:18px;
 line-height:1.33;
}
.LC20lb {
    line-height: 1.33;
    padding-top: 0px;
    margin-bottom: 0px;
    letter-spacing: 0px;
}

.knowledge-panel {
 font-size:small
}

.gL9Hy {
 font-size:18px
}
.spell_orig {
 font-size:15px
}
a:hover h3.LC20lb {
 text-decoration:underline
}
.TbwUpd {
 padding-bottom:1px;
 padding-top:1px
}
#foot {
 visibility:inherit
}
.TbwUpd {
    padding-bottom: 1px;
    padding-top: 1px;
    line-height: 1.54;
}
.rc .s {
    line-height: 1.54;
}
.g {
    margin-top: 0;
    margin-bottom: 26px;
}
.Ss2Faf {
    line-height: 1.33;
    font-size: 18px;
}
.JolIg {
    color: #808080;
    font-size: 18px;
    padding: 9px 16px;
    line-height: 1.33;
    font-weight: normal;
    margin: 0;
}
.kcHZBe {
    line-height: 1.375;
}

.kno-ecr-pt {
    font-size: 24px;
}

.UDZeY, .ILfuVd {
    font-size: small;
}

.EvSmmb, .hlcw0c, .MYVUIe {
    margin-bottom: 0px;
}
.FxLDp {
   padding-top:0px;     
}
div[data-hveid] > .g {
    margin-bottom: 0px;
}
.ULSxyf {
    margin-bottom: 26px;
}
.Jb0Zif .UiGGAb.ILfuVd, .ILfuVd, h3, .yDYNvb {
    letter-spacing: 0px;
}
.c8d6zd, #result-stats, .mfMhoc, .XcVN5d {
    font-family: arial !important;
}
.nkGKTb {
    font-weight: bold;    
}
div[data-hveid] > .jtfYYd, div[data-hveid] > .kWxLod {
margin-bottom:26px;    
}
}