RE: How to Choose the Best Font for Your Blog Design - 5 Kinds of Typefaces

You are viewing a single comment's thread from:

How to Choose the Best Font for Your Blog Design - 5 Kinds of Typefaces

in blog •  8 years ago 

Any codes to implement font styles here on steemit?

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

Unfortunately @juvyjabian, I have not found a way!

I attempted this take:

 <style>
@import url('https://fonts.googleapis.com/css?family=Roboto');

.font {
    font-family: 'Roboto', sans-serif;
}
</style>

<p>Normal Text.</p>
<p class="font">Roboto</p>

..., but it would not render.

Still exploring!
Try this article, though: https://guides.github.com/features/mastering-markdown/