Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 846 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 846 Bytes

MesloLGS NF Web Fonts

This is simply the Meslo Nerd Font (MesloLGS NF) patched for Powerlevel10k in woff2 format for use on Chrome OS.

Usage

  • Launch Secure Shell, and click on Options
    • Text font family: "MesloLGS NF", monospace
    • Custom CSS (URI): https://www.uncon.net/MesloLGSNF-web-fonts/stylesheet.css

Linux Terminal or Crosh Window

  • Launch Terminal, press ctrl+shift+j, and paste the following:
term_.prefs_.set('font-family', '"MesloLGS NF", monospace');
term_.prefs_.set('user-css', 'https://www.uncon.net/MesloLGSNF-web-fonts/stylesheet.css');