From 0b21085ea731eaf9b479f507174ca9fe5e72c76e Mon Sep 17 00:00:00 2001 From: Author <> Date: Sat, 23 Sep 2023 17:37:00 -0400 Subject: [PATCH] Fixed formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 306333e..ba71200 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ This repository contains the code for my personal site, hosted at [carya.softwar # Building "Building" the site such that it can be deployed is simple. Clone the repository, add the relevant font(s) and large file(s), and compile the tailwindCSS. ## Fonts -Obtain the file [ioseevka_ter_regular.ttf](https://typeof.net/Iosevka/)and put it in the fonts folder. Obtain any large files omitted from the repository (currently just mushrooms.jpg) and put them in the project root folder. +Obtain the file [ioseevka_ter_regular.ttf](https://typeof.net/Iosevka/) and put it in the fonts folder. Obtain any large files omitted from the repository (currently just mushrooms.jpg) and put them in the project root folder. ## Tailwind [Install TailwindCSS](https://tailwindcss.com/docs/installation) (site most recently built with v3.3.3) with npm if you haven't already. Compile the CSS with the following terminal command.