-
Notifications
You must be signed in to change notification settings - Fork 654
/
github-custom-fonts.user.css
24 lines (24 loc) · 1.35 KB
/
github-custom-fonts.user.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/* ==UserStyle==
@name GitHub Custom Fonts
@namespace StylishThemes
@version 6.0.706
@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-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);
}
}