mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
minor changes
This commit is contained in:
parent
ac16743448
commit
d1ca61b463
2 changed files with 9 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"cache" : {"allowed" : false},
|
||||
"cache" : {"allowed" : true},
|
||||
"minification" : {
|
||||
"js" : false,
|
||||
"js" : true,
|
||||
"css" : true,
|
||||
"html" : true,
|
||||
"img" : true
|
||||
|
|
|
|||
|
|
@ -14,6 +14,13 @@
|
|||
*/
|
||||
/* символьный шрифт от гитхаба*/
|
||||
|
||||
@font-face {
|
||||
font-family: 'Fontello';
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
src: url('/font/fontello.woff') format('woff');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Octicons Regular';
|
||||
font-style: normal;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue