Files
survey-frontend/src/assets/font/icon.css
2026-01-29 14:45:05 +08:00

21 lines
713 B
CSS
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

@font-face {
font-family: 'icon-font'; /* Project id 634611 (更新icon直接替换新的cdn地址即可无需下载) */
src: url('//at.alicdn.com/t/font_634611_fe4z5kh8e8n.woff2?t=1654585244447') format('woff2'),
url('//at.alicdn.com/t/font_634611_fe4z5kh8e8n.woff?t=1654585244447') format('woff'),
url('//at.alicdn.com/t/font_634611_fe4z5kh8e8n.ttf?t=1654585244447') format('truetype');
}
.icon-font {
font-family: 'icon-font' !important;
font-size: 16px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
@font-face {
font-family: 'money';
src: url('./bebas.ttf');
font-weight: normal;
font-style: normal;
}