use fira code font ligatures in code section on github.com
github font ligatures in code by mohamedbechirmejri
Details
Authormohamedbechirmejri
LicenseNo License
Categorygithub
Created
Updated
Size513 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name github font ligatures in code
@version 20210918.20.20
@namespace userstyles.world/user/mohamedbechirmejri
@description use fira code font ligatures in code section on github.com
@author mohamedbechirmejri
@license No License
==/UserStyle== */
@-moz-document domain("github.com") {
@import url(https://fonts.googleapis.com/css2?family=Fira+Code:wght@100;200;300;400;500;600;700&display=swap);
.blob-code {
font-family: "Fira Code", monospace !important;
}
}