Created
February 6, 2014 18:18
-
-
Save lazydaisy/8849628 to your computer and use it in GitHub Desktop.
This file contains 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
@charset 'UTF-8'; | |
@font-face { | |
font-family: 'FontAwesome'; | |
font-weight: normal; | |
font-style: normal; | |
src: url([[font:theme|FontAwesome.eot]]); | |
src: url([[font:theme|fontawesome-webfont.eot]]) format('embedded-opentype'), | |
url([[font:theme|fontawesome-webfont.woff]]) format('woff'), | |
url([[font:theme|fontawesome-webfont.ttf]]) format('truetype'), | |
url([[font:theme|fontawesome-webfont.svg]]) format('svg'); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is the CSS markup needed for fonts to be added to a theme in Moodle 2.6 onwards.