+ 7
why don't css shows handlee fonts using { font-family: handlee;}
9 Answers
+ 8
All the fonts may not be available in all devices.
You can use font to import font to your website :
example:
<link href="https://fonts.googleapis.com/css?family=Black+And+White+Picture" rel="stylesheet">
You can get all fonts here:
https://fonts.google.com/
+ 5
Iss app par study possible h
+ 3
First to use custom font it needs to be added on a page
How?
1. css @font-face rule
https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face
+ font face generators
2. out of the box solution like google fonts
https://fonts.google.com/
+ 3
<link rel=âstylesheetâ href=âhttp://fonts.google/Handlee:250â>
CSS:
font-family: âHandleeâ;
+ 3
what is "rel"?
+ 2
What 5667ce7f99078110265cec8b75482e4ea7055780 said. hoqever there is an @import element that Google fonts will display for you that you can link into your CSS file and then set the font family on specific elements that way.
One of my projects has a few imported fonts that are assigned to different elements.
+ 1
it depends on ur navigator .. u may add some in the top of ur CSS file
- 1
thaz good