This repository contains the Go font adapted for the web.
This is a short explanation on how to display the font in ChromeOS terminal:
We cannot add a new font to ChromeOS, but Secure Shell can be customized using CSS. Since I want to display the font offline, it will be stored inside Crostini, served with an HTTP server, and loaded with CSS into Secure Shell.
- install a web server of your choice
- clone this repo in your public folder
- ensure that the file from the repo are served with CORS
- for Caddy add
header /go-font/ Access-Control-Allow-Origin *
- for Caddy add
- hit
ctrl+shift+p
and set the police toGo Mono
- add an
user-css
ashttp://penguin.linux.test:3000/go-font/Go%20Mono.css