Getting Started
Plugins
- List of plugins
- Installing plugins
- Writing plugins
- Architecture
- Sharing plugins
- Core plugin
- Caveats
- API
Configuration
Configuring fonts in fman
The font used by fman is configured in a file called
Theme.css
. Typically, you create this file in the
Plugins/User/Settings
subdirectory of your
data directory. For
examples of what the file should look like, please look at
Theme.css
in the Core plugin.
If you would like to use a custom font, place its .ttf
file
in Plugins/User/Settings
(or another plugin directory).
Then, use the font-family
property in
Theme.css
to apply it.
To apply your changes, open the Command Palette with
Ctrl+Shift+P
(or Cmd+Shift+P
on Mac) and enter
Reload plugins
:
- Reload plugins