Quick utility to change fonts in Rate Your Music
rym font changer by zettaexa
Details
Authorzettaexa
LicenseCC-BY-SA-4.0
Categoryrateyourmusic.com
Created
Updated
Size880 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
- Defaults to Segoe UI
- Supports UserCSS
- Includes inputs and buttons
Source code
/* ==UserStyle==
@name RYM at segoe
@namespace USO Archive
@author zettavevo
@description `Quick utility to change fonts in Rate Your Music`
@version 1.0
@license CC-BY-SA-4.0
@preprocessor uso
@advanced text font "Font Family" Segoe UI
==/UserStyle== */
@-moz-document url-prefix("https://rateyourmusic.com"), url-prefix("https://www.rateyourmusic.com"), url-prefix("https://rym.fm") {
body {
font-family: "/*[[font]]*/", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
input, select, textarea, .input_auto_resize_frame, .input_auto_resize_frame::after {
font-family: "/*[[font]]*/", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial;
}
.btn, input[type=button], input[type=submit] {
font-family: /*[[font]]*/;
}
}