summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/context/fonts/ccicons.lfg
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/context/fonts/ccicons.lfg')
-rw-r--r--Master/texmf-dist/tex/context/fonts/ccicons.lfg27
1 files changed, 27 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/context/fonts/ccicons.lfg b/Master/texmf-dist/tex/context/fonts/ccicons.lfg
new file mode 100644
index 00000000000..b79b3fb93a8
--- /dev/null
+++ b/Master/texmf-dist/tex/context/fonts/ccicons.lfg
@@ -0,0 +1,27 @@
+local utfbyte = utf.byte
+
+return {
+ name = "cc-icons",
+ version = "1.00",
+ comment = "Goodies that complement creative commons icons (ctan variant).",
+ author = "Hans Hagen",
+ copyright = "ConTeXt development team",
+ remapping = {
+ tounicode = true,
+ unicodes = {
+ sa = utfbyte("a"),
+ by = utfbyte("b"),
+ cc = utfbyte("c"), -- logo (so not the same name)
+ nd = utfbyte("d"),
+ nceu = utfbyte("e"),
+ sampling = utfbyte("m"),
+ nc = utfbyte("n"),
+ pd = utfbyte("p"),
+ remix = utfbyte("r"),
+ share = utfbyte("s"),
+ ncjp = utfbyte("y"),
+ zero = utfbyte("z"),
+ logo = 0x00A9, -- copyright
+ },
+ },
+}