No description
Find a file
2024-10-02 14:17:56 -05:00
.fontfoldercleanup lowercase file names 2024-10-02 14:17:56 -05:00
font_files Fonts prepped 🎉 2024-09-27 12:36:51 -05:00
.gitignore added .env to the gitignore file. Why wasn't this already there? 🤷🏼‍♂️ 2024-10-02 14:15:33 -05:00
create repos for fonts.py Adding Script and README.md to the repo 2024-10-02 12:55:36 -05:00
iterate.sh Fix double quotes 2024-09-27 12:28:56 -05:00
orphans.py setup scripts 2024-09-27 12:17:58 -05:00
prep 1 font.sh Merge branch 'font-prep' 2024-09-27 12:42:01 -05:00
README.md Adding Script and README.md to the repo 2024-10-02 12:55:36 -05:00
remove_empty_folders.sh Cleanup 2024-09-27 12:26:23 -05:00

Repository of Fonts

This repository contains a collection of fonts that I have found and liked. I have collected them here so that I can easily access them from any computer. They are in the homebrew format for easy installation using homebrew.

Prerequisites

You need to have the following installed on your system to use this repository:

  • 👨🏼‍💻 Xcode Command Line Tools

    • xcode-select --install
      
  • 🍻 Homebrew

    • /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
      

Installation

  • brew tap homebrew/cask-fonts # You only need to do this once!
    
  • brew install {font-name} // Replace {font-name} with the name of the font you want to install