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

stable version, small fixes

This commit is contained in:
Víctor Losada Hernández
2026-01-30 18:56:24 +01:00
parent 7deec9cd6e
commit 390ff68a6b
3 changed files with 7 additions and 11 deletions

View File

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