Settings and activity
3 results found
-
1,009 votes
An error occurred while saving the comment An error occurred while saving the comment Mike B. commentedi'm really wondering how this can be practical if the desired fonts must be installed to the viewers system.
and why typekit is not usable inside the adobe-family-tools. someone missed something... :)
it's a must have!Mike B. supported this idea · -
3 votesMike B. shared this idea ·
-
286 votesMike B. supported this idea ·
hey,
just import a font-library like fontawesome and u have everything u need,
in your css or sass or less just @import the desired font-library and use as you would do as for any other font:
eg. in your css, less or sass source:
@import url('https://fonts.googleapis.com/css?family=Roboto');
</style>
and then
in your css, less or sass source:
body{
font-family: 'Roboto', sans-serif;
}
cheeers
mike