GitHub Custom Fonts by stylishthemes
Imported from https://raw.githubusercontent.com/StylishThemes/GitHub-Dark/master/github-custom-fonts.user.css
Details
Authorstylishthemes
LicenseBSD-2-Clause
Created atApril 3, 2021 00:33
Updated atJune 25, 2022 02:30
Applies togithub
Statistics
Learn how we calculate statistics in the FAQ.
Total views527
Total installs896
Weekly installs62
Description
Userstyle doesn't have description.Notes
Userstyle doesn't have notes.History
Daily snapshots of style statistics.
Source code
/* ==UserStyle==
@name GitHub Custom Fonts
@namespace StylishThemes
@version 5.1.128
@homepageURL https://github.com/StylishThemes/GitHub-Dark
@updateURL https://stylishthemes.github.io/GitHub-Dark/github-custom-fonts.user.css
@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-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 {
font-family: var(--ghd-font-family), Consolas, "Liberation Mono", Menlo, Courier, monospace !important;
font-feature-settings: var(--ghd-font-feature-settings) !important;
font-size: var(--ghd-font-size) !important;
}
}