DND5e Core 1.1.1

DND5e Core 1.1.1 with find and replace to SW5e
This commit is contained in:
supervj 2021-01-19 20:47:48 -05:00
parent 07a72da362
commit a544f5e0a9
3107 changed files with 7609 additions and 9785 deletions

View file

@ -7,41 +7,24 @@
/* Fonts */
/* ----------------------------------------- */
/* russo-one-regular - latin */
@font-face {
font-family: 'Russo One';
font-family: 'Modesto Condensed';
font-style: normal;
font-weight: 400;
src: url('./fonts/RussoOne.ttf');
src: url('../../fonts/modesto-condensed/modesto-condensed.woff2') format('woff2');
}
.russoOne {
font-family: 'Russo One';
font-size: 20px;
font-weight: 400;
}
/* bungee-inline-regular - latin */
@font-face {
font-family: 'Bungee Inline';
font-family: 'Modesto Condensed';
font-style: normal;
font-weight: 400;
src: url('./fonts/BungeeInline.ttf');
font-weight: 700;
src: url('../../fonts/modesto-condensed/modesto-condensed-bold.woff2') format('woff2');
}
.bungeeInline {
font-family: 'Bungee Inline';
.modesto {
font-family: "Modesto Condensed", "Palatino Linotype", serif;
font-size: 20px;
font-weight: 400;
}
/* open-sans-regular - latin */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: url('./fonts/OpenSans-Regular.ttf');
}
.openSans {
font-family: 'Open Sans';
font-size: 20px;
font-weight: 400;
font-weight: 700;
}
/* ----------------------------------------- */