Skip to content

Instantly share code, notes, and snippets.

@acoyfellow
Created October 17, 2023 00:50
Show Gist options
  • Save acoyfellow/b0219236b23bed854457bc87c53d6a1b to your computer and use it in GitHub Desktop.
Save acoyfellow/b0219236b23bed854457bc87c53d6a1b to your computer and use it in GitHub Desktop.
Custom Font Example
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Pixelify+Sans&display=swap" rel="stylesheet">
<style>
* {
font-family: 'Pixelify Sans', sans-serif!important;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment