Created
October 17, 2023 00:50
-
-
Save acoyfellow/b0219236b23bed854457bc87c53d6a1b to your computer and use it in GitHub Desktop.
Custom Font Example
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
<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