-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbyzhtml.default.css
34 lines (30 loc) · 997 Bytes
/
byzhtml.default.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
@font-face {
font-family: 'Neanes';
src: url('Neanes.otf');
}
@font-face {
font-family: 'NeanesRTL';
src: url('NeanesRTL.otf');
}
@font-face {
font-family: 'NeanesStathisSeries';
src: url('NeanesStathisSeries.otf');
}
:root {
/*
Set the width of the vareia spacer for your font.
This number (measured in ems) is available in the metadata under glyphAdvanceWidths.vareia
The default below is the width of the vareia in the default Neanes reference font.
Make sure to set the font-size of the x-spacer-vareia to be the same size as your notes in your
main CSS file.
*/
--byz-spacer-width-vareia: 0.534;
/*
Set the width of the apostrofos spacer for your font.
The default below is the width of the apostrofos in the running elafron
in the default Neanes reference font.
Make sure to set the font-size of the x-spacer-apostrofos to be the same size as your notes in your
main CSS file.
*/
--byz-spacer-width-apostrofos: 0.4875;
}