Skip to content

Commit 627ebd6

Browse files
committed
Update Babel configuration to enable compact mode and adjust font source in CSS
1 parent 4d33c32 commit 627ebd6

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.babelrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
}
1313
]
1414
],
15-
"compact": false
15+
"compact": true
1616
}

client/res/icons/style.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
@font-face {
22
font-family: "acode";
3-
src: url("fonts/acode.eot?gc6nhk");
43
src: url("acode.ttf?gc6nhk") format("truetype");
54
font-weight: normal;
65
font-style: normal;

0 commit comments

Comments
 (0)