diff --git a/client/homebrew/editor/snippetbar/snippets/snippets.js b/client/homebrew/editor/snippetbar/snippets/snippets.js
index 2ac8c7ea0..d7cf7aac8 100644
--- a/client/homebrew/editor/snippetbar/snippets/snippets.js
+++ b/client/homebrew/editor/snippetbar/snippets/snippets.js
@@ -191,6 +191,18 @@ module.exports = [
icon : 'fas fa-hat-wizard',
gen : MagicGen.item,
},
+ {
+ name : 'Artist Credit',
+ icon : 'fas fa-signature',
+ gen : function(){
+ return dedent`
+ {{artist,top:10px,left:10px
+ ##### Starry Night
+ [Van Gogh](https://www.vangoghmuseum.nl/en)
+ }}
+ \n`;
+ },
+ },
]
},
diff --git a/client/homebrew/editor/snippetbar/snippetsLegacy/snippets.js b/client/homebrew/editor/snippetbar/snippetsLegacy/snippets.js
index 2d4e2d0e4..b77e9269a 100644
--- a/client/homebrew/editor/snippetbar/snippetsLegacy/snippets.js
+++ b/client/homebrew/editor/snippetbar/snippetsLegacy/snippets.js
@@ -166,6 +166,14 @@ module.exports = [
icon : 'far fa-file-word',
gen : CoverPageGen,
},
+ {
+ name : 'Artist Credit',
+ icon : 'fas fa-signature',
+ gen : '
\n' +
+ '##### Starry Night\n' +
+ '[Van Gogh](https://www.vangoghmuseum.nl/en)\n' +
+ '
\n'
+ },
]
},
diff --git a/themes/5ePhb.style.less b/themes/5ePhb.style.less
index 3ca74dbf4..af5fdfe00 100644
--- a/themes/5ePhb.style.less
+++ b/themes/5ePhb.style.less
@@ -263,6 +263,32 @@ body {
margin-bottom : 0em;
}
}
+ //*****************************
+ // * ARTIST CREDIT BLOCK
+ // *****************************/
+ .artist {
+ position:absolute;
+ text-align:center;
+ font-family:'Walter Turncoat','ScalySansSmallCapsRemake', sans-serif;
+ font-size:10px;
+ p, p + p {
+ margin:unset;
+ text-indent:unset;
+ line-height:1em;
+ }
+ h5 {
+ font-size:1.3em;
+ font-family:'Walter Turncoat'
+ }
+ a{
+ color:black;
+ text-decoration:unset;
+ &:hover {
+ text-decoration:underline;
+ }
+ }
+ }
+
//*****************************
// * MONSTER STAT BLOCK
// *****************************/
diff --git a/themes/5ePhbLegacy.style.less b/themes/5ePhbLegacy.style.less
index 0f1cae7ec..295d7000c 100644
--- a/themes/5ePhbLegacy.style.less
+++ b/themes/5ePhbLegacy.style.less
@@ -445,6 +445,34 @@ body {
.phb pre+.descriptive{
margin-top : 8px;
}
+
+//*****************************
+// * ARTIST CREDIT BLOCK
+// *****************************/
+.phb {
+ .artist {
+ position:absolute;
+ text-align:center;
+ font-family:'Walter Turncoat','ScalySansSmallCapsRemake', sans-serif;
+ font-size:10px;
+ p, p + p {
+ margin:unset;
+ text-indent:unset;
+ line-height:1em;
+ }
+ h5 {
+ font-size:1.3em;
+ font-family:'Walter Turncoat'
+ }
+ a{
+ color:black;
+ text-decoration:unset;
+ &:hover {
+ text-decoration:underline;
+ }
+ }
+ }
+}
//*****************************
// * TABLE OF CONTENTS
// *****************************/
diff --git a/themes/fonts/5e legacy/WalterTurncoat-Regular.woff2 b/themes/fonts/5e legacy/WalterTurncoat-Regular.woff2
new file mode 100644
index 000000000..758e2400d
Binary files /dev/null and b/themes/fonts/5e legacy/WalterTurncoat-Regular.woff2 differ
diff --git a/themes/fonts/5e legacy/fonts.less b/themes/fonts/5e legacy/fonts.less
index 0c47c8e7e..88e058a15 100644
--- a/themes/fonts/5e legacy/fonts.less
+++ b/themes/fonts/5e legacy/fonts.less
@@ -37,6 +37,12 @@
font-weight: normal;
font-style: normal;
}
+@font-face {
+ font-family: 'Walter Turncoat';
+ src: url('../fonts/5e legacy/WalterTurncoat-Regular.woff2');
+ font-weight: normal;
+ font-style: normal;
+}
/* Headers */
@font-face {
diff --git a/themes/fonts/5e/WalterTurncoat-Regular.woff2 b/themes/fonts/5e/WalterTurncoat-Regular.woff2
new file mode 100644
index 000000000..758e2400d
Binary files /dev/null and b/themes/fonts/5e/WalterTurncoat-Regular.woff2 differ
diff --git a/themes/fonts/5e/fonts.less b/themes/fonts/5e/fonts.less
index 7cd1c9652..be7e09d0e 100644
--- a/themes/fonts/5e/fonts.less
+++ b/themes/fonts/5e/fonts.less
@@ -55,6 +55,12 @@
font-weight: normal;
font-style: normal;
}
+@font-face {
+ font-family: 'Walter Turncoat';
+ src: url('../fonts/5e/WalterTurncoat-Regular.woff2');
+ font-weight: normal;
+ font-style: normal;
+}
/* Headers */
@font-face {