Skip to content

Font%2Dfamily

Ariel Devoto edited this page May 30, 2025 · 1 revision

[[TOC]]

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

Identify the fonts

Go through different titles and texts, and do the following:

  • right click on the element > inspect
  • in the inspector, go to the "Computed" tab and filter by the font-family property image.png
  • you will see there the font being used on that specific element

Download fonts

Go to the template website, refresh the page while having the inspector opened in the Network tab. Filter by .woff files. all that appear are fonts being used by the page. image.png

Right click on each, copy the URL and open it in another tab to download it.

List of fonts downloaded

Font Value Weight
1 "IBM Plex Sans", "Helvetica Neue", Arial, sans-serif 300
2 "IBM Plex Sans", "Helvetica Neue", Arial, sans-serif 400
3 "Other Font" 300

test

Clone this wiki locally