chore: Add website to main repo
This commit is contained in:
parent
92d2c7e982
commit
9d0cd2d155
224 changed files with 17459 additions and 3 deletions
63
docs/assets/css/font.css
Normal file
63
docs/assets/css/font.css
Normal file
|
|
@ -0,0 +1,63 @@
|
|||
@font-face{
|
||||
font-family: 'Ubuntu';
|
||||
src: local('Ubuntu Light'),
|
||||
url('fonts/Ubuntu-Light.ttf') format('truetype');
|
||||
font-weight: 300;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face{
|
||||
font-family: 'Ubuntu';
|
||||
src: local('Ubuntu Light Italic'),
|
||||
url('fonts/Ubuntu-LightItalic.ttf') format('truetype');
|
||||
font-weight: 300;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
@font-face{
|
||||
font-family: 'Ubuntu';
|
||||
src: local('Ubuntu Regular'),
|
||||
url('fonts/Ubuntu-Regular.ttf') format('truetype');
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face{
|
||||
font-family: 'Ubuntu';
|
||||
src: local('Ubuntu Regular Italic'),
|
||||
url('fonts/Ubuntu-Italic.ttf') format('truetype');
|
||||
font-weight: 400;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
@font-face{
|
||||
font-family: 'Ubuntu';
|
||||
src: local('Ubuntu Medium'),
|
||||
url('fonts/Ubuntu-Medium.ttf') format('truetype');
|
||||
font-weight: 500;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face{
|
||||
font-family: 'Ubuntu';
|
||||
src: local('Ubuntu Medium Italic'),
|
||||
url('fonts/Ubuntu-MediumItalic.ttf') format('truetype');
|
||||
font-weight: 500;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
@font-face{
|
||||
font-family: 'Ubuntu';
|
||||
src: local('Ubuntu Bold'),
|
||||
url('fonts/Ubuntu-Bold.ttf') format('truetype');
|
||||
font-weight: 700;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face{
|
||||
font-family: 'Ubuntu';
|
||||
src: local('Ubuntu Bold Italic'),
|
||||
url('fonts/Ubuntu-BoldItalic.ttf') format('truetype');
|
||||
font-weight: 700;
|
||||
font-style: italic;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue