diff --git a/index.html b/index.html index 85aa13d8f0961cc7c9ba6e6700a17fcaf13e6f48..82b0a8e9f0c62ebcaaf9b8f9f146ff882a4f8db5 100644 --- a/index.html +++ b/index.html @@ -160,15 +160,15 @@ const LOGO_WIDTH_AND_HEIGHT = 175; const IMAGE_PLACEHOLDER = "./img/logo_g.png" - const TITLE_FONT = "45px -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif"; + const TITLE_FONT = "45px -apple-system,'BlinkMacSystemFont','Segoe UI','Roboto','Oxygen-Sans','Ubuntu','Cantarell','Helvetica Neue','sans-serif'"; - const INFOS_FONT = "30px -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif"; + const INFOS_FONT = "30px -apple-system,'BlinkMacSystemFont','Segoe UI','Roboto','Oxygen-Sans','Ubuntu','Cantarell','Helvetica Neue','sans-serif'"; const INFOS_START_POSITION = 150; const INFOS_LINE_BREAK = 50; const CKSUM_COLOR = "#686868" - const PUBKEY_URI_FONT = "20px -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif"; + const PUBKEY_URI_FONT = "20px -apple-system,'BlinkMacSystemFont','Segoe UI','Roboto','Oxygen-Sans','Ubuntu','Cantarell','Helvetica Neue','sans-serif'"; const G1_WRONG_SYMBOL = "G1"; const G1_SYMBOL = "Ğ1"; @@ -347,6 +347,7 @@ // write checksum in grey ctx.save(); ctx.fillStyle = CKSUM_COLOR; + ctx.font = "italic " + INFOS_FONT; ctx.fillText (colon_cksum, xPosCksum , yPosPubkey); ctx.restore(); }