mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 10:41:40 +09:00
Fix incorrect relative path to xeicon #1488
This commit is contained in:
parent
48f5190445
commit
5400d4be94
1 changed files with 6 additions and 6 deletions
|
|
@ -753,12 +753,12 @@
|
|||
.x .x_table-hover tbody tr.x_info:hover td{background-color:#c4e3f3}
|
||||
@font-face {
|
||||
font-family: 'xeicon';
|
||||
src:url('../../../../../common/css/xeicon/fonts/xeicon.eot?v=1.0.4');
|
||||
src:url('../../../../../common/css/xeicon/fonts/xeicon.eot?#iefix&v=1.0.4') format('embedded-opentype'),
|
||||
url('../../../../../common/css/xeicon/fonts/xeicon.woff2?v=1.0.4') format('woff2'),
|
||||
url('../../../../../common/css/xeicon/fonts/xeicon.woff?v=1.0.4') format('woff'),
|
||||
url('../../../../../common/css/xeicon/fonts/xeicon.ttf?v=1.0.4') format('truetype'),
|
||||
url('../../../../../common/css/xeicon/fonts/xeicon.svg?v=1.0.4#xeicon') format('svg');
|
||||
src:url('../../../../common/css/xeicon/fonts/xeicon.eot?v=1.0.4');
|
||||
src:url('../../../../common/css/xeicon/fonts/xeicon.eot?#iefix&v=1.0.4') format('embedded-opentype'),
|
||||
url('../../../../common/css/xeicon/fonts/xeicon.woff2?v=1.0.4') format('woff2'),
|
||||
url('../../../../common/css/xeicon/fonts/xeicon.woff?v=1.0.4') format('woff'),
|
||||
url('../../../../common/css/xeicon/fonts/xeicon.ttf?v=1.0.4') format('truetype'),
|
||||
url('../../../../common/css/xeicon/fonts/xeicon.svg?v=1.0.4#xeicon') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue