Skip to content

Instantly share code, notes, and snippets.

@maheshsenni
Created May 8, 2018 21:06
Show Gist options
  • Save maheshsenni/9958287d47cd4c6f7c6970953858d457 to your computer and use it in GitHub Desktop.
Save maheshsenni/9958287d47cd4c6f7c6970953858d457 to your computer and use it in GitHub Desktop.
css format test
<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