Created
May 8, 2018 21:06
-
-
Save maheshsenni/9958287d47cd4c6f7c6970953858d457 to your computer and use it in GitHub Desktop.
css format test
This file contains 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
<html> | |
<head> | |
<style> | |
@font-face { | |
font-family: Optimist; | |
src: url("data:font/woff2;base64,d09GMgABAAAAAG7kABEAAAABEtQAAG6CAAEA") format("woff2"), | |
url("https://mktg.capitalone.com/Optimist_W_Rg.woff") format("woff"); | |
} | |
</style> | |
</head> | |
<body> | |
Hello! | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment