why don't css shows handlee fonts using { font-family: handlee;} | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 7

why don't css shows handlee fonts using { font-family: handlee;}

9th Nov 2018, 1:50 PM
Ayan Fox
Ayan Fox - avatar
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/
9th Nov 2018, 1:56 PM
Googel
Googel - avatar
+ 5
Iss app par study possible h
10th Nov 2018, 8:51 AM
Beauty
Beauty - avatar
10th Nov 2018, 6:27 AM
Calviղ
Calviղ - avatar
+ 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/
10th Nov 2018, 12:51 AM
Sergei No
Sergei No - avatar
+ 3
<link rel=‘stylesheet’ href=“http://fonts.google/Handlee:250”> CSS: font-family: ‘Handlee’;
10th Nov 2018, 7:11 AM
Potato Hacker
Potato Hacker - avatar
+ 3
what is "rel"?
12th Nov 2018, 2:17 AM
Ayan Fox
Ayan Fox - avatar
+ 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.
9th Nov 2018, 10:37 PM
Ashley P
Ashley P - avatar
+ 1
it depends on ur navigator .. u may add some in the top of ur CSS file
31st Dec 2018, 6:26 PM
Badr Moufid
Badr Moufid - avatar
- 1
thaz good
17th Nov 2018, 4:33 PM
Ibrahim Aliyu Uba
Ibrahim Aliyu Uba - avatar