Compare commits
3 Commits
4503e487f1
...
5841d92d5f
| Author | SHA1 | Date | |
|---|---|---|---|
| 5841d92d5f | |||
|
|
50e5f82dca | ||
|
|
4c5b049a88 |
@ -15,6 +15,8 @@ onHide(() => {
|
||||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
@import "@/static/fonts/iconfont.css";
|
||||
|
||||
/* 添加全局样式 */
|
||||
page,
|
||||
body,
|
||||
|
||||
17
src/static/fonts/iconfont.css
Normal file
17
src/static/fonts/iconfont.css
Normal file
@ -0,0 +1,17 @@
|
||||
@font-face {
|
||||
font-family: "ZhiNian"; /* Project id 4988933 */
|
||||
src: url("/static/fonts/iconfont.ttf") format("truetype");
|
||||
}
|
||||
|
||||
.ZhiNian {
|
||||
font-family: "ZhiNian" !important;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
.zn-food:before {
|
||||
content: "\e607";
|
||||
}
|
||||
|
||||
.zn-clock:before {
|
||||
content: "\e600";
|
||||
}
|
||||
BIN
src/static/fonts/iconfont.ttf
Normal file
BIN
src/static/fonts/iconfont.ttf
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user