Created
October 8, 2020 18:52
-
-
Save PaulMorel/044f4fcfa59a41f01e50a7e421e66031 to your computer and use it in GitHub Desktop.
Random Stylistic Sets
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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