Freight Sans is a commercial font intended for professional designers. You cannot download it for free; it requires a license like any commercial software.
This question already has an answer here:
- How to import Google Web Font in CSS file? 11 answers
Source Sans Pro Font Download
I would like to use googles 'source sans pro' font in the font-family attribute in CSS, in my HTML site. I use Bootstrap as a front end framework.
How can I achieve that?Do I have to include the file into my html site?
Source Sans Pro Font Family Free Download Torrent Free
Thank you for any help!
SteveStevemarked as duplicate by Ron van der Heijden, Rob, Paulie_D cssFeb 4 '16 at 16:12
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
3 Answers
Add this string in head
section of your site:
Then use this font:
Igor IvanchaIgor IvanchaThe instructions are given on the link at the top of the page you show. https://www.google.com/fonts#UsePlace:use/Collection:Source+Sans+Pro
You include this in the head of your page:
https://fonts.googleapis.com/css?family=Source+Sans+Pro' type='text/css'>
and specify the font family in your CSS.
element { font-family: 'Source Sans Pro']
Source Sans Pro Regular Font
You can select the fonts you want and you get a link:for HTML
https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,200,900italic,900,700italic,700,600italic,600,400italic,300italic,300,200italic' type='text/css'>
paste this link in your
Then use this in your css
so something like this