mirror of
https://github.com/Joxit/docker-registry-ui.git
synced 2025-04-27 15:39:54 +03:00
[fonts] fix bad references on the Material Icons font
Signed-off-by: Jakob Ackermann <das7pad@outlook.com>
This commit is contained in:
parent
cec469ab67
commit
9d97c30914
2 changed files with 4 additions and 4 deletions
2
dist/style.css
vendored
2
dist/style.css
vendored
File diff suppressed because one or more lines are too long
|
@ -3,9 +3,9 @@
|
|||
font-family: 'Material Icons';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url(MaterialIcons-Regular.eot); /* For IE6-8 */
|
||||
src: local('fonts/Material Icons'),
|
||||
local('fonts/MaterialIcons-Regular'),
|
||||
src: url(fonts/MaterialIcons-Regular.eot); /* For IE6-8 */
|
||||
src: local('Material Icons'),
|
||||
local('MaterialIcons-Regular'),
|
||||
url(fonts/MaterialIcons-Regular.woff2) format('woff2'),
|
||||
url(fonts/MaterialIcons-Regular.woff) format('woff'),
|
||||
url(fonts/MaterialIcons-Regular.ttf) format('truetype');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue