custom.css
... ...
@@ -333,7 +333,13 @@ h1.header-title {
333 333
}
334 334
335 335
/* Labels */
336
-.hex .label{ font-weight:700; line-height:1.2; border: none;}
336
+.hex .label{
337
+ font-weight:700;
338
+ line-height:1.2;
339
+ border: none;
340
+ font-size: 16px;
341
+ font: Iosevka Comfy, monospace, Iosevka, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New";
342
+}
337 343
338 344
/* Positions stay the same: */
339 345
.hex.pos-c { grid-column: 3; grid-row: 3; }