gpt4 book ai didi

ubuntu - 如何设置 phantomjs 默认字体?

转载 作者:行者123 更新时间:2023-12-04 21:47:51 27 4
gpt4 key购买 nike

我在有汉字的页面上使用字体。当 Phantomjs 遇到字体中没有包含的汉字时,它只使用该特定字符的默认字体。

那么我应该如何将 phantomjs 的默认字体设置为我选择的字体,以便默认字体中显示的缺失字符与该字体中显示的其他字符具有相似的外观。

最佳答案

为了更好的可移植性,我通常在 CSS 中设置字体。由于中文字体文件的大小,这当然只能在本地工作。这是俄语的示例:

@font-face {
font-family: 'open_sanslight';
src: url('cyrillic/opensans-light.svg#open_sanslight') format('svg');
font-weight: normal;
font-style: normal;
}

关于ubuntu - 如何设置 phantomjs 默认字体?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19397089/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com