gpt4 book ai didi

CSS 自定义字体适用于横向模式但不适用于 iPad 的纵向模式

转载 作者:太空宇宙 更新时间:2023-11-04 16:12:49 26 4
gpt4 key购买 nike

我正在尝试为我的 iPad 网站使用自定义字体,它适用于横向但不适用于纵向模式。

我的 HTML 结构

body
#wrapper
blahblah

风景风格 - 作品

@media only screen and (orientation:landscape){
@font-face {
font-family: custom_helvetica;
src: url('../includes/helvetican.ttf');
}

#wrapper {
width:/*768px;*/1024px;
font-family: custom_helvetica;
margin:auto;
}

Portrait CSS - 不显示表单

@media only screen and (orientation:portrait){
@font-face {
font-family: custom_helvetica;
src: url('../includes/helvetican.ttf');
}

#wrappper {
width:768px;
font-family: helvetica;
margin:auto;
}

最佳答案

选择器是否正确?

wrap*p*per maybe?

关于CSS 自定义字体适用于横向模式但不适用于 iPad 的纵向模式,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8048645/

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