56 lines
1.2 KiB
CSS
56 lines
1.2 KiB
CSS
|
|
@font-face {
|
||
|
|
font-family: "Triplicate T3";
|
||
|
|
src: url("triplicate-t3.ttf") format("truetype");
|
||
|
|
font-weight: normal;
|
||
|
|
font-style: normal;
|
||
|
|
}
|
||
|
|
|
||
|
|
@font-face {
|
||
|
|
font-family: "Triplicate T3";
|
||
|
|
src: url("triplicate-t3-italic.ttf") format("truetype");
|
||
|
|
font-weight: normal;
|
||
|
|
font-style: italic;
|
||
|
|
}
|
||
|
|
|
||
|
|
@font-face {
|
||
|
|
font-family: "Triplicate T3";
|
||
|
|
src: url("triplicate-t3-bold.ttf") format("truetype");
|
||
|
|
font-weight: bold;
|
||
|
|
font-style: normal;
|
||
|
|
}
|
||
|
|
|
||
|
|
@font-face {
|
||
|
|
font-family: "Triplicate T3";
|
||
|
|
src: url("triplicate-t3-bold-italic.ttf") format("truetype");
|
||
|
|
font-weight: bold;
|
||
|
|
font-style: italic;
|
||
|
|
}
|
||
|
|
|
||
|
|
@font-face {
|
||
|
|
font-family: "Triplicate T4";
|
||
|
|
src: url("triplicate-t4.ttf") format("truetype");
|
||
|
|
font-weight: normal;
|
||
|
|
font-style: normal;
|
||
|
|
}
|
||
|
|
|
||
|
|
@font-face {
|
||
|
|
font-family: "Triplicate T4";
|
||
|
|
src: url("triplicate-t4-italic.ttf") format("truetype");
|
||
|
|
font-weight: normal;
|
||
|
|
font-style: italic;
|
||
|
|
}
|
||
|
|
|
||
|
|
@font-face {
|
||
|
|
font-family: "Triplicate T4";
|
||
|
|
src: url("triplicate-t4-bold.ttf") format("truetype");
|
||
|
|
font-weight: bold;
|
||
|
|
font-style: normal;
|
||
|
|
}
|
||
|
|
|
||
|
|
@font-face {
|
||
|
|
font-family: "Triplicate T4";
|
||
|
|
src: url("triplicate-t4-bold-italic.ttf") format("truetype");
|
||
|
|
font-weight: bold;
|
||
|
|
font-style: italic;
|
||
|
|
}
|