load-font-face-child.uvue 840 字节
Newer Older
DCloud-WZF's avatar
DCloud-WZF 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
<template>
  <view>
    <page-head title="loadFontFace-child"></page-head>
    <view class="uni-padding-wrap">
      <text class="item" style="font-family: UniFontFamily"
        >全局加载 font-family: uni.ttf</text
      >
      <text class="item" style="font-family: AlimamaDaoLiTiTTF"
        >font-family: 阿里妈妈刀隶体-ttf</text
      >
      <text class="item" style="font-family: AlimamaDaoLiTiOTF"
        >font-family: 阿里妈妈刀隶体-otf</text
      >
      <text class="item" style="font-family: AlimamaDaoLiTiWOFF"
        >font-family: 阿里妈妈刀隶体-woff</text
      >
      <text class="item" style="font-family: AlimamaDaoLiTiWOFF2"
        >font-family: 阿里妈妈刀隶体-woff2</text
      >
    </view>
  </view>
</template>

<style>
.item {
  font-size: 20px;
  line-height: 40px;
}
</style>