Created
February 2, 2016 13:31
-
-
Save Sitebase/8769585ac663c87f63e6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html xmlns="http://www.w3.org/1999/xhtml"> | |
<head> | |
<meta charset="utf-8"> | |
<link href='https://fonts.googleapis.com/css?family=Lobster' rel='stylesheet' type='text/css'> | |
<style> | |
body{ | |
font-family: 'Lobster', cursive; | |
font-weight:normal; | |
font-size:3em; | |
} | |
</style> | |
</head> | |
<body> | |
Where did my font go? | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment