我如何修改字体以在多个设备中获得相同的结果

问题描述

我用草书字体写了这个 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>
我得到这个结果 result in google chrome

然后我使用 Cordova 来构建文件 apk ,我已经安装了它,但它在所有 divces 中都没有得到相同的结果,现在我需要在所有 divces 中制作相同的字体,具体来说,我想保留类型出现在平板电脑中的字体, 我怎么能做到这一点? result in tablet

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)