Add version files and new GIF images for UI components

This commit is contained in:
2025-04-03 06:26:44 +07:00
commit 663c28a2ea
5219 changed files with 772528 additions and 0 deletions

BIN
themes/font/Lato-Heavy.woff Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

2337
themes/font/font-awesome.css vendored Normal file

File diff suppressed because it is too large Load Diff

4
themes/font/font-awesome.min.css vendored Normal file

File diff suppressed because one or more lines are too long

3
themes/font/fontface.css Normal file
View File

@ -0,0 +1,3 @@
@font-face {font-family: 'LatoHeavy';src: url('Lato-Heavy.woff') format('opentype');}
@font-face {font-family: 'RobotoLight';src: url('Roboto-Light.woff') format('opentype');}
@font-face {font-family: 'dseg7modernregular';src: url('dseg7modernregular.woff');}

View File

@ -0,0 +1,23 @@
/* fallback */
@font-face {
font-family: 'Material Icons';
font-style: normal;
font-weight: 400;
src: url(materialiconfont.woff2) format('woff2');
}
.material-icons {
font-family: 'Material Icons';
font-weight: normal;
font-style: normal;
font-size: 24px;
line-height: 1;
letter-spacing: normal;
text-transform: none;
display: inline-block;
white-space: nowrap;
word-wrap: normal;
direction: ltr;
-moz-font-feature-settings: 'liga';
-moz-osx-font-smoothing: grayscale;
}

Binary file not shown.