diff options
Diffstat (limited to 'Master/texmf-dist/tex/context/fonts/mkiv/cambria.lfg')
-rw-r--r-- | Master/texmf-dist/tex/context/fonts/mkiv/cambria.lfg | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/Master/texmf-dist/tex/context/fonts/mkiv/cambria.lfg b/Master/texmf-dist/tex/context/fonts/mkiv/cambria.lfg index 04211009bf4..a109fc07ab4 100644 --- a/Master/texmf-dist/tex/context/fonts/mkiv/cambria.lfg +++ b/Master/texmf-dist/tex/context/fonts/mkiv/cambria.lfg @@ -4,13 +4,13 @@ return { comment = "Goodies that complement cambria.", author = "Hans Hagen", copyright = "ConTeXt development team", - extensions = { - { - name = "kern", -- adds to kerns - type = "pair", - data = { - [0x0153] = { [0x0301] = { false, { -500, 0, 0, 0 } } }, - } - } - } +-- extensions = { +-- { +-- name = "kern", -- adds to kerns +-- type = "pair", +-- data = { +-- [0x0153] = { [0x0301] = { false, { -500, 0, 0, 0 } } }, +-- } +-- } +-- } } |