return lucida font to soundcloud. also resolves a padding issue this change causes. credit https://userstyles.world/style/4984/use-inter-font-on-soundcloud
return old font to soundcloud by arsentical
Details
Authorarsentical
LicenseNo License
Categorysoundcloud
Created
Updated
Size811 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 return old font to soundcloud
@version 1
@namespace userstyles.world/user/arsentical
@description return lucida font to soundcloud. also resolves a padding issue this change causes. credit https://userstyles.world/style/4984/use-inter-font-on-soundcloud
@author arsentical
@license No License
==/UserStyle== */
@-moz-document domain("soundcloud.com") {
.sc-type-h1,
.sc-type-h2,
.sc-type-h3,
.sc-type-h4,
.sc-type-h5,
.sc-type-h6,
.sc-type-medium,
.sc-type-small,
.sc-type-large,
.sc-font-light,
li,
a,
span,
div,
input,
h1,
h2,
h3,
h4,
h5,
h6,
button{
font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Garuda, Verdana, Tahoma, sans-serif !important
}
.sc-classic .g-type-shrinkwrap-large-primary {
padding: 0px 7px;
}
}