Skip to content
Snippets Groups Projects
Commit a54261eb authored by matograine's avatar matograine
Browse files

use nicer fonts for image generation

parent 56203fa2
No related branches found
No related tags found
No related merge requests found
......@@ -157,13 +157,13 @@
const LOGO_WIDTH_AND_HEIGHT = 175;
const IMAGE_PLACEHOLDER = "./img/logo_g.png"
const TITLE_FONT = "45px serif";
const TITLE_FONT = "45px -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif";
const INFOS_FONT = "30px 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 PUBKEY_FONT = "20px serif";
const PUBKEY_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";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment