From 34a93a61510185bc175198a8a1693f0ad4fc23e2 Mon Sep 17 00:00:00 2001 From: Scott Tolksdorf Date: Fri, 6 May 2016 15:35:37 -0400 Subject: [PATCH] Fixing navbar font pathing --- shared/naturalcrit/logo/logo.less | 4 ++-- todo.md | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/shared/naturalcrit/logo/logo.less b/shared/naturalcrit/logo/logo.less index e631494..72acf04 100644 --- a/shared/naturalcrit/logo/logo.less +++ b/shared/naturalcrit/logo/logo.less @@ -1,10 +1,10 @@ @font-face { font-family : CodeLight; - src : url('/assets/naturalCrit/logo/CODE Light.otf'); + src : url('/assets/naturalcrit/logo/CODE Light.otf'); } @font-face { font-family : CodeBold; - src : url('/assets/naturalCrit/logo/CODE Bold.otf'); + src : url('/assets/naturalcrit/logo/CODE Bold.otf'); } diff --git a/todo.md b/todo.md index 3f07db2..0a719e5 100644 --- a/todo.md +++ b/todo.md @@ -18,6 +18,7 @@ X Test the old/small brew filtering for deleteion - Add in specific entry point rendering in server.js - Add in a tutorial page? - Add in a localstorage fallback on the `/new` page, clear it when they save +- Rename `/client/naturalCrit` -> `/client/home` ## v1.6 - Add error handling to the saving wdiget in the status bar