1 <style> 2 @font-face { 3 font-family:'avenir'; 4 src:url('./style/font/AvenirHeavy.ttf') format('truetype'); 5 } 6 </style>
在APP.vue中加入这段代码
1 .PV{ 2 font-family: Avenir text; 3 font-size:6.7vw; 4 color: #FF9F00; 5 }
然后愉快的写css
1 <style> 2 @font-face { 3 font-family:'avenir'; 4 src:url('./style/font/AvenirHeavy.ttf') format('truetype'); 5 } 6 </style>
在APP.vue中加入这段代码
1 .PV{ 2 font-family: Avenir text; 3 font-size:6.7vw; 4 color: #FF9F00; 5 }
然后愉快的写css
转载于:https://www.cnblogs.com/lujunan/p/10309986.html