+ 4
How we find url for different font family?
In many of the code I had seen that we have to give url for different font family.I want to know from where they get these url.
5 Answers
+ 5
âBaselAl_hajeri['MBH'] He said well enough ! If you want to use more than one font family you can add by separating them with a (|) :
<link href="https://fonts.googleapis.com/css?family=Akronim|San-serif|Aqua" rel="stylesheet">
+ 3
You will find each font you want it here brother đ:
https://fonts.google.com
+ 3
Search google Fonts
0
<link href="https://fonts.googleapis.com/css?family=Akronim" rel="stylesheet">
- 2
You can easily find out different fonts on google..