Skip to content

github font ligatures in code by mohamedbechirmejri

Details

Authormohamedbechirmejri

LicenseNo License

Categorygithub

Created

Updated

Code size513 B

Code checksum10a84c0

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

use fira code font ligatures in code section on github.com

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;
}
}

Reviews

No reviews yet.