Add Google Crosextra Carlito compatibility fonts

Carlito is a sans-serif font that is metrically-compatible with
Microsoft's Calibri.

Whenever a system is lacking Calibri, Calibri may be substituted
by Carlito 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:16:30 +01:00
parent 9c24595ce6
commit 3464bfe8f0
5 changed files with 24 additions and 0 deletions

View File

@ -112,6 +112,30 @@
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: "Carlito";
src: url("./fonts/Carlito-Regular.ttf") format("truetype");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "Carlito";
src: url("./fonts/Carlito-Bold.ttf") format("truetype");
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: "Carlito";
src: url("./fonts/Carlito-Italic.ttf") format("truetype");
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: "Carlito";
src: url("./fonts/Carlito-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/Carlito-Bold.ttf Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.