Skip to content

Scratch Font Alteration by devxan

Screenshot of Scratch Font Alteration

Details

Authordevxan

LicenseNo License

Categoryscratch

Created

Updated

Size576 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Gives the whole of the Scratch website an amazing monospace font called Fira Code, making your installation of Scratch Addons even better!

Notes

Requires access to Google Fonts and only works on Scratch, but can work on other websites too. It's recommended to use this with the popular chrome extension/firefox addon Scratch Addons's Website dark mode and customizable colors addons with the Dark WWW preset.

Source code

/* ==UserStyle==
@name         Scratch Font Alteration
@version      20211220.16.19
@namespace    userstyles.world/user/devxan
@description  Gives the whole of the Scratch website an amazing monospace font called Fira Code, making your installation of [Scratch Addons](https://scratchaddons.com/) even better!
@author       devxan
@license      No License
==/UserStyle== */

@-moz-document domain("scratch.mit.edu") {
@import url('https://fonts.googleapis.com/css2?family=Fira+Code:wght@200;300;400;500;600;700&display=swap');

* {
    font-family: 'Fira Code', monospace;
}
}

Reviews

No reviews yet.