diff options
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | font.md | 2 |
2 files changed, 2 insertions, 2 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"; @@ -119,7 +119,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"; |