Skip to content

Instantly share code, notes, and snippets.

@csssecrets
Last active September 19, 2021 16:55
Show Gist options
  • Save csssecrets/f9f078a639e5cad002d4 to your computer and use it in GitHub Desktop.
Save csssecrets/f9f078a639e5cad002d4 to your computer and use it in GitHub Desktop.
Ligatures
/**
* Ligatures
*/
body {
font: 200%/1.6 "Adobe Caslon Pro", Baskerville, serif;
font-variant-ligatures: common-ligatures discretionary-ligatures historical-ligatures;
}
Common ligatures: fi ff fl ffi ffl <br />
Discretionary ligatures: st ct
// 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