Sololearn: Learn to Code
New course! Every coder should learn Generative AI!
Try a free lesson
+ 7
Go here: https://fonts.google.com/ Then click on the font you want, and it will give you the code and everything.
17th Jun 2019, 2:38 AM
Phantom Coder
+ 11
First you need to go to Google Fonts Site, Then select your Fonts and copy it's URL Like: <link href="https://fonts.googleapis.com/css?family=Yatra+One&display=swap" rel="stylesheet"> Paste it to your code To use it simply Add this line to your css file: font-family: 'Yatra One', cursive; Check out here example: https://code.sololearn.com/WVziKE3QRg5M/?ref=app
17th Jun 2019, 2:48 AM
Deepak Kumar
Deepak Kumar - avatar
+ 8
Lovely Question, Regulation! Go to Google Fonts and select the font you want, copy and paste it then put this code in CSS: font-family: (the font you want); Hope I answered your question! Rumy
17th Jun 2019, 3:55 PM
code-twins
code-twins - avatar
+ 7
Go here: https://fonts.google.com/ For Monoton, put this into your head of the HTML: <link href="https://fonts.googleapis.com/css?family=Monoton&display=swap" rel="stylesheet"> Put this in CSS: font-family: 'Monoton', cursive; (But make sure to have a property such as body,p, etc.)
17th Jun 2019, 2:55 AM
itsjustmeagain Course
itsjustmeagain Course - avatar
+ 6
https://fonts.google.com/ That has the <link> tag code which you need, plus the CSS code pending on the font you choose so you're all set. My favorite handwriting font is Annie use your telescope: https://fonts.google.com/specimen/Annie+Use+Your+Telescope
17th Jun 2019, 2:45 AM
Coding Person
Coding Person - avatar
+ 6
@ Ginfio All the fonts in the google font catalog are free and open source, making beautiful type accessible to anyone for any project.
17th Jun 2019, 6:25 PM
Chris Coder
Chris Coder - avatar
+ 6
https://fonts.google.com/ is where to start. There you can pick one. Once you found the one you want, hit the plus sign, and it will pop up a little thing. Hit the line in the right corner, and the code will pop up.
17th Jun 2019, 8:32 PM
Green Ghost
Green Ghost - avatar
+ 5
Thank you Phantom Coder!
17th Jun 2019, 2:40 AM
Regulation
Regulation - avatar
+ 5
I'll take Annie use your telescope into consideration Coding Person.
17th Jun 2019, 2:58 AM
Regulation
Regulation - avatar
+ 5
would it somehow be copyrighting? is it 99% safe to use google fonts???
17th Jun 2019, 4:13 AM
Ginfio
Ginfio - avatar
+ 4
Thanks for the exact directions Green Ghost
17th Jun 2019, 9:20 PM
Regulation
Regulation - avatar
+ 4
@Rumy You did! Thanks for the compliment!
17th Jun 2019, 9:21 PM
Regulation
Regulation - avatar
18th Jun 2019, 5:47 AM
Janningā­
Janningā­ - avatar
+ 4
Most of Google fonts are similar to Helevetica
18th Jun 2019, 5:52 PM
Mayank Chattree
Mayank Chattree - avatar
+ 3
2 ways go to fonts.google.com to download Google fonts and you can link them normal in your css locally or get cdn
18th Jun 2019, 10:14 AM
GeneralZod
GeneralZod - avatar
+ 1
Font awesome is also therešŸ™‚.
18th Jun 2019, 6:48 PM
Sandesh Dinkar
+ 1
aprender internet
18th Jun 2019, 7:41 PM
Panio Panto Pol
Panio Panto Pol - avatar
- 3
css
17th Jun 2019, 5:17 AM
Dhruba Roy
Dhruba Roy - avatar