type-imp-fira.mkiv /size: 1293 b    last modification: 2024-01-16 10:22
1%D \module
2%D   [       file=type-imp-fira,
3%D        version=2023.07.22,
4%D          title=\CONTEXT\ Typescript Macros,
5%D       subtitle=Fira,
6%D         author=Hans Hagen,
7%D           date=\currentdate,
8%D      copyright={PRAGMA ADE \& \CONTEXT\ Development Team}]
9%C
10%C This module is part of the \CONTEXT\ macro||package and is
11%C therefore copyrighted by \PRAGMA. See mreadme.pdf for
12%C details.
13
14\starttypescriptcollection[fira]
15
16    \usetypescriptfile[dejavu]
17
18    \starttypescript [\s!math] [fira] [\s!name]
19        \definefontsynonym [\s!MathRoman]     [\s!file:firamath-regular.otf] [\s!features={\s!math\mathsizesuffix,fira:mathextra,mathextra},\s!goodies=fira-math]
20        \definefontsynonym [\s!MathRomanBold] [\s!file:firamath-regular.otf] [\s!features={\s!math\mathsizesuffix,fira-math-bold,fira:mathextra,mathextra},\s!goodies=fira-math]
21    \stoptypescript
22
23    \starttypescript[fira]
24        \definetypeface[\typescriptone][\s!rm][\s!serif][dejavu]        [\s!default]
25        \definetypeface[\typescriptone][\s!ss][\s!sans] [dejavu]        [\s!default]
26        \definetypeface[\typescriptone][\s!tt][\s!mono] [dejavu]        [\s!default]
27        \definetypeface[\typescriptone][\s!mm][\s!math] [\typescriptone][\s!default]
28    \stoptypescript
29
30\stoptypescriptcollection
31
32