0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-05-07 16:38:38 +00:00

Merge branch 'master' of https://github.com/naturalcrit/homebrewery into update-Codemirror

This commit is contained in:
Víctor Losada Hernández
2026-04-03 22:52:17 +02:00
2 changed files with 8 additions and 8 deletions
+4 -4
View File
@@ -33,26 +33,26 @@
font-family : "NodestoCapsCondensed";
font-style : normal;
font-weight : normal;
src : url('../fonts/5e/Nodesto Caps Condensed.woff2');
src : url('../../../fonts/5e/Nodesto Caps Condensed.woff2');
}
@font-face {
font-family : "NodestoCapsCondensed";
font-style : normal;
font-weight : bold;
src : url('../fonts/5e/Nodesto Caps Condensed Bold.woff2');
src : url('../../../fonts/5e/Nodesto Caps Condensed Bold.woff2');
}
@font-face {
font-family : "NodestoCapsCondensed";
font-style : italic;
font-weight : normal;
src : url('../fonts/5e/Nodesto Caps Condensed Italic.woff2');
src : url('../../../fonts/5e/Nodesto Caps Condensed Italic.woff2');
}
@font-face {
font-family : "NodestoCapsCondensed";
font-style : italic;
font-weight : bold;
src : url('../fonts/5e/Nodesto Caps Condensed Bold Italic.woff2');
src : url('../../../fonts/5e/Nodesto Caps Condensed Bold Italic.woff2');
}