summaryrefslogtreecommitdiff
path: root/tex/context/fonts
diff options
context:
space:
mode:
authorMarius <mariausol@gmail.com>2013-03-22 13:40:16 +0200
committerMarius <mariausol@gmail.com>2013-03-22 13:40:16 +0200
commitfb1c4d662cdfd0e42a6627bedf501ba40ab0aba4 (patch)
tree9b0d803247eea299e15b99516a9c64aa0d41f389 /tex/context/fonts
parentc6b55838820ffd27a05d45364f956f87f089c3ee (diff)
downloadcontext-fb1c4d662cdfd0e42a6627bedf501ba40ab0aba4.tar.gz
beta 2013.03.22 12:06
Diffstat (limited to 'tex/context/fonts')
-rw-r--r--tex/context/fonts/cc-icons.lfg23
1 files changed, 23 insertions, 0 deletions
diff --git a/tex/context/fonts/cc-icons.lfg b/tex/context/fonts/cc-icons.lfg
new file mode 100644
index 000000000..2739918af
--- /dev/null
+++ b/tex/context/fonts/cc-icons.lfg
@@ -0,0 +1,23 @@
+local utfbyte = utf.byte
+
+return {
+ name = "cc-icons",
+ version = "1.00",
+ comment = "Goodies that complement creative commons icons.",
+ author = "Hans Hagen",
+ copyright = "ConTeXt development team",
+ remapping = {
+ tounicode = true,
+ unicodes = {
+ sa = utfbyte("a"),
+ by = utfbyte("b"),
+ cc = utfbyte("c"),
+ nd = utfbyte("d"),
+ nc = utfbyte("n"),
+ sampling = utfbyte("m"),
+ share = utfbyte("s"),
+ remix = utfbyte("r"),
+ logo = utfbyte("C"),
+ },
+ },
+}