diff --git a/apps/website/pages/components/typography/code.tsx b/apps/website/pages/components/typography/code.tsx new file mode 100644 index 0000000000..e8f94f7846 --- /dev/null +++ b/apps/website/pages/components/typography/code.tsx @@ -0,0 +1,17 @@ +import Head from "next/head"; +import type { ReactElement } from "react"; +import TypographyPageLayout from "screens/components/typography/TypographyPageLayout"; +import TypographyCodePage from "screens/components/typography/code/TypographyCodePage"; + +const Code = () => ( + <> +
+display CSS property of the component.
- font-family CSS property of the component.
- font-size CSS property of the component.
- font-style CSS property of the component.
- font-weight CSS property of the component.
- letter-spacing CSS property of the component.
- line-height CSS property of the component.
- text-align CSS property of the component.
- text-decoration CSS property of the component.
- text-overflow CSS property of the component.
- white-space CSS property of the component.
- display CSS property of the component.
+ font-family CSS property of the component.
+ font-size CSS property of the component.
+ font-style CSS property of the component.
+ font-weight CSS property of the component.
+ letter-spacing CSS property of the component.
+ line-height CSS property of the component.
+ text-align CSS property of the component.
+ text-decoration CSS property of the component.
+ text-overflow CSS property of the component.
+ white-space CSS property of the component.
+ font-family we use Open Sans; a modern, humanist sans-serif
+ typeface designed by Steve Matteson. It is known for its clarity, neutrality, and readability{" "}
+ across a wide range of digital and print applications.
+ font-family, we use the humanist typeface Open Sans, designed by Steve
- Matteson and licensed under the{" "}
- font-family
- font-family-sans
- font-family
- font-family-mono
- font-weight values.
- font-weight
- font-weight-light
- font-weight
- font-weight-regular
- font-weight
- font-weight-semibold
- font-weight
- font-weight-bold
- font-size
- font-scale-01
- font-size
- font-scale-02
- font-size
- font-scale-03
- font-size
- font-scale-04
- font-size
- font-scale-05
- font-size
- font-scale-06
- font-size
- font-scale-07
- font-size
- font-scale-08
- font-style
- font-style-italic
- font-style
- font-style-normal
- letter-spacing at large scales to provide a better legibility and
- readability of our text.
- letter-spacing
- font-tracking-tight-02
- letter-spacing
- font-tracking-tight-01
- letter-spacing
- font-tracking-normal
- letter-spacing
- font-tracking-wide-01
- letter-spacing
- font-tracking-wide-02
- letter-spacing
- font-tracking-wide-03
- line-height value. A body font of 16px (1rem) returns a
- value of 24px (1.5rem), which is the main reference measurement for the vertical organization.
- line-height
- font-leading-compact-03
- line-height
- font-leading-compact-02
- line-height
- font-leading-compact-01
- line-height
- font-leading-normal
- line-height
- font-leading-loose-01
- line-height
- font-leading-loose-02
- text-transform
- font-transform-initial
- text-transform
- font-transform-lowercase
- text-transform
- font-transform-uppercase
- text-decoration
- font-decoration-no-line
- text-decoration
- font-decoration-underline
- text-decoration
- font-decoration-line-through
- text-align
- text-align-center
- text-align
- text-align-right
- text-align
- text-align-left
- display
- display-block
- display
- display-inline
- text-overflow
- text-overflow-clip
- text-overflow
- text-overflow-ellipsis
- text-overflow
- text-overflow-unset
- white-space
- text-whiteSpace-pre
- white-space
- text-whiteSpace-normal
- white-space
- text-whiteSpace-nowrap
- white-space
- text-whiteSpace-pre-line
- white-space
- text-whiteSpace-pre-wrap
-