自定义字体的使用方式
我们得到各种格式的字体包:如 aaa.ttf, aaa,otf, aaa.woff, aaa.woff2
先在css里做定义
@font-face { font-display: swap; font-family: 'aaa'; font-style: italic; font-weight: 300; src: url('aaa.woff2') format('woff2'); } @font-face{ font-family:"LVNM"; src:url("../fonts/LVNM.ttf") format("truetype"); font-weight:normal; font-style:normal }