CSS Font family
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Tangerine"> | |
<style> | |
body { | |
font-family: 'Tangerine', serif; | |
font-size: 48px; | |
} | |
</style> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment