Skip to content

Sprig Editor in Fira Code by RuralAnemone

Details

AuthorRuralAnemone

LicenseCC0

Categorysprig.hackclub.com

Created

Updated

Size472 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

changes sprig editor font to Fira Code

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         sprig.hackclub.com - Jun 2024
@version      20240621.21.35
@namespace    https://userstyles.world/user/RuralAnemone
@description  changes sprig editor font to Fira Code
@author       RuralAnemone
@license      CC0
==/UserStyle== */

@-moz-document domain("sprig.hackclub.com") {
@import url('https://fonts.googleapis.com/css2?family=Fira+Code:wght@300..700&display=swap');

:root {
    --font-code: 'Fira Code' !important;
}
}

Reviews

No reviews yet.