Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/randombits-dev/fontable
Find the right Google font by embedding a font picker on your website.
https://github.com/randombits-dev/fontable
font font-picker google-fonts
Last synced: about 1 month ago
JSON representation
Find the right Google font by embedding a font picker on your website.
- Host: GitHub
- URL: https://github.com/randombits-dev/fontable
- Owner: randombits-dev
- License: mit
- Created: 2023-10-28T01:12:30.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-08T20:45:43.000Z (10 months ago)
- Last Synced: 2024-04-14T16:47:36.073Z (10 months ago)
- Topics: font, font-picker, google-fonts
- Language: TypeScript
- Homepage: https://randombits-dev.github.io/fontable/
- Size: 207 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fontable [![NPM Version](https://flat.badgen.net/npm/v/fontable)](https://www.npmjs.com/package/fontable) [![Demo](https://flat.badgen.net/badge/icon/demo/cyan?label)](https://randombits-dev.github.io/fontable/)
## Try out different Google fonts by embedding a font picker on your website.
![fontable](https://github.com/randombits-dev/fontable/assets/4440760/33f4dff9-3448-4225-b257-12fa5335cb8a)
### Features
1. Embed a temporary font picker on your site. It shows up in the lower right corner of the page.
2. Choose from over 1000 open source fonts, loaded from Google fonts.
3. When you find a font you like, copy the CSS to install it permanently on your site, and remove the font picker.### Setup
Add the following script to your html page:
```html
```
### Usage
Filter the fonts by type (optional), and then choose a font family. The font will be applied to the body element of your site.
If you have font families applied to elements lower than the body element, it will not override those fonts unless you enable the **Override** toggle.
Tip: When the font selection box is focused, you can use up/down arrows to cycle through fonts quickly.
### Enabled checkbox
This toggle turns the font picker on/off. When it is off, the font is not applied to the page.
### Override checkbox
This toggle will override all **font-family** styles on your site with the selected font.
### Font CSS Output
Use **copy link** to copy the stylesheet link to your clipboard. Paste it into your html **head** element.
Use **copy CSS** to copy the CSS to your clipboard. Paste it into your CSS file.
Use **google fonts** to open the Google fonts page for the selected font.
### Other
A full guide to using Google fonts: https://developers.google.com/fonts/docs/getting_started
Brought to you by [Random Bits Software Engineering](https://randombits.dev)