Created
October 26, 2015 15:51
-
-
Save chromaphobic/1636d87f6b230e87345c to your computer and use it in GitHub Desktop.
Museo Slab Web Font
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
<!-- 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