Skip to content

Instantly share code, notes, and snippets.

@danieltharp
Last active July 18, 2018 21:18
Show Gist options
  • Save danieltharp/3ede4d039667512dbd5ef473276e0f2b to your computer and use it in GitHub Desktop.
Save danieltharp/3ede4d039667512dbd5ef473276e0f2b to your computer and use it in GitHub Desktop.
[[module CSS]]
@import url('https://fonts.googleapis.com/css?family=Roboto');
.customtext { font-family: 'Roboto', sans-serif; }
[[/module]]
Then you'd use [[div class="customtext"]]Text with a custom font face goes here.[[/div]]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment