Last active
July 18, 2018 21:18
-
-
Save danieltharp/3ede4d039667512dbd5ef473276e0f2b to your computer and use it in GitHub Desktop.
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
[[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