mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
fix: icons not working as they should
This commit is contained in:
parent
cf7d7fc9f6
commit
cde7f00c46
3 changed files with 1 additions and 1 deletions
BIN
src/assets/fonts/MaterialIcons-Regular.ttf
Normal file
BIN
src/assets/fonts/MaterialIcons-Regular.ttf
Normal file
Binary file not shown.
Binary file not shown.
|
|
@ -6,7 +6,7 @@
|
|||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: local('Material Icons'), local('MaterialIcons-Regular'),
|
||||
url('../../assets/fonts/MaterialIconsOutlined-Regular.otf') format('opentype');
|
||||
url('../../assets/fonts/MaterialIcons-Regular.ttf') format('truetype');
|
||||
}
|
||||
|
||||
.material-icons {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue