Skip to content

rym font changer by zettaexa

Screenshot of rym font changer

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

Quick utility to change fonts in Rate Your Music

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]]*/;
    }
}

    

Reviews

No reviews yet.