ciiqr / font-finder

Home Page:https://font-finder.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

font-finder

Local dev

  • ./bin/dev initial setup
  • run the following commands AND append to your shell configs (ie. ~/.zshrc or ~/.bashrc/~/.bash_profile)
eval "$(mise activate zsh)"
# or for bash
# eval "$(mise activate bash)"
  • (optionally) configure mise: ~/.config/mise/settings.toml
trusted_config_paths = ["~/Projects"] # where ~/Projects is wherever you clone your repos
  • dev start

fonts included (all variable fonts that include the latin-extended character set)

git clone https://github.com/fontsource/font-files
cd font-files
jq '. | select(.variable and (.subsets[] | contains ("latin-ext")))' fonts/google/*/metadata.json | jq -r '.family'

About

https://font-finder.vercel.app


Languages

Language:TypeScript 94.6%Language:Shell 3.3%Language:JavaScript 2.0%Language:CSS 0.2%