Last active
April 9, 2020 07:29
-
-
Save mattt/2a2adfb247bf781d9cb1bb3d82c30128 to your computer and use it in GitHub Desktop.
Creative Commons Symbols @font-face CSS
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
@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 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
<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