Skip to content
This repository has been archived by the owner on Aug 13, 2023. It is now read-only.

Commit

Permalink
Merge pull request #2462 from bbc/latin-diacritics-update
Browse files Browse the repository at this point in the history
Update line heights for latin with diacritics
  • Loading branch information
sareh authored Oct 24, 2019
2 parents 42e5e3e + f7c3e5b commit 2bb1e3e
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 15 deletions.
1 change: 1 addition & 0 deletions packages/utilities/gel-foundations/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<!-- prettier-ignore -->
| Version | Description |
|---------|-------------|
| 3.4.1 | [PR#2462](https://github.com/bbc/psammead/pull/2462) Update line heights for Latin with Diacritics. |
| 3.4.0 | [PR#2169](https://github.com/bbc/psammead/pull/2169) Add generic script exports - cyrillicAndLatin, devanagariAndGurmukhi & noAscendersOrDescenders |
| 3.3.3 | [PR#1847](https://github.com/bbc/psammead/pull/1847) Fixed Telugu typos |
| 3.3.2 | [PR#1806](https://github.com/bbc/psammead/pull/1806/) Change strings to booleans |
Expand Down
2 changes: 1 addition & 1 deletion packages/utilities/gel-foundations/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/utilities/gel-foundations/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bbc/gel-foundations",
"version": "3.4.0",
"version": "3.4.1",
"sideEffects": false,
"description": "A range of string constants for use in CSS, intended to help implement BBC GEL-compliant webpages and components.",
"repository": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,57 +76,57 @@ const latinWithDiacriticsTypography = {
canon: {
groupA: {
fontSize: '28',
lineHeight: '32',
lineHeight: '36',
},
groupB: {
fontSize: '32',
lineHeight: '38',
lineHeight: '42',
},
groupD: {
fontSize: '44',
lineHeight: '52',
lineHeight: '58',
},
},
trafalgar: {
groupA: {
fontSize: '20',
lineHeight: '24',
fontSize: '22',
lineHeight: '28',
},
groupB: {
fontSize: '24',
lineHeight: '30',
lineHeight: '32',
},
groupD: {
fontSize: '32',
lineHeight: '38',
lineHeight: '42',
},
},
paragon: {
groupA: {
fontSize: '20',
lineHeight: '24',
lineHeight: '26',
},
groupB: {
fontSize: '22',
lineHeight: '28',
lineHeight: '30',
},
groupD: {
fontSize: '28',
lineHeight: '34',
lineHeight: '38',
},
},
doublePica: {
groupA: {
fontSize: '18',
lineHeight: '22',
lineHeight: '24',
},
groupB: {
fontSize: '20',
lineHeight: '24',
lineHeight: '26',
},
groupD: {
fontSize: '24',
lineHeight: '30',
lineHeight: '32',
},
},
greatPrimer: {
Expand Down

0 comments on commit 2bb1e3e

Please sign in to comment.