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:
parent
8072b44b3d
commit
7f94197e5c
@ -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");
|
||||
}
|
||||
BIN
src/renderer/components/fonts/MaterialIconsExtended.woff2
Normal file
BIN
src/renderer/components/fonts/MaterialIconsExtended.woff2
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user