diff --git a/public/font/Segment7.sfd b/public/font/Segment7.sfd index 45cacf1692..04a1238fde 100644 --- a/public/font/Segment7.sfd +++ b/public/font/Segment7.sfd @@ -23,7 +23,7 @@ OS2Version: 3 OS2_WeightWidthSlopeOnly: 0 OS2_UseTypoMetrics: 0 CreationTime: 1401560787 -ModificationTime: 1611683937 +ModificationTime: 1611684494 PfmFamily: 17 TTFWeight: 600 TTFWidth: 5 @@ -852,8 +852,8 @@ EndChar StartChar: period Encoding: 46 46 47 -Width: 585 -Flags: MW +Width: 711 +Flags: MWO HStem: -21 100<549 573> VStem: 513 95<15 43> LayerCount: 2 @@ -1396,7 +1396,7 @@ StartChar: colon Encoding: 58 58 59 Width: 383 VWidth: 2048 -Flags: HMWO +Flags: HMW LayerCount: 2 Fore SplineSet diff --git a/public/font/Segment7.woff b/public/font/Segment7.woff index 50c0b40a7a..53f1471dd9 100644 Binary files a/public/font/Segment7.woff and b/public/font/Segment7.woff differ diff --git a/public/font/Segment7.woff2 b/public/font/Segment7.woff2 index 2c7baa8053..55afda145a 100644 Binary files a/public/font/Segment7.woff2 and b/public/font/Segment7.woff2 differ diff --git a/ui/storm/css/_combo.scss b/ui/storm/css/_combo.scss index c7c0e93279..1599ffdce7 100644 --- a/ui/storm/css/_combo.scss +++ b/ui/storm/css/_combo.scss @@ -8,20 +8,21 @@ &__counter { display: flex; flex-flow: column; - font-family: 'storm'; margin-bottom: .25em; &__value { @extend %flex-center-nowrap; - justify-content: center; + justify-content: center; + font-family: 'storm'; font-size: 2.8em; line-height: 1em; width: 2ch; } &__combo { - font-size: .9em; + font-size: .7em; + color: $c-font-dim; } transition: color .1s;