Skip to content

Commit a6754c8

Browse files
committed
fix: remove ProximaNova fonts
1 parent 14378c3 commit a6754c8

File tree

6 files changed

+0
-13
lines changed

6 files changed

+0
-13
lines changed

packages/neuron-ui/public/css/fonts.css

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,6 @@
88
src: url('../fonts/SourceCodePro-Regular.ttf') format('truetype');
99
}
1010

11-
@font-face {
12-
font-family: 'ProximaNova-Regular';
13-
src: url('../fonts/ProximaNova-Regular.otf') format('opentype'),
14-
url('../fonts//Proximanova-Regular.ttf') format('opentype');
15-
}
16-
17-
@font-face {
18-
font-family: 'ProximaNova-Semibold';
19-
src: url('../fonts/ProximaNova-Semibold.otf') format('opentype'),
20-
url('../fonts/ProximaNova-Semibold.ttf') format('opentype');
21-
}
22-
2311
@font-face {
2412
font-family: 'D-DIN-PRO';
2513
src: url('../fonts/D-DIN-PRO-500-Medium.otf') format('opentype'),
-61.4 KB
Binary file not shown.
-61.6 KB
Binary file not shown.
-88 KB
Binary file not shown.
-88 KB
Binary file not shown.

packages/neuron-ui/src/widgets/MnemonicInput/index.module.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
}
1616

1717
& * {
18-
font-family: 'ProximaNova-Regular';
1918
font-size: 14px;
2019
}
2120

0 commit comments

Comments
 (0)