@@ -104,6 +104,7 @@
}
},
created() {
+ this.loadFontFace('Poppins')
methods: {
onShare(e) {
@@ -42,7 +42,7 @@
- if (recommendType === 'detail') {
+ if (this.recommendType === 'detail') {
this.newsType = 'exhibitor'
@@ -24,10 +24,6 @@
content: "\e68d";
-* {
- font-family: Inter, Inter;
- box-sizing: border-box;
-}
page{
background-color: $pageBackgroundColor;
@@ -10,6 +10,7 @@
.exhibitor-name-cn,.exhibitor-name-en{
color: #7d7d7d;
+ font-family: Poppins, Poppins;
font-size: $fontSize2;
font-weight: normal;
@@ -18,6 +19,7 @@
&>.exhibitor-name{
margin-left: 23rpx;
line-height: 40rpx;