Skip to content

Instantly share code, notes, and snippets.

@ahmadajmi
Created September 24, 2020 12:10
Show Gist options
  • Save ahmadajmi/8e7513ff89c6b3e4c25b5a8f3bbd8327 to your computer and use it in GitHub Desktop.
Save ahmadajmi/8e7513ff89c6b3e4c25b5a8f3bbd8327 to your computer and use it in GitHub Desktop.
<style>
@font-face {
  font-family: 'Fraunces';
  font-weight: 100 900;
  font-style: normal;
  font-named-instance: 'Regular';
  font-display: swap;
  src: url('/assets/fonts/Fraunces.ttf') format('truetype');
}
    
body {
  font-family: 'Fraunces', Helvetica, Arial, sans-serif;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment