forked from GitHub-Mirrors/foundry-sw5e
font fix
This commit is contained in:
parent
c586e9f022
commit
1d0b6c42d2
1 changed files with 3 additions and 3 deletions
6
sw5e.css
6
sw5e.css
|
@ -8,21 +8,21 @@
|
|||
font-family: 'Russo One';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url('/fonts/RussoOne.ttf');
|
||||
src: url('./fonts/RussoOne.ttf');
|
||||
}
|
||||
/* bungee-inline-regular - latin */
|
||||
@font-face {
|
||||
font-family: 'Bungee Inline';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url('/fonts/BungeeInline.ttf');
|
||||
src: url('./fonts/BungeeInline.ttf');
|
||||
}
|
||||
/* open-sans-regular - latin */
|
||||
@font-face {
|
||||
font-family: 'Open Sans';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url('/fonts/OpenSans-Regular.ttf');
|
||||
src: url('./fonts/OpenSans-Regular.ttf');
|
||||
}
|
||||
/* ----------------------------------------- */
|
||||
/* Sheet Styles */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue