Skip to content

Commit

Permalink
Merge pull request #2061 from Gazook89/Nodesto-Caps
Browse files Browse the repository at this point in the history
Add Nodesto font files to 5e, v3
  • Loading branch information
calculuschild authored Apr 13, 2022
2 parents eac4d4e + 172d2a8 commit 7dbac5d
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 0 deletions.
Binary file not shown.
Binary file added themes/fonts/5e/Nodesto Caps Condensed Bold.woff2
Binary file not shown.
Binary file not shown.
Binary file added themes/fonts/5e/Nodesto Caps Condensed.woff2
Binary file not shown.
29 changes: 29 additions & 0 deletions themes/fonts/5e/fonts.less
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,32 @@
font-weight: normal;
font-style: normal;
}

/* Cover Page */
@font-face {
font-family: NodestoCapsCondensed;
src: url('../fonts/5e/Nodesto Caps Condensed.woff2');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: NodestoCapsCondensed;
src: url('../fonts/5e/Nodesto Caps Condensed Bold.woff2');
font-weight: bold;
font-style: normal;
}

@font-face {
font-family: NodestoCapsCondensed;
src: url('../fonts/5e/Nodesto Caps Condensed Italic.woff2');
font-weight: normal;
font-style: italic;
}

@font-face {
font-family: NodestoCapsCondensed;
src: url('../fonts/5e/Nodesto Caps Condensed Bold Italic.woff2');
font-weight: bold;
font-style: italic;
}

0 comments on commit 7dbac5d

Please sign in to comment.