Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## Features

* Migrate CI to GitHub actions
* **fontstack:** (breaking) Adds Mozilla Headline and Mozilla Text to the font stacks. Removes `font-stack-mozilla`.
* **fontstack:** (breaking) Adds Mozilla Headline and Mozilla Text to the font stacks. Removes `font-stack-mozilla`. Also, removes Inter from Mozilla font stack. It's no longer used as body text (as it is in Firefox), so there's no reason to add another web font in front of the system fallback fonts.

# 5.0.5 (2020-05-11)

Expand Down
4 changes: 2 additions & 2 deletions tokens/_aliases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,5 +211,5 @@ aliases:
font-stack-base: "Inter, X-LocaleSpecific, sans-serif"
font-stack-firefox: "Metropolis, Inter, X-LocaleSpecific, sans-serif"
font-stack-mono: "Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace"
font-stack-mozilla-text: "'Mozilla Text', Inter, 'Helvetica Neue', Arial, X-LocaleSpecific, sans-serif"
font-stack-mozilla-headline: "'Mozilla Headline', Inter, 'Helvetica Neue', Arial, X-LocaleSpecific, sans-serif"
font-stack-mozilla-text: "'Mozilla Text', 'Helvetica Neue', Arial, X-LocaleSpecific, sans-serif"
font-stack-mozilla-headline: "'Mozilla Headline', 'Helvetica Neue', Arial, X-LocaleSpecific, sans-serif"