1
0
mirror of https://github.com/lxsang/antd-web-apps synced 2025-07-29 20:20:34 +02:00

finish the info client

This commit is contained in:
Xuan Sang LE
2018-02-21 19:04:26 +01:00
parent 0869ca9bf5
commit f94d2ffa50
17 changed files with 2717 additions and 197 deletions

39
grs/ubuntu-regular.css Executable file
View File

@ -0,0 +1,39 @@
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on August 6, 2017 */
@font-face {
font-family: 'Ubuntu';
src: url('gfonts/ubuntu-regular-webfont.woff2') format('woff2'),
url('gfonts/ubuntu-regular-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Ubuntu';
src: url('gfonts/ubuntu-bold-webfont.woff2') format('woff2'),
url('gfonts/ubuntu-bold-webfont.woff') format('woff');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'Ubuntu';
src: url('gfonts/ubuntu-bolditalic-webfont.woff2') format('woff2'),
url('gfonts/ubuntu-bolditalic-webfont.woff') format('woff');
font-weight: bold;
font-style: italic;
}
@font-face {
font-family: 'Ubuntu';
src: url('gfonts/ubuntu-italic-webfont.woff2') format('woff2'),
url('gfonts/ubuntu-italic-webfont.woff') format('woff');
font-weight: normal;
font-style: italic;
}