mirror of
https://github.com/lxsang/antd-web-apps
synced 2025-04-19 01:56:44 +02:00
add thing
This commit is contained in:
parent
d0f9e70d95
commit
030f195c91
@ -1,10 +1,10 @@
|
|||||||
BUILDDIR = ../build/info
|
BUILDDIR = ../build/info
|
||||||
|
|
||||||
copyfiles = fonts/ index.ls style.css font-awesome.css
|
copyfiles = index.ls style.css
|
||||||
|
|
||||||
main:
|
main:
|
||||||
- mkdir $(BUILDDIR)
|
- mkdir $(BUILDDIR)
|
||||||
cp -rf $(copyfiles) $(BUILDDIR)
|
cp -rf $(copyfiles) $(BUILDDIR)
|
||||||
|
cd $(BUILDDIR) && ln -s ../gresources .rst
|
||||||
clean:
|
clean:
|
||||||
rm -rf $(BUILDDIR)/*
|
rm -rf $(BUILDDIR)/*
|
2337
info/font-awesome.css
vendored
2337
info/font-awesome.css
vendored
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,19 +1,19 @@
|
|||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'FuturaBold';
|
font-family: 'FuturaBold';
|
||||||
src: url('fonts/FuturaNewDemi.woff') format('woff');
|
src: url('rst/fonts/FuturaNewDemi.woff') format('woff');
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'FuturaNormal';
|
font-family: 'FuturaNormal';
|
||||||
src: url('fonts/FuturaNewLight.woff') format('woff');
|
src: url('rst/fonts/FuturaNewLight.woff') format('woff');
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
/** Generated by FG **/
|
/** Generated by FG **/
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'FuturaItalic';
|
font-family: 'FuturaItalic';
|
||||||
src: url('fonts/FuturaNewLightOblique.woff') format('woff');
|
src: url('rst/fonts/FuturaNewLightOblique.woff') format('woff');
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user