Skip to content

Iosevka Font on EB Gitlab by limingjie

Details

Authorlimingjie

LicenseNo License

Categorygitlab.eb-tools.com

Created

Updated

Size1.4 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Iosevka Font on EB Gitlab

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Iosevka Font on EB Gitlab
@namespace      https://github.com/limingjie
@version        1.0.0
@description    Iosevka Font on EB Gitlab
@author         Mingjie Li
==/UserStyle== */
@-moz-document domain("gitlab.eb-tools.com")
{
    /* Enable ligation */
    *
    {
        font-variant-ligatures: normal;
    }

    /* Change font family */
    .file-content.code pre code,
    .diff-table.code,
    table.code,
    .file-content.code .line-numbers a,
    .commit-sha,
    .ref-name,
    .pipeline-number,
    .md code,
    .gl-font-monospace,
    .monospace,
    .git-clone-holder .form-control,
    .mr-state-widget .label-branch
    {
        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;
    }
    /* Change font size and line height */
    .diff-table.code .diff-tr.line_holder .diff-td,
    .diff-table.code tr.line_holder td,
    table.code .diff-tr.line_holder .diff-td,
    table.code tr.line_holder td,
    .file-content.code pre .line,
    .file-content.code .line-numbers a,
    .commit-sha,
    .ref-name,
    .pipeline-number,
    .md code,
    .gl-font-monospace,
    .monospace,
    .git-clone-holder .form-control
    {
        font-size: 15px;
        line-height: normal;
    }
}

Reviews

No reviews yet.