@pantheon-systems/pds-design-tokens 2.0.0-alpha.0 → 2.0.0-alpha.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -20,6 +20,9 @@ npm install @pantheon-systems/pds-design-tokens
20
20
  Import the token files you need:
21
21
 
22
22
  ```css
23
+ /* Required: Fonts */
24
+ @import '@pantheon-systems/pds-design-tokens/build/css/fonts.css';
25
+
23
26
  /* Required: Global tokens */
24
27
  @import '@pantheon-systems/pds-design-tokens/build/css/variables.global.css';
25
28
 
@@ -0,0 +1 @@
1
+ @import url('https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=Mona+Sans:ital,wght@0,200..900;1,200..900&family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&display=swap');
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pantheon-systems/pds-design-tokens",
3
3
  "description": "Design Tokens for the Pantheon Design System",
4
- "version": "2.0.0-alpha.0",
4
+ "version": "2.0.0-alpha.1",
5
5
  "publishConfig": {
6
6
  "access": "public",
7
7
  "registry": "https://registry.npmjs.org/",