clarify that quotes are necessary when specifying font name in crostini (#1934)

pull/1994/head
Roman Perepelitsa 2 years ago
parent f9fd384d8d
commit 0493886837

@ -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";

Loading…
Cancel
Save