Skip to content

Instantly share code, notes, and snippets.

@csssecrets
Last active September 19, 2021 17:02
Show Gist options
  • Save csssecrets/42898081c1f7cf8750f9 to your computer and use it in GitHub Desktop.
Save csssecrets/42898081c1f7cf8750f9 to your computer and use it in GitHub Desktop.
Fancy Ampersands
/**
* Fancy Ampersands
*/
@font-face {
font-family: Ampersand;
src: local('Baskerville-Italic'), local('GoudyOldStyleT-Italic'), local('Garamond-Italic'), local('Palatino-Italic');
unicode-range: U+26;
}
h1 {
font-family: Ampersand, Helvetica, sans-serif;
}
<h1>HTML & CSS</h1>
// alert('Hello world!');
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment