Skip to content

Instantly share code, notes, and snippets.

@mbround18
Last active March 27, 2024 21:25
Show Gist options
  • Save mbround18/b58bc60d0bfb722c76e7d80e1de7977d to your computer and use it in GitHub Desktop.
Save mbround18/b58bc60d0bfb722c76e7d80e1de7977d to your computer and use it in GitHub Desktop.
@font-face {
font-family: 'OpenDyslexic 3';
src: url('https://wiki.boop.ninja/fonts/opendyslexic3-regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
html, html * {
font-family: 'OpenDyslexic 3', sans-serif !important;
}
html *::before, html *::after {
font-family: 'OpenDyslexic 3', sans-serif !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment