generated from duanshuwen/webapp-vue-frontend
Initial commit
This commit is contained in:
20
src/assets/font/icon.css
Normal file
20
src/assets/font/icon.css
Normal file
@@ -0,0 +1,20 @@
|
||||
@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;
|
||||
}
|
||||
Reference in New Issue
Block a user