1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 00:20:05 +08:00
The document contains errors and this pr will fix it.
"SauceCodePro" -> "SourceCodePro"
This commit is contained in:
VitalyR 2020-04-06 20:07:27 +08:00 committed by GitHub
parent c4d28c4a4e
commit c2df8b213a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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).