Segoe UI Variable and Cascadia Mono/Cascadia Code fonts for Github
Windows 11 Fonts for Github by maicol07
Details
Authormaicol07
LicenseCC Zero
Categorygithub
Created
Updated
Size926 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Users should install the following fonts to get this script working:
- Segoe UI Variable (Included by default with Windows 11)
- Cascadia Mono and Cascadia Code (You can also choose the PL version, or both!)
Source code
/* ==UserStyle==
@name Windows 11 Fonts for Github
@version 20211025.16.51
@namespace userstyles.world/user/maicol07
@description Segoe UI Variable and Cascadia Mono/Cascadia Code fonts for Github
@author maicol07
@license CC Zero
==/UserStyle== */
@-moz-document domain("github.com") {
body, .markdown-body {
font-family: "Segoe UI Variable Text", sans-serif !important;
}
/* HEADINGS */
h1, h2, h3, h4, h5, h6, .markdown-title, .f1-light {
font-family: "Segoe UI Variable Display", sans-serif;
}
/* MONOSPACED */
.commit-ref, .gh-header-meta .commit-ref .css-truncate-target, .markdown-body code, .markdown-body tt, .branch-name, tt, code, .text-mono, .file-info, .input-monospace {
font-family: "Cascadia Mono PL", "Cascadia Mono", monospace !important;
}
.blob-num, .blob-code-inner {
font-family: "Cascadia Code PL", "Cascadia Code", "Cascadia Mono PL", "Cascadia Mono", monospace;
}
}