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

Update BBC Reith Qalam base URL #4071

Merged
merged 6 commits into from
Dec 1, 2020
Merged
Show file tree
Hide file tree
Changes from 3 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
1 change: 1 addition & 0 deletions packages/utilities/psammead-styles/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<!-- prettier-ignore -->
| Version | Description |
|---------|-------------|
| 7.0.1 | [PR#????](https://github.com/bbc/psammead/pull/????) Update BBC Reith Qalam base URL. |
simonsinclair marked this conversation as resolved.
Show resolved Hide resolved
| 7.0.0 | [PR#4002](https://github.com/bbc/psammead/pull/4002) Replace BBC Nassim with BBC Reith Qalam. |
| 6.1.0 | [PR#3942](https://github.com/bbc/psammead/pull/3942) Move @font-face declarations outside of html selector. |
| 6.0.1 | [PR#3924](https://github.com/bbc/psammead/pull/3924) Migrate Storybook to Emotion. |
Expand Down
2 changes: 1 addition & 1 deletion packages/utilities/psammead-styles/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/psammead-styles/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bbc/psammead-styles",
"version": "7.0.0",
"version": "7.0.1",
"description": "A collection of string constants for use in CSS, containing non-GEL styling details that are bespoke to specific BBC services and products.",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/utilities/psammead-styles/src/fonts.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const baseUrlShonarBangla =
'https://ws-downloads.files.bbci.co.uk/fonts/ShonarBangla/v5.91/';

const baseUrlBBCReithQalam =
'https://ws-downloads.test.files.bbci.co.uk/fonts/ReithQalam/v1.100/';
'https://ws-downloads.files.bbci.co.uk/fonts/ReithQalam/v1.100/';

// Reith Serif
export const F_REITH_SERIF_REGULAR = baseUrlOverride => `
Expand Down