mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
fixed font path
This commit is contained in:
parent
418058c92d
commit
cee37aa0e2
1 changed files with 1 additions and 1 deletions
|
|
@ -783,7 +783,7 @@ var CloudCommander, Util,
|
|||
inner : '@font-face {font-family: "Droid Sans Mono";' +
|
||||
'font-style: normal;font-weight: normal;' +
|
||||
'src: local("Droid Sans Mono"), local("DroidSansMono"),'+
|
||||
' url("font/DroidSansMono.woff") format("woff");}'
|
||||
' url("/font/DroidSansMono.woff") format("woff");}'
|
||||
});
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue