font family

https://www.fontsquirrel.com/fonts/intro-rust i want this font family to add in my web page how do i do so i google fonts it's very easy just copy the html link and simply use the font did some body know how to do in the above website there is no such link
Intro Rust Font Free by Fontfabric » Font Squirrel
Download and install the Intro Rust free font family by Fontfabric as well as test-drive and see a complete character set.
1 Reply
Joao
Joao2y ago
Download the font file to your project and load it using @font-face: https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face#examples You can also specify remote locations with this but I'd recommend serving it from your site directly as fonts can be relatively large in size so the faster they're downloaded the better

Did you find this page helpful?