Snippets tagged “font-family”
2 snippets use this tag.
- How to Add Non-Standard Fonts to a WebsiteCSS
In this tutorial, you can find some methods to make the design of your website attractive using unique fonts. See how you can use the @font-face rule property.
- How to Import Google Fonts in CSS FileCSS
Google Fonts is a free service of web fonts. In this snippet, you can find how to import Google Fonts in CSS file using the @import rule or the <link> tag.