Skip to content

Some hack for HackMD by fabiocosta0305

Details

Authorfabiocosta0305

LicenseNo License

Categoryhackmd

Created

Updated

Size438 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Changed markdown editor font to VictorMono NF

Notes

Install NerdFonts

Source code

/* ==UserStyle==
@name         Some hack for HackMD
@version      20220505.19.41
@namespace    userstyles.world/user/fabiocosta0305
@description  Changed markdown editor font to VictorMono NF
@author       fabiocosta0305
@license      No License
==/UserStyle== */

@-moz-document regexp("https:\\/\\/.*hackmd\\.io\\/.*") {
.markdown-body
{
	font-family:'Carlito', 'Arial', sans-serif;
}

.CodeMirror
{
    font-family:"VictorMono NF";
}
}

Reviews

No reviews yet.