1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Using MaterialIconsExtended font

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2021-10-19 12:51:56 +03:00
parent 8072b44b3d
commit 7f94197e5c
2 changed files with 5 additions and 4 deletions

View File

@ -28,14 +28,15 @@
font-family: "Material Icons"; font-family: "Material Icons";
font-style: normal; font-style: normal;
font-weight: 400; 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 // Patched RobotoMono font with icons
// RobotoMono Windows Compatible for using in terminal // RobotoMono Windows Compatible for using in terminal
// https://github.com/ryanoasis/nerd-fonts/tree/master/patched-fonts/RobotoMono // https://github.com/ryanoasis/nerd-fonts/tree/master/patched-fonts/RobotoMono
@font-face { @font-face {
font-family: 'RobotoMono'; font-family: "RobotoMono";
src: local('RobotoMono'), src: local("RobotoMono"),
url('fonts/roboto-mono-nerd.ttf') format('truetype'); url("fonts/roboto-mono-nerd.ttf") format("truetype");
} }