From df045214df72752d8a2e32de000f0d38f732d48c Mon Sep 17 00:00:00 2001 From: Danilo Leal <67129314+danilo-leal@users.noreply.github.com> Date: Fri, 18 Aug 2023 11:02:22 -0300 Subject: [PATCH] revise the typography page --- .../components/typography/typography.md | 103 +++++++++--------- 1 file changed, 51 insertions(+), 52 deletions(-) diff --git a/docs/data/material/components/typography/typography.md b/docs/data/material/components/typography/typography.md index 42e111673791df..bc2ebf55175dc6 100644 --- a/docs/data/material/components/typography/typography.md +++ b/docs/data/material/components/typography/typography.md @@ -10,87 +10,90 @@ materialDesign: https://m2.material.io/design/typography/the-type-system.html
Use typography to present your design and content as clearly and efficiently as possible.
-Too many type sizes and styles at once can spoil any layout. -A [typographic scale](https://m2.material.io/design/typography/#type-scale) has a limited set of type sizes that work well together along with the layout grid. - {{"component": "modules/components/ComponentLinkHeader.js"}} -## General - -The _Roboto_ font will **not** be automatically loaded by Material UI. -You are responsible for loading any fonts used in your application. -Roboto Font has a few easy ways to get started. For more advanced configuration, check out -[the theme customization section](/material-ui/customization/typography/). +## Roboto font -## Roboto Font CDN +Material UI uses the [Roboto](https://fonts.google.com/specimen/Roboto) font by default. +Add it to your project via Fontsource, or with the Google Fonts CDN. -Shown below is a sample link markup used to load the Roboto font from a CDN: +