blob: 576890d574bef28d1fd178a66f38dc9543cd4704 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
% African Computer Modern Slanted Sans Serif
if unknown cmbase: input cmbase fi
font_identifier:="FCSSI"; font_size design_size * pt#;
% This font is a simple modification of FCSS.
univ_acc_breadth:=0.5; % zusatz parameter for the universal accent
input c-cmss; % compute cm sans serif parameters
slant:=sind 12/cosd 12; % change slant
generate fcroman; % switch to the driver file
endinput;
|