Build & Move to Dashboard Folder

This commit is contained in:
2022-07-27 11:25:15 +07:00
parent 58e46b4a9e
commit b7ab616875
72 changed files with 1223 additions and 1 deletions

View File

@@ -0,0 +1,18 @@
@font-face {
font-family: 'CircularStd';
font-weight: 400;
font-style: normal;
src: local('CircularStd'), url('CircularStd-Book.otf') format('opentype');
}
@font-face {
font-family: 'CircularStd';
font-weight: 500;
font-style: normal;
src: local('CircularStd'), url('CircularStd-Medium.otf') format('opentype');
}
@font-face {
font-family: 'CircularStd';
font-weight: 700;
font-style: normal;
src: local('CircularStd'), url('CircularStd-Bold.otf') format('opentype');
}