Overrides the default monospace font with Iosevka
Monospace override: Iosevka by passcod
Details
Authorpasscod
LicenseCC-BY-4.0
Categoryglobal
Created
Updated
Size314 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
⚠ This is a global style! ⚠
Source code
/* ==UserStyle==
@name Monospace Override: Iosevka
@namespace userstyles.world
@version 1.0.0
@description Overrides the default monospace font with Iosevka
@author Félix Saparelli
==/UserStyle== */
@font-face {
font-family: monospace;
src: local("Iosevka");
}