我用草书字体写了这个 html。
.parent{
font-family: cursive;
font-size: 1.5 em;
}
.parent div{
height: 50vh;
line-height: 45vh;
text-align: center;
}
<div class="parent">
<div class="child_1">A B C D E F G H I G K L M N O P Q R S T U V W X Y Z</div>
<div class="child_2">a b c d e f g h i j k l m n o p q r s t u v w x y z</div>
</div>
然后我使用 Cordova 构建文件 apk ,我已经安装了它,但它在所有 divces 中没有得到相同的结果,现在我需要在所有 divces 中制作相同的字体,具体来说,我想保留字体的类型出现在平板电脑中,我该怎么做? 导致平板电脑