Fix a comment.
[matthijs/master-project/report.git] / Utils / Fonts.tex
1
2 % Define a custom typescript. We could also have put the \definetypeface's
3 % directly in the script, without a typescript, but I guess this is more
4 % elegant...
5 \starttypescript[Custom]
6 % This is a sans font that supports greek symbols
7 \definetypeface [Custom] [ss] [sans]  [iwona]                [default]
8 \definetypeface [Custom] [rm] [serif] [antykwa-torunska]     [default]
9 \definetypeface [Custom] [tt] [mono]  [modern]               [default]
10 \definetypeface [Custom] [mm] [math]  [modern]               [default]
11 \stoptypescript