forked from public/fvtt-cthulhu-eternal
25 lines
549 B
Plaintext
25 lines
549 B
Plaintext
@font-face {
|
|
font-family: "Georama";
|
|
src: url("../assets/fonts/georama.woff2") format("woff2");
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Caslon";
|
|
src: url("../fonts/caslonpro-regular.otf") format("truetype");
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Caslon Bold";
|
|
src: url("../fonts/caslonpro-bold.otf") format("truetype");
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Caslon Bold Italic";
|
|
src: url("../fonts/caslonpro-bolditalic.otf") format("truetype");
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Caslon Italic";
|
|
src: url("../fonts/caslonpro-italic.otf") format("truetype");
|
|
}
|