gpt4 book ai didi

css - 在 font-face 的情况下关闭分词

转载 作者:行者123 更新时间:2023-11-28 08:07:11 24 4
gpt4 key购买 nike

当我使用 font-face 时,我遇到了断字问题,时态包括破折号。

使用标准字体,一切正常。HTML(这是格鲁吉亚语)

<p>მობილური აპლიკაცია Sმარტივი-ს მომხმარებლებისათვის</p>

这是计算的 css:

  box-sizing: border-box;
color: rgb(51, 51, 51);
cursor: pointer;
display: block;
font-family: lb-default;
font-size: 13px;
height: 36px;
line-height: 18.5714092254639px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
width: 184.5px;

附言文本位于 Bootstrap 网格单元格内。

最佳答案

首先在html标签上设置lang属性,然后使用:

-moz-hyphens: none;
-ms-hyphens: none;
-webkit-hyphens: none;
hyphens: none;

关于css - 在 font-face 的情况下关闭分词,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29435984/

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