Skip to content

Instantly share code, notes, and snippets.

@born2discover
Forked from mrinalwadhwa/ampersand.html
Created December 12, 2017 20:48
Show Gist options
  • Save born2discover/7a51a2c6330c1da2b2b94a4285584183 to your computer and use it in GitHub Desktop.
Save born2discover/7a51a2c6330c1da2b2b94a4285584183 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