Is there a tool I can use that is similar to “instant eye dropper” tool but for fonts instead? When doing duplicate type projects it is impossible for me to guess what font is being used.
I am not sure what environment you are in, but this is how I see the fonts for elements on the webpage:
Steps:
- Open dev tools
- Find the element in the
Elements
tab - Go to the
Computed
tab for that element - Scroll down to see the
font-family
Hope this helps
1 Like
yeah, I thought about it a day after I asked this question. I could have just went to dev tools. Thanks