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

This commit is contained in:
Roman Perepelitsa 2022-08-20 10:16:28 +02:00
parent f9fd384d8d
commit 0493886837
2 changed files with 2 additions and 2 deletions

View file

@ -714,7 +714,7 @@ If you are using a different terminal, proceed with manual font installation.
all new terminals. all new terminals.
- Crostini (Linux on Chrome OS): Open - Crostini (Linux on Chrome OS): Open
chrome-untrusted://terminal/html/nassh_preferences_editor.html, set *Text font family* to 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 ```css
@font-face { @font-face {
font-family: "MesloLGS NF"; font-family: "MesloLGS NF";

View file

@ -119,7 +119,7 @@ If you are using a different terminal, proceed with manual font installation.
all new terminals. all new terminals.
- Crostini (Linux on Chrome OS): Open - Crostini (Linux on Chrome OS): Open
chrome-untrusted://terminal/html/nassh_preferences_editor.html, set *Text font family* to 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 ```css
@font-face { @font-face {
font-family: "MesloLGS NF"; font-family: "MesloLGS NF";