Hi everyone,
I'd like my font style to use one of Google Font's font.
This is a demo I use of how to do so:
Uploading the above page I see this on my display:
Unfortunately, "Tangerine" is not the font I need.
From "Google Font" selection showm in the following image:
I selected 'Rubik' but then I didn't get the desired font.
Could anyone please explain the right way to get a font from Google Font ?
Thanks
I'd like my font style to use one of Google Font's font.
This is a demo I use of how to do so:
Code:
<html>
<head>
<link rel="stylesheet" type="text/css"
href="[URL unfurl="true"]https://fonts.googleapis.com/css?family=Tangerine">[/URL]
<style>
body {
font-family: 'Tangerine', serif;
font-size: 48px;
}
</style>
</head>
<body>
<div>Making the Web Beautiful!</div>
</body>
</html>
Unfortunately, "Tangerine" is not the font I need.
From "Google Font" selection showm in the following image:
I selected 'Rubik' but then I didn't get the desired font.
Could anyone please explain the right way to get a font from Google Font ?
Thanks