PingchuanMa / monospaced-fonts

Backup for monospaced fonts collected from the Internet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Monospaced / Programming / Fixed-width Fonts

All fonts are collected from the Internet.

Getting Started

curl -L https://github.com/PingchuanMa/monospaced-fonts/raw/main/install.sh | bash

Usage

  • Ubuntu Terminal:

    Go to Preferences/Profiles/name-of-your-profile , check Custom font box, and select Monaco Powerline Regular .

  • Visual Studio Code:

    "editor.fontFamily": "'Monaco'"
  • Overleaf:

    Select Monaco in left sidebar.

  • GitHub (Chrome):

    Install Stylus and create a style for github.com :

    .line-data,
    #gist-form .file .input textarea,
    .blob-code-inner {
        font-family: "Monaco"
    }
    
    code,
    pre {
        font-family: "Monaco"
    }
  • More usage examples are welcomed.

Acknowledgement

About

Backup for monospaced fonts collected from the Internet


Languages

Language:Shell 100.0%