Body - ariel-fer/Araena GitHub Wiki
[[TOC]]
NOTE: Examples defined in this page come from ibm.com
Go through different titles and texts, and do the following:
- Right click on any element > inspect
- In the inspector, go to the "Elements" tab and filter by "<body tag". Find the body class that encapsulates the entire content.
- Identify body properties on styles tab and write down each property found
Property | Value |
---|---|
font-weight |
400 |
font-family |
'IBM Plex Sans', 'Helvetica Neue', Arial, sans-serif |
-webkit-font-smoothing |
antialiased |
text-rendering |
optimizeLegibility |