Skip to content

Alternate monospace font configs #652

@davidosomething

Description

@davidosomething
    -- wez recommends against using patched nerd fonts because of mangled
    -- metadata so don't use these:
    --  - "FuraMono Nerd Font" disabled
    --      - folder icon is double size, use mono version instead.
    --        See https://github.com/polybar/polybar/issues/991#issue-293786329
    --  - "FuraMono Nerd Font Mono" disabled
    --  - "Fira Mono" disabled

    -- Prefer stylistic updates from Fira Code but with ligatures disabled
    -- a g i l r 3 ~ $ % * () {} |
    -- :> :- :=

    -- Firple is Fira Code with IBM Plex Sans JP glyphs
    -- https://github.com/negset/Firple
    --  - https://github.com/tonsky/FiraCode
    --  - https://github.com/IBM/plex
    -- had some issues with some letters like E so back to fira code

    -- == Alternate Font =====================================================
    -- {
    --   family = "Fira Code",
    --   harfbuzz_features = {
    --     "calt=0", -- no ligatures => ===
    --     "clig=0", -- no contextual ligatures ft
    --     "ss03", -- & clarified
    --     "ss05", -- @ rounded
    --     "ss06", -- \\ \n dimmed char escapes
    --     "zero", -- dotted 0
    --   },
    -- },
    -- =======================================================================

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions