From 0298e9c08e5aaf07fc9104263391aac856815e2c Mon Sep 17 00:00:00 2001
From: StarToaster <startoaster23@gmail.com>
Date: Sat, 29 Oct 2022 09:07:20 -0400
Subject: [PATCH] Add a section to describe moving the font files into your own
 project.

---
 book/src/chapter_1.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/book/src/chapter_1.md b/book/src/chapter_1.md
index 29bf577..9ced789 100644
--- a/book/src/chapter_1.md
+++ b/book/src/chapter_1.md
@@ -6,7 +6,7 @@ Because a crate has yet to be released this currently this looks like:
 kayak_ui = { git = "https://github.com/StarArawn/kayak_ui/", rev = "9b212e230a5325a3ac6897390ded0bc358eebc80"}
 ```
 
-Once you've added Kayak UI to your bevy project you can now start to use it! 
+Once you've added Kayak UI to your bevy project you can now start to use it! In order for you to copy and run this in your own project don't forget to move the `roboto.kayak_font` and the `roboto.png` files to your asset folder. Optionally you can also generate your own font! See: [Chapter 5 - Fonts](./chapter_5.md)
 
 Hello World Example:
 ```rust
-- 
GitLab