mirror of
https://github.com/Febbweiss/mopidy-touchscreen.git
synced 2026-03-05 06:35:43 +00:00
Font updated and search icon fixed
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
@font-face {
|
||||
font-family: 'icomoon';
|
||||
src:url('fonts/icomoon.eot?r8gz57');
|
||||
src:url('fonts/icomoon.eot?#iefixr8gz57') format('embedded-opentype'),
|
||||
url('fonts/icomoon.woff?r8gz57') format('woff'),
|
||||
url('fonts/icomoon.ttf?r8gz57') format('truetype'),
|
||||
url('fonts/icomoon.svg?r8gz57#icomoon') format('svg');
|
||||
src:url('fonts/icomoon.eot?-8vnqhu');
|
||||
src:url('fonts/icomoon.eot?#iefix-8vnqhu') format('embedded-opentype'),
|
||||
url('fonts/icomoon.woff?-8vnqhu') format('woff'),
|
||||
url('fonts/icomoon.ttf?-8vnqhu') format('truetype'),
|
||||
url('fonts/icomoon.svg?-8vnqhu#icomoon') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
@@ -149,3 +149,9 @@
|
||||
.icon-shuffle:before {
|
||||
content: "\e629";
|
||||
}
|
||||
.icon-search:before {
|
||||
content: "\e986";
|
||||
}
|
||||
.icon-folder-upload:before {
|
||||
content: "\e934";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user