Created
June 15, 2012 06:30
-
-
Save mrinalwadhwa/2935025 to your computer and use it in GitHub Desktop.
Ampersand — Goudy Bookletter 1911
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> | |
<head> | |
<meta charset="utf-8" /> | |
<title>Ampersand</title> | |
<style> | |
@font-face { | |
font-family:"Goudy Bookletter 1911"; | |
src:url('http://themes.googleusercontent.com/static/fonts/goudybookletter1911/v3/l5lwlGTN3pEY5Bf-rQEuIHkY3soKkPv_thL__S829Cw.eot#iefix') format('embedded-opentype'), | |
url('http://themes.googleusercontent.com/static/fonts/goudybookletter1911/v3/l5lwlGTN3pEY5Bf-rQEuIMvsW7MYFVYsuLRj6jSUyb0.woff') format('woff'), | |
url('http://themes.googleusercontent.com/static/fonts/goudybookletter1911/v3/l5lwlGTN3pEY5Bf-rQEuIPyQE8jufkin-D5FVv_mIcSglnMp3_3A8V8Ai8YosRtX.ttf') format('truetype'); | |
font-weight: normal; | |
font-style: normal; | |
} | |
.amp { | |
font-family: "Goudy Bookletter 1911", serif; | |
font-size: 112.5%; | |
font-style: italic; | |
font-weight: normal; | |
} | |
body { | |
font-size: 2000%; | |
} | |
</style> | |
</head> | |
<body> | |
<span class="amp">&</span> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment