0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-03-22 08:58:11 +00:00

not sure why those were like that

This commit is contained in:
Víctor Losada Hernández
2026-02-25 18:27:48 +01:00
parent 1e0c09243a
commit 0a6c0a1eae

View File

@@ -6,11 +6,11 @@
@import './tooltip.less'; @import './tooltip.less';
@font-face { @font-face {
font-family : 'CodeLight'; font-family : 'CodeLight';
src : url('../../../shared/naturalcrit/styles/CODE Light.otf') format('opentype'); src : url('./CODE Light.otf') format('opentype');
} }
@font-face { @font-face {
font-family : 'CodeBold'; font-family : 'CodeBold';
src : url('../../../shared/naturalcrit/styles/CODE Bold.otf') format('opentype'); src : url('./CODE Bold.otf') format('opentype');
} }
html,body, #reactRoot { html,body, #reactRoot {
height : 100vh; height : 100vh;