Creative Commons Symbols @font-face CSS
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
@font-face { | |
font-family: "Creative Commons Symbols"; | |
src: url(font_path("CreativeCommonsSymbols.woff2")) format("woff2"), | |
url(font_path("CreativeCommonsSymbols.woff")) format("woff"); | |
font-weight: normal; | |
font-style: normal; | |
unicode-range: U+1F10D-1F10F, U+1F16D-1F16F; | |
} | |
i { | |
font-family: "Creative Commons Symbols"; | |
font-style: normal; | |
} |
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
<i title="Creative Commons">🅭</i> | |
<i title="Attribution">🅯</i> | |
<i title="Non-Commercial">🄏</i> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Get the font files here: https://github.com/NSHipster/nshipster.com/blob/master/assets/fonts/CreativeCommonsSymbols.woff2