Skip to content

Commit a070d72

Browse files
Increased font size
1 parent 33fe9f4 commit a070d72

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

public/map.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -943,8 +943,8 @@ function drawPhotos() {
943943
}
944944

945945
function drawBoroughLabels() {
946-
const baseFontSize = 20;
947-
const maxFontSize = 60;
946+
const baseFontSize = 40;
947+
const maxFontSize = 120;
948948
const fontSize = Math.max(baseFontSize, Math.min(maxFontSize, baseFontSize * scale * 0.5));
949949

950950
ctx.font = `400 ${fontSize}px Tiny5, -apple-system, BlinkMacSystemFont, sans-serif`;

0 commit comments

Comments
 (0)