Mon 21 Jul 22:43:21 CEST 2025
This commit is contained in:
parent
2edb6b1046
commit
f04211fd01
21
js/ui/botui/fontawesome.css
vendored
Normal file
21
js/ui/botui/fontawesome.css
vendored
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
/*!
|
||||||
|
* Font Awesome v4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
|
||||||
|
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
|
||||||
|
*/
|
||||||
|
@import url('font-awesome-css.min.css');
|
||||||
|
/* FONT PATH
|
||||||
|
* -------------------------- */
|
||||||
|
@font-face {
|
||||||
|
font-family: 'FontAwesome';
|
||||||
|
src: url('fonts/fontawesome-webfont.eot');
|
||||||
|
src: url('fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
|
||||||
|
url('fonts/fontawesome-webfont.woff2') format('woff2'),
|
||||||
|
url('fonts/fontawesome-webfont.woff') format('woff'),
|
||||||
|
url('fonts/fontawesome-webfont.ttf') format('truetype'),
|
||||||
|
url('fonts/fontawesome-webfont.svg#fontawesomeregular') format('svg');
|
||||||
|
font-weight: normal;
|
||||||
|
font-style: normal;
|
||||||
|
}
|
||||||
|
/*
|
||||||
|
Embed code ea731dcb6f
|
||||||
|
*/
|
Loading…
Reference in New Issue
Block a user