0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-06-22 04:58:40 +00:00

Add font files, remove google fonts references

Adds a `shared/naturalcrit/styles/fonts` directory, and Open Sans font files for the 4 weights we were pulling from Google Fonts.
This commit is contained in:
Gazook89
2026-04-30 22:28:04 -05:00
parent 5426aa82c1
commit e34c5f9b32
8 changed files with 37 additions and 5 deletions
+1
View File
@@ -12,6 +12,7 @@
font-family : 'CodeBold';
src : url('./CODE Bold.otf') format('opentype');
}
@import './fonts/fonts.css';
html,body, #reactRoot {
height : 100vh;
min-height : 100vh;