Include Google Web Fonts

Using <link>:

<link href="https://fonts.googleapis.com/css?family=Ubuntu" rel="stylesheet">

Using @import:

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

Leave a Reply

Your email address will not be published.