Skip to content
This repository was archived by the owner on May 21, 2019. It is now read-only.

Commit 3e7fc72

Browse files
authored
Merge pull request #1299 from agrublev/prettierStyling
A much prettier visual styling :)
2 parents 283e6bc + 1217e9b commit 3e7fc72

File tree

2 files changed

+520
-464
lines changed

2 files changed

+520
-464
lines changed

src/services/FontService.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ function getLetterSize(size: number, fontFamily: string) {
1515
}
1616
}
1717

18-
const fontSize = 14;
19-
const fontFamily = "'Hack', 'Fira Code', 'Menlo', monospace";
18+
const fontSize = 16;
19+
const fontFamily = "'Ubuntu Mono', 'Fira Code', 'Menlo', monospace";
2020

2121
export class FontService {
2222
size: number;

0 commit comments

Comments
 (0)