Dale Blackburn
Dale Blackburn
**For reference:** Components: https://github.com/storybooks/storybook/blob/4c757d05f162925217751bb5d61518c108d0935b/docs/src/pages/examples/index.jsx https://github.com/storybooks/storybook/blob/4c757d05f162925217751bb5d61518c108d0935b/docs/src/components/Grid/Examples/index.js Examples data source: https://github.com/storybooks/storybook/blob/master/docs/src/pages/examples/_examples.yml Is there a design for this @shilman @domyen? Or should it emulate the grid from the old design, as below? 
Any thoughts on this @jxnblk?
Yeah, I agree. Especially if we can write a little about the commonality between the implementations, as I think this will be a good test of the specification **"in the...
Hello, I've added `fontDisplay` as a valid option for the config object in this PR: #212 For example: ```js { fontDisplay: 'swap', googleFonts: [ { name: "Noto Sans JP", styles:...
> Hi! I noticed #212 is still open from May 20. Any word on how much longer it might be until it's merged? Any thoughts on my PR @KyleAMathews?
What do people think of merging all of font tokens into a single object? I've been toying with it a little in experimentation: ```javascript // Create your initial tokens const...