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:
parent
9c24595ce6
commit
3464bfe8f0
@ -112,6 +112,30 @@
|
|||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: italic;
|
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-face {
|
||||||
font-family: "Lohit Devanagari";
|
font-family: "Lohit Devanagari";
|
||||||
src: url("./fonts/Lohit-Devanagari.ttf") format("truetype");
|
src: url("./fonts/Lohit-Devanagari.ttf") format("truetype");
|
||||||
|
BIN
css/fonts/Carlito-Bold.ttf
Normal file
BIN
css/fonts/Carlito-Bold.ttf
Normal file
Binary file not shown.
BIN
css/fonts/Carlito-BoldItalic.ttf
Normal file
BIN
css/fonts/Carlito-BoldItalic.ttf
Normal file
Binary file not shown.
BIN
css/fonts/Carlito-Italic.ttf
Normal file
BIN
css/fonts/Carlito-Italic.ttf
Normal file
Binary file not shown.
BIN
css/fonts/Carlito-Regular.ttf
Normal file
BIN
css/fonts/Carlito-Regular.ttf
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user