How to load custom fonts into a webpage using CSS?
Originally Published Here ๐!
To load custom fonts or fonts that are hosted by yourself in a server using CSS first, you need to use the @font-face CSS rule block. Inside the block you can then define a CSS property called src and the first value is ...
melvingeorge-me.hashnode.dev3 min read