mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-22 04:10:07 +00:00
clarify that quotes are necessary when specifying font name in crostini (#1934)
This commit is contained in:
parent
f9fd384d8d
commit
0493886837
2 changed files with 2 additions and 2 deletions
|
@ -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";
|
||||||
|
|
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.
|
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";
|
||||||
|
|
Loading…
Reference in a new issue