zioinfo-mail/workspace/zioinfo-esn/esn/target/classes/static/css/etc-icon.css
DESKTOP-TKLFCPR\ython 371f77e7ab
Some checks failed
GUARDiA CI / Python Lint & Import Test (push) Has been cancelled
GUARDiA CI / Validate Install Scripts (push) Has been cancelled
GUARDiA CI / PR Validation Summary (push) Has been cancelled
fix(enhance-v4): APK QR 버그 수정 + 웹메일 라우터 수정
2026-06-02 20:23:55 +09:00

29 lines
1.0 KiB
CSS

@font-face {
font-family: 'etc';
src: url('/fontawesome-free-5.0.13/web-fonts-with-css/webfonts/etc.eot?2xhhom');
src: url('/fontawesome-free-5.0.13/web-fonts-with-css/webfonts/etc.eot?2xhhom#iefix') format('embedded-opentype'),
url('/fontawesome-free-5.0.13/web-fonts-with-css/webfonts/etc.ttf?2xhhom') format('truetype'),
url('/fontawesome-free-5.0.13/web-fonts-with-css/webfonts/etc.woff?2xhhom') format('woff'),
url('/fontawesome-free-5.0.13/web-fonts-with-css/webfonts/etc.svg?2xhhom#etc') format('svg');
font-weight: normal;
font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'etc' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-sort-up-down:before {
content: "\e900";
}