31 lines
884 B
Plaintext
31 lines
884 B
Plaintext
|
/* ==================== (A) Fonts ==================== */
|
||
|
@font-face {
|
||
|
font-family: "GoudyAcc";
|
||
|
src: url('../fonts/goudyacc.ttf') format("truetype");
|
||
|
}
|
||
|
@font-face {
|
||
|
font-family: "MedievalSharp";
|
||
|
src: url('../fonts/MedievalSharp.ttf') format("truetype");
|
||
|
}
|
||
|
@font-face {
|
||
|
font-family: "GrenzeGotisch";
|
||
|
src: url('../fonts/GrenzeGotisch-Regular.ttf') format("truetype");
|
||
|
}
|
||
|
@font-face {
|
||
|
font-family: "Fondamento";
|
||
|
src: url('../fonts/Fondamento.ttf') format("truetype");
|
||
|
}
|
||
|
@font-face {
|
||
|
font-family: "CaslonAntique";
|
||
|
src: url('../fonts/CaslonAntique.ttf') format("truetype");
|
||
|
}
|
||
|
@font-face {
|
||
|
font-family: 'HeuresDraconiques';
|
||
|
src:
|
||
|
url('../fonts/heuresdraconiques2.woff') format('woff'),
|
||
|
url('../fonts/heuresdraconiques2.woff2') format('woff2'),
|
||
|
url('../fonts/heuresdraconiques2.ttf') format('truetype');
|
||
|
font-weight: normal;
|
||
|
font-style: normal;
|
||
|
}
|