Iosevka on CodePen
Iosevka on CodePen by limingjie
Details
Authorlimingjie
LicenseNo License
Categorycodepen.io
Created
Updated
Size622 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 Iosevka on CodePen
@namespace https://github.com/limingjie
@version 1.0.0
@description Iosevka on CodePen
@author Mingjie Li
==/UserStyle== */
@-moz-document domain("codepen.io")
{
.CodeMirror pre.CodeMirror-line,
.CodeMirror pre.CodeMirror-line-like
{
font-family: "Iosevka Curly Custom Light", "Iosevka Curly Light", "Iosevka Light", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace;
font-size: 15px;
font-variant-ligatures: contextual;
}
}