diff --git a/src/renderer/components/fonts.scss b/src/renderer/components/fonts.scss index 76f2199e0a..1d08d99576 100644 --- a/src/renderer/components/fonts.scss +++ b/src/renderer/components/fonts.scss @@ -2,6 +2,17 @@ @import "~material-design-icons/iconfont/material-icons.css"; @import "~typeface-roboto/index.css"; +// Material Design Icons +// https://material.io/resources/icons/ +// https://github.com/google/material-design-icons/tree/master/iconfont +@font-face { + font-family: 'Material Icons'; + font-style: normal; + font-weight: 400; + src: local('Material Icons'), local('MaterialIcons-Regular'), + url("fonts/MaterialIcons-Regular.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