Skip to content

Instantly share code, notes, and snippets.

@PaulMorel
Created October 8, 2020 18:52
Show Gist options
  • Save PaulMorel/044f4fcfa59a41f01e50a7e421e66031 to your computer and use it in GitHub Desktop.
Save PaulMorel/044f4fcfa59a41f01e50a7e421e66031 to your computer and use it in GitHub Desktop.
Random Stylistic Sets
<style>
.h1, .prose h1 {
font-feature-settings: "ss<?= str_pad(mt_rand(1,5), 2, '0', STR_PAD_LEFT) ?>";
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment