Skip to content

Instantly share code, notes, and snippets.

@chromaphobic
Created October 26, 2015 15:51
Show Gist options
  • Save chromaphobic/1636d87f6b230e87345c to your computer and use it in GitHub Desktop.
Save chromaphobic/1636d87f6b230e87345c to your computer and use it in GitHub Desktop.
Museo Slab Web Font
<!-- Include the following snippet in the "Custom CSS and JS" section of Sitecore: -->
<script src="//use.typekit.net/nwl5dzm.js"></script><script>try{Typekit.load({ async: true });}catch(e){}</script>
<!-- For the CSS, use the following example font-family declration: -->
<style>
h1 {
font-family: 'Museo Slab', 'museo-slab', 'Helvetica', 'Arial', sans-serif;
}
</style>
<!-- Currentlym the valid font weights are 300, 500, and 700 -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment