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.
This commit is contained in:
Pascal de Bruijn 2015-03-13 13:29:36 +01:00
parent 3464bfe8f0
commit 9c35e9abed
5 changed files with 24 additions and 0 deletions

View File

@ -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");

BIN
css/fonts/Caladea-Bold.ttf Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.