Merge pull request #464 from pmjdebruijn/master

Add Google Crosextra compatibility fonts
This commit is contained in:
VicDeo 2015-03-26 21:55:07 +03:00
commit 5002fbb074
9 changed files with 96 additions and 0 deletions

View File

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

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

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

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.