diff --git a/src/styles/types.ts b/src/styles/types.ts index 041c2836..4a08d9d0 100644 --- a/src/styles/types.ts +++ b/src/styles/types.ts @@ -2373,6 +2373,7 @@ "lg": string }, "mono": { + "xs": string, "sm": string, "md": string, "lg": string diff --git a/src/styles/variables.json b/src/styles/variables.json index 58a5fefa..b831a440 100644 --- a/src/styles/variables.json +++ b/src/styles/variables.json @@ -2372,6 +2372,7 @@ "lg": "600 1rem/1.5 \"Inter\", '\"SF Pro Display\"', -apple-system, BlinkMacSystemFont, '\"Segoe UI\"', Roboto, Oxygen, Ubuntu, Cantarell, '\"Open Sans\"', '\"Helvetica Neue\"', sans-serif;" }, "mono": { + "xs": "500 0.625rem/1.6 \"Inconsolata\", '\"SFMono Regular\"', monospace", "sm": "500 0.75rem/1.6 \"Inconsolata\", '\"SFMono Regular\"', monospace", "md": "500 0.875rem/1.7 \"Inconsolata\", '\"SFMono Regular\"', monospace", "lg": "500 1rem/1.6 \"Inconsolata\", '\"SFMono Regular\"', monospace"