Skip to content

GitHub Content Cascadia Code by turkerdev

Screenshot of GitHub Content Cascadia Code

Details

Authorturkerdev

LicenseNo License

Categorygithub

Created

Updated

Size418 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Uses "Cascadia Code" font for GitHub code blobs

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         GitHub Cascadia Code Font
@version      20220923.20.41
@namespace    userstyles.world/user/turkerdev
@description  Uses "Cascadia Code" font for GitHub code blobs
@author       turkerdev
@license      No License
==/UserStyle== */
@-moz-document domain("github.com") {
	.blob-code-content *,
	.CodeMirror-code,
	.markdown-body pre,
    .blob-code span {
		font-family: Cascadia Code;
	}
}

Reviews

No reviews yet.