@bbc/psammead-styles
Advanced tools
Comparing version 4.0.0 to 4.0.1
@@ -6,2 +6,3 @@ # @bbc/psammead-styles Changelog | ||
|---------|-------------| | ||
| 4.0.1 | [PR#2273](https://github.com/bbc/psammead/pull/2273) Snapshot update | | ||
| 4.0.0 | [PR#2229](https://github.com/bbc/psammead/pull/2229) Convert fonts to overridable functions | | ||
@@ -8,0 +9,0 @@ | 3.0.0 | [PR#2250](https://github.com/bbc/psammead/pull/2250) Update Mundo, Brasil and Turkish fonts from Helmet to Reith | |
{ | ||
"name": "@bbc/psammead-styles", | ||
"version": "4.0.0", | ||
"version": "4.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.", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -23,3 +23,3 @@ import React from 'react'; | ||
render( | ||
<GlobalStyles fonts={[F_REITH_SANS_REGULAR, F_REITH_SERIF_MEDIUM]} />, | ||
<GlobalStyles fonts={[F_REITH_SANS_REGULAR(), F_REITH_SERIF_MEDIUM()]} />, | ||
); | ||
@@ -26,0 +26,0 @@ const styles = getGlobalStyles(); |
243833