Body - ariel-fer/Araena GitHub Wiki

[[TOC]]

NOTE: Examples defined in this page come from ibm.com

Identify body properties

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. image.png
  • Identify body properties on styles tab and write down each property found image.png

Output table

Property Value
font-weight 400
font-family 'IBM Plex Sans', 'Helvetica Neue', Arial, sans-serif
-webkit-font-smoothing antialiased
text-rendering optimizeLegibility
⚠️ **GitHub.com Fallback** ⚠️