Skip to content

Commit

Permalink
Merge pull request #76 from Financial-Times/add_new_weight
Browse files Browse the repository at this point in the history
Adding a new financier weight (medium) 🐿 v2.12.6
  • Loading branch information
chivchila authored Apr 22, 2020
2 parents 44bdf75 + 91c4825 commit 62be704
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
"ftdomdelegate": "^4.0.0",
"o-buttons": "^6.0.2",
"o-colors": "^5.0.2",
"o-fonts": "^4.0.0",
"o-fonts": "^4.3.1",
"o-grid": "^5.0.2",
"o-icons": "^6.0.0",
"o-normalise": "^2.0.0",
"o-typography": "^6.0.0",
"o-typography": "^6.3.1",
"o-viewport": "^4.0.0",
"o-visual-effects": "^3.0.0",
"o-utils": "^1.1.0",
Expand Down
2 changes: 1 addition & 1 deletion typography/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
'financier-display': (
('weight': 'regular', 'style': 'normal'),
('weight': 'bold', 'style': 'normal'),
('weight': 'medium', 'style': 'normal'),
),
'metric': (
('weight': 'regular', 'style': 'normal'),
('weight': 'semibold', 'style': 'normal'),
('weight': 'medium', 'style': 'normal'),
)
));

Expand Down

0 comments on commit 62be704

Please sign in to comment.