What kind of icon set + font does momentum dashboard use?

I am doing this momentum clone project.
I can retrieve all the data + icons from open weather API alright.
But on momentum page their fonts + icons are all customized.

If I choose to use custom icons, (like font awesome) how do I match it with open weather API’s icon set?

Are you familiar with using dev tools in the browser of your choice? The DOM inspector is a powerful, powerful tool, and you can use it to view every attribute of every DOM node on almost any page. Using the dev tools and opening the weather pane on Momentum, I see the following (which is the default font styling for the entire Momentum app):

    font-family: -apple-system, BlinkMacSystemFont, "Neue Haas Grotesk Text Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;

So there’s the fonts. Hope it helps.

1 Like

wow, I have used dev tools before, forgot that I can check a site’s font!

Thank you so much!

Take a look here https://fontsly.com/. It is some kind of sans serif fonts.