From 9e0e89c3e970c03b0083ba66322f671851607bf0 Mon Sep 17 00:00:00 2001 From: Kyle <41976328+ImKyle4815@users.noreply.github.com> Date: Sat, 18 Aug 2018 10:27:24 -0700 Subject: [PATCH] Add files via upload --- KCI/KylesCardImager.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/KCI/KylesCardImager.html b/KCI/KylesCardImager.html index 5dbdd18a..216dbfcf 100644 --- a/KCI/KylesCardImager.html +++ b/KCI/KylesCardImager.html @@ -149,6 +149,10 @@ font-family: mplantin; src: url("data/fonts/mplantin.ttf"); } +@font-face { + font-family: mplantini; + src: url("data/fonts/mplantin-i.ttf"); +} button { color: rgb(128,255,128); font-family: belerenbsc; @@ -485,7 +489,7 @@ function rulesText(text, x, y) { xShift += card.measureText(line).width line = "" canvas.style.letterSpacing = textFontSpacing * 1/3 + "px" - card.font = "italic " + textSize + textFont + card.font = textSize + textFont + "i" } else if (words[n] == "") { card.fillText(line, x + xShift, y) xShift += card.measureText(line).width