mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 00:20:05 +08:00
fix typo (#3435)
The document contains errors and this pr will fix it. "SauceCodePro" -> "SourceCodePro"
This commit is contained in:
parent
c4d28c4a4e
commit
c2df8b213a
@ -413,13 +413,13 @@ enable_guicolors = false
|
||||
|
||||
### Font
|
||||
|
||||
The default font used by SpaceVim is [SauceCodePro Nerd Font Mono](https://github.com/ryanoasis/nerd-fonts/releases/download/v2.0.0/SourceCodePro.zip).
|
||||
The default font used by SpaceVim is [SourceCodePro Nerd Font Mono](https://github.com/ryanoasis/nerd-fonts/releases/download/v2.0.0/SourceCodePro.zip).
|
||||
It is recommended to install it on your system if you wish to use it.
|
||||
|
||||
To change the default font set the variable `guifont` in your `~/.SpaceVim.d/init.toml` file. By default its value is:
|
||||
|
||||
```toml
|
||||
guifont = "SauceCodePro Nerd Font Mono:h11"
|
||||
guifont = "SourceCodePro Nerd Font Mono:h11"
|
||||
```
|
||||
|
||||
If the specified font is not found, the fallback one will be used (depends on your system).
|
||||
|
Loading…
Reference in New Issue
Block a user