mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-27 05:14:53 -05:00
Add files via upload
This commit is contained in:
@@ -149,6 +149,10 @@
|
|||||||
font-family: mplantin;
|
font-family: mplantin;
|
||||||
src: url("data/fonts/mplantin.ttf");
|
src: url("data/fonts/mplantin.ttf");
|
||||||
}
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: mplantini;
|
||||||
|
src: url("data/fonts/mplantin-i.ttf");
|
||||||
|
}
|
||||||
button {
|
button {
|
||||||
color: rgb(128,255,128);
|
color: rgb(128,255,128);
|
||||||
font-family: belerenbsc;
|
font-family: belerenbsc;
|
||||||
@@ -485,7 +489,7 @@ function rulesText(text, x, y) {
|
|||||||
xShift += card.measureText(line).width
|
xShift += card.measureText(line).width
|
||||||
line = ""
|
line = ""
|
||||||
canvas.style.letterSpacing = textFontSpacing * 1/3 + "px"
|
canvas.style.letterSpacing = textFontSpacing * 1/3 + "px"
|
||||||
card.font = "italic " + textSize + textFont
|
card.font = textSize + textFont + "i"
|
||||||
} else if (words[n] == "</i>") {
|
} else if (words[n] == "</i>") {
|
||||||
card.fillText(line, x + xShift, y)
|
card.fillText(line, x + xShift, y)
|
||||||
xShift += card.measureText(line).width
|
xShift += card.measureText(line).width
|
||||||
|
Reference in New Issue
Block a user