Skip to content

Commit

Permalink
Ver.0.177: testing font fix
Browse files Browse the repository at this point in the history
  • Loading branch information
coyotegrey committed Oct 6, 2023
1 parent 12aeaff commit b377c77
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Sword World/sheet.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
/* Sword World 2.5 style */

@import url('https://fonts.googleapis.com/css?family=Noto+Sans&display=swap');

@import url('https://fonts.googleapis.com/css?family=Jim+Nightshade&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans|Jim+Nightshade&display=swap');

body .charsheet * {
font-family: 'Noto Sans', serif;
Expand Down Expand Up @@ -559,7 +557,7 @@ body .charactersheet .page2:after,
body .charactersheet .monster:after,
body .charactersheet .fellow:after,
body .charactersheet .settings:after {
content: 'Sword World 2.5 Character Sheet Ver.0.176 | https://app.roll20.net/users/2699740/robert-b';
content: 'Sword World 2.5 Character Sheet Ver.0.177 | https://app.roll20.net/users/2699740/robert-b';
text-align: right;
font-size: 8px;
}
Expand Down

0 comments on commit b377c77

Please sign in to comment.