Soundcloud use Interstate font, which doesn't support Vietnamese. Changing to Inter is better.
Use Inter font on Soundcloud by vufly
Details
Authorvufly
LicenseNo License
Categorysoundcloud
Created
Updated
Size694 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 Use Inter font on Soundcloud
@version 20220603.08.39
@namespace userstyles.world/user/vufly
@description Soundcloud use Interstate font, which doesn't support Vietnamese. Changing to Inter is better.
@author vufly
@license No License
==/UserStyle== */
@-moz-document domain("soundcloud.com") {
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');
.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,
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: Inter, Lucida Grande, Verdana, Tahoma, sans-serif !important;
}
}