GitHub Custom Fonts by stylishthemes
Imported and mirrored from https://raw.githubusercontent.com/StylishThemes/GitHub-Dark/master/github-custom-fonts.user.css
Details
Authorstylishthemes
LicenseBSD-2-Clause
Categorygithub
Created
Updated
Code size1.3 kB
Code checksum1ee28e3a
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Userstyle doesn't have description.Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name GitHub Custom Fonts
@namespace StylishThemes
@version 6.1.355
@homepageURL https://github.com/StylishThemes/GitHub-Dark
@license BSD-2-Clause
@author StylishThemes
@preprocessor default
@advanced text ghd-font-family "Code font" Menlo
@advanced text ghd-font-feature-settings "Code font feature Settings" normal
@advanced text ghd-font-variant-ligatures "Code font ligature Settings" normal
@advanced text ghd-font-size "Code font size" 12px
==/UserStyle== */
@-moz-document regexp("^https?://((education|gist|graphql|guides|raw|resources|status|developer|support|vscode-auth)\\.)?github\\.com/((?!generated_pages/preview).)*$"), regexp("^https?://www\.zuora\.com.*github\.com.*"), domain("githubusercontent.com"), domain("www.githubstatus.com"), domain("stylishthemes.github.io") {
pre, code, tt, kbd:not(.badmono), samp, .blob-code, .file-data pre, .line-data,
#gist-form .file .input textarea, .blob-code-inner, .react-code-text, .jujkut,
#read-only-cursor-text-area {
font-family: var(--ghd-font-family), Consolas, "Liberation Mono", Menlo, Courier, monospace;
font-feature-settings: var(--ghd-font-feature-settings);
font-variant-ligatures: var(--ghd-font-variant-ligatures);
font-size: var(--ghd-font-size);
}
}