mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
fix material icons display error
Signed-off-by: Zhiyu Wang <cloudsky.newbis@gmail.com>
This commit is contained in:
parent
1f5acdb9cd
commit
765fc474cf
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user