forked from public/fvtt-cthulhu-eternal
Initial import with skill sheet working
This commit is contained in:
24
styles/fonts.less
Normal file
24
styles/fonts.less
Normal file
@ -0,0 +1,24 @@
|
||||
@font-face {
|
||||
font-family: "Cat Franken";
|
||||
src: url("../fonts/catfranken-deutsch.ttf") format("truetype");
|
||||
}
|
||||
|
||||
@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");
|
||||
}
|
Reference in New Issue
Block a user