Created
August 13, 2023 10:53
-
-
Save gitipedras/db0b300500fb80c609d37835f521cc55 to your computer and use it in GitHub Desktop.
CSS Template
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
@font-face { | |
font-family: "FONT FACE"; | |
src: url("WHAT IS THE URL?") format("TRUETYPE FOR TTF AND OPENTYPE FOR OTF"); | |
} | |
body { | |
font-family: FONT FAMILIES - MONOSPACE SANS-SERIF SERIF FANTASY CURSIVE; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment