From f643ad7771108cad1c6a585033e3b41752954236 Mon Sep 17 00:00:00 2001 From: "Christopher C. Wells" Date: Mon, 30 Aug 2021 16:08:32 -0700 Subject: [PATCH] Add documentation about new icon font --- CONTRIBUTING.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 81c04940..3e6203fe 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -9,6 +9,7 @@ - [Development](#development) - [Installation](#installation) - [Gulp Commands](#gulp-commands) + - [Icon Font](#icon-font) ## Contributions @@ -292,3 +293,10 @@ order: This command should be executed, and any changes committed, any time changes are made to Baby Buddy's frontend code (SASS, JS, etc.). + +### Icon Font + +Baby Buddy uses [Fontello](https://fontello.com/) to build a custom icon font +for icons used throughout the application. See [`babybuddy/static_src/fontello`](babybuddy/static_src/fontello) +for further documentation about using the config file with Fontello and license +information for fonts used by this application.