Skip to content

Instantly share code, notes, and snippets.

@mrinalwadhwa
Created June 15, 2012 06:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save mrinalwadhwa/2935025 to your computer and use it in GitHub Desktop.
Save mrinalwadhwa/2935025 to your computer and use it in GitHub Desktop.
Ampersand — Goudy Bookletter 1911
<!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">&amp;</span>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment