mirror of
https://github.com/stolksdorf/homebrewery.git
synced 2025-12-23 08:01:29 +00:00
Fixing navbar font pathing
This commit is contained in:
@@ -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');
|
||||
}
|
||||
|
||||
|
||||
|
||||
1
todo.md
1
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
|
||||
|
||||
Reference in New Issue
Block a user