tweak storm fonts

pull/8005/head
Thibault Duplessis 2021-01-26 19:09:40 +01:00
parent 1c08fe3a97
commit 913f45cdb3
4 changed files with 8 additions and 7 deletions

View File

@ -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

Binary file not shown.

Binary file not shown.

View File

@ -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;