Skip to content

Commit 0718f6c

Browse files
authored
Merge pull request #97 from topcoder-platform/TCA-644_fix-font-issue
TCA-644 - fix inconsistent font issue accross monaco editor -> dev
2 parents 3c4bf85 + 94e2871 commit 0718f6c

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

client/src/components/layouts/global.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ html {
66

77
body {
88
height: 100%;
9-
font-family: 'Roboto', monospace;
9+
font-family: 'Hack-ZeroSlash', monospace;
1010
color: var(--secondary-color);
1111
background: var(--secondary-background);
1212
}
@@ -68,29 +68,29 @@ h1 {
6868
color: var(--secondary-color);
6969
font-weight: 700;
7070
font-size: 1.5rem;
71-
font-family: 'Roboto', monospace;
71+
font-family: 'Hack-ZeroSlash', monospace;
7272
margin: 0.6rem 0;
7373
}
7474
h2 {
7575
color: var(--secondary-color);
7676
font-weight: 700;
7777
font-size: 1.25rem;
78-
font-family: 'Roboto', monospace;
78+
font-family: 'Hack-ZeroSlash', monospace;
7979
margin: 0.6rem 0;
8080
}
8181
h3 {
8282
color: var(--secondary-color);
8383
font-weight: 700;
8484
font-size: 1.1rem;
85-
font-family: 'Roboto', monospace;
85+
font-family: 'Hack-ZeroSlash', monospace;
8686
margin: 0 0 0.6rem;
8787
}
8888

8989
h4 {
9090
color: var(--secondary-color);
9191
font-weight: 500;
9292
font-size: 1rem;
93-
font-family: 'Roboto', monospace;
93+
font-family: 'Hack-ZeroSlash', monospace;
9494
margin: 0 0 0.889rem;
9595
}
9696

@@ -102,7 +102,7 @@ th {
102102
color: var(--secondary-color);
103103
font-weight: 400;
104104
font-size: 0.889rem;
105-
font-family: 'Roboto', monospace;
105+
font-family: 'Hack-ZeroSlash', monospace;
106106
margin: 0 0 1.2rem;
107107
}
108108

client/src/templates/Challenges/classic/editor.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ textarea.inputarea {
8484
}
8585

8686
.description-container h1 {
87-
font-family: Roboto, monospace;
87+
font-family: 'Hack-ZeroSlash', monospace;
8888
font-size: 0.889rem;
8989
font-weight: 700;
9090
line-height: 1;

0 commit comments

Comments
 (0)