Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pourmand1376/obsidian-custom-font
A plugin to set custom font for obsidian
https://github.com/pourmand1376/obsidian-custom-font
custom-font custom-font-android font obsidian obsidian-plugin obsidian-plugins
Last synced: 17 days ago
JSON representation
A plugin to set custom font for obsidian
- Host: GitHub
- URL: https://github.com/pourmand1376/obsidian-custom-font
- Owner: pourmand1376
- License: mit
- Created: 2023-08-15T15:13:20.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-12T17:19:45.000Z (28 days ago)
- Last Synced: 2025-01-16T21:09:10.195Z (24 days ago)
- Topics: custom-font, custom-font-android, font, obsidian, obsidian-plugin, obsidian-plugins
- Language: TypeScript
- Homepage: https://obsidian.md/plugins?id=custom-font-loader
- Size: 243 KB
- Stars: 72
- Watchers: 2
- Forks: 3
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![Obsidian Downloads](https://img.shields.io/badge/dynamic/json?label=downloads&query=%24%5B%22custom-font-loader%22%5D.downloads&url=https%3A%2F%2Fraw.githubusercontent.com%2Fobsidianmd%2Fobsidian-releases%2Fmaster%2Fcommunity-plugin-stats.json)
# Obsidian Custom Font Plugin
Spice up your Obsidian notes with custom fonts! This plugin is created since currently obsidian doesn't support setting custom fonts easily. This is the case, especially in Android and IOS. If you want to set up your fonts once and make it work on all platforms (Android, Mac, Windows, Linux, IPhone) this is for you!
## Plugin Settings Page
![Plugin-settings-page](https://github.com/pourmand1376/obsidian-custom-font/releases/download/1.1.6/plugin-preview.gif)
![Multiple-fonts](https://github.com/pourmand1376/obsidian-custom-font/releases/download/1.3.1/multiple_fonts.gif)
## Multi Font Preview
![Multiple-fonts-config](https://github.com/pourmand1376/obsidian-custom-font/releases/download/1.3.1/multiple_fonts_config.gif)
## New Version
![Custom-font-preview](https://github.com/pourmand1376/obsidian-custom-font/releases/download/1.2.0/custom-font-preview.png)
## Compatibility
This plugin leverages base64 encoding to ensure maximum compatibility across platforms. The chosen font will work on all operating systems (Windows, MacOS, Linux, Android, and IOS).
So no matter what device you use Obsidian on, you can customize your notes with unique font styles! This way you won't even need to install the font on your operating system.
## To get started
- Add your font files (.woff, .ttf, .woff2 and .otf) to your vault's `.obsidian/fonts` folder.
- Open the plugin settings and choose your desired font from the dropdown menu.
- The selected font will now be applied across your entire vault. You can switch fonts anytime.## Key Features
- Supports .woff, .ttf, .woff2 and .otf .
- Simple settings menu to pick your font. Change it up anytime.
- Applies chosen font globally to your entire vault.
- Tested with a wide range of fonts for full compatibility.
- Custom CSS Style Support: You can apply the font to anywhere you want!
- Ability to set custom font on specific pages (See [#7](https://github.com/pourmand1376/obsidian-custom-font/issues/7))## Issues and Pull-Requests
This idea of this plugin just recently came into my mind. I don't know what features would be useful to you. Issues and pull requests are highly appreciated.
# References
- [Embed fonts and images in your theme - Developer Documentation](https://docs.obsidian.md/Themes/App+themes/Embed+fonts+and+images+in+your+theme)