From 98fbc0ed6c68be8bfce0161aedda379e8ee3e7db Mon Sep 17 00:00:00 2001 From: Jeppe Reinhold Date: Wed, 26 Oct 2022 14:27:10 +0200 Subject: [PATCH] re-add removed functionality due to SyntaxHighlighter2 error --- .../src/typography/typography.stories.mdx | 28 ++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/code/ui/components/src/typography/typography.stories.mdx b/code/ui/components/src/typography/typography.stories.mdx index 7bd94ec1ca2..4756815eff0 100644 --- a/code/ui/components/src/typography/typography.stories.mdx +++ b/code/ui/components/src/typography/typography.stories.mdx @@ -12,6 +12,20 @@ export const sampleText = ## Sans-serif +``` +font-family: + "Nunito Sans", + -apple-system, + ".SFNSText-Regular", + "San Francisco", + BlinkMacSystemFont, + "Segoe UI", + "Helvetica Neue", + Helvetica, + Arial, + sans-serif; +``` +