add base api and gui

This commit is contained in:
Xuan Sang LE
2017-08-07 00:49:24 +02:00
parent 85419eebc8
commit 9bb3a3c483
39 changed files with 6650 additions and 0 deletions

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('fonts/ubuntu-regular-webfont.woff2') format('woff2'),
url('fonts/ubuntu-regular-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Ubuntu';
src: url('fonts/ubuntu-bold-webfont.woff2') format('woff2'),
url('fonts/ubuntu-bold-webfont.woff') format('woff');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'Ubuntu';
src: url('fonts/ubuntu-bolditalic-webfont.woff2') format('woff2'),
url('fonts/ubuntu-bolditalic-webfont.woff') format('woff');
font-weight: bold;
font-style: italic;
}
@font-face {
font-family: 'Ubuntu';
src: url('ubuntu-italic-webfont.woff2') format('woff2'),
url('ubuntu-italic-webfont.woff') format('woff');
font-weight: normal;
font-style: italic;
}