clarify that quotes are necessary when specifying font name in crostini (#1934)
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";
|
||||
|
|
2
font.md
2
font.md
|
@ -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…
Reference in New Issue