0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-28 17:52:38 +00:00

redundant font-weight removed

This commit is contained in:
Víctor Losada Hernández
2023-12-11 22:09:08 +01:00
parent ee4921f02c
commit c10be139c9

View File

@@ -77,7 +77,6 @@
// *****************************/
h1,h2,h3,h4 {
font-family : 'MrEavesRemake';
font-weight : 800;
color : var(--HB_Color_HeaderText);
}
h1 {
@@ -136,7 +135,6 @@
//margin-bottom : 0.02cm;
font-family : 'ScalySansSmallCapsRemake';
font-size : 0.423cm;
font-weight : 900;
line-height : 0.951em; //Font is misaligned. Shift up slightly
& + * { margin-top : 0.2cm; }
}