-
Notifications
You must be signed in to change notification settings - Fork 0
Font%2Dfamily
Ariel Devoto edited this page May 30, 2025
·
1 revision
[[TOC]]
NOTE: Examples defined in this page come from ibm.com
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
- you will see there the font being used on that specific element
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.
Right click on each, copy the URL and open it in another tab to download it.
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