Add Google Crosextra Caladea compatibility fonts

Caladea is a serif font that is metrically-compatible with
Microsoft's Cambria.

Whenever a system is lacking Cambria, Cambria may be substituted
by Caladea to obtain a fairly faithful rendition of a document
without any text needing to be reflowed.
pull/1/head
Pascal de Bruijn 9 years ago
parent 3464bfe8f0
commit 9c35e9abed

@ -136,6 +136,30 @@
font-weight: bold;
font-style: italic;
}
@font-face {
font-family: "Caladea";
src: url("./fonts/Caladea-Regular.ttf") format("truetype");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "Caladea";
src: url("./fonts/Caladea-Bold.ttf") format("truetype");
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: "Caladea";
src: url("./fonts/Caladea-Italic.ttf") format("truetype");
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: "Caladea";
src: url("./fonts/Caladea-BoldItalic.ttf") format("truetype");
font-weight: bold;
font-style: italic;
}
@font-face {
font-family: "Lohit Devanagari";
src: url("./fonts/Lohit-Devanagari.ttf") format("truetype");

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.
Loading…
Cancel
Save