This is simply the Meslo Nerd Font (MesloLGS NF) patched for Powerlevel10k in woff2 format for use on Chrome OS.
- 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
- Text font family:
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');