diff --git a/src/renderer/components/fonts.scss b/src/renderer/components/fonts.scss index 0a75363d3b..57afcb1799 100644 --- a/src/renderer/components/fonts.scss +++ b/src/renderer/components/fonts.scss @@ -28,14 +28,15 @@ font-family: "Material Icons"; font-style: normal; font-weight: 400; - src: url("../fonts/MaterialIcons-Regular.ttf") format("truetype"); + src: local("Material Icons"), + url("fonts/MaterialIconsExtended.woff2") format("woff2"); } // Patched RobotoMono font with icons // RobotoMono Windows Compatible for using in terminal // https://github.com/ryanoasis/nerd-fonts/tree/master/patched-fonts/RobotoMono @font-face { - font-family: 'RobotoMono'; - src: local('RobotoMono'), - url('fonts/roboto-mono-nerd.ttf') format('truetype'); + font-family: "RobotoMono"; + src: local("RobotoMono"), + url("fonts/roboto-mono-nerd.ttf") format("truetype"); } \ No newline at end of file diff --git a/src/renderer/components/fonts/MaterialIconsExtended.woff2 b/src/renderer/components/fonts/MaterialIconsExtended.woff2 new file mode 100644 index 0000000000..cc5ad1824e Binary files /dev/null and b/src/renderer/components/fonts/MaterialIconsExtended.woff2 differ