diff options
author | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2022-08-20 11:16:28 +0300 |
---|---|---|
committer | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2022-08-20 11:16:28 +0300 |
commit | 0493886837595bdfb0d8ee36a8b25556ac0a64ea (patch) | |
tree | 86238627a113b0c6acdeddf79358a77a352fb33a /README.md | |
parent | f9fd384d8d64022e24c83bb03ba69e415c7fa90e (diff) |
clarify that quotes are necessary when specifying font name in crostini (#1934)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -714,7 +714,7 @@ If you are using a different terminal, proceed with manual font installation. all new terminals. - Crostini (Linux on Chrome OS): Open chrome-untrusted://terminal/html/nassh_preferences_editor.html, set *Text font family* to - `'MesloLGS NF'` and *Custom CSS (inline text)* to the following: + `'MesloLGS NF'` (including the quotes) and *Custom CSS (inline text)* to the following: ```css @font-face { font-family: "MesloLGS NF"; |