当前位置:网站首页>The H5 page has set the font thickness style, but the wechat access style in Huawei mobile phone doesn't take effect?
The H5 page has set the font thickness style, but the wechat access style in Huawei mobile phone doesn't take effect?
2022-07-01 07:31:00 【Kaixiaomo】
problem
Font style set font-weight: bold;, But it didn't work
span {
font-weight: bold;
}

reason
The reason for this problem is that I set fonts in Huawei mobile phones :

Choose default , Then go to wechat and open the page , In order for the default font to take effect , My operation is to find the care mode of wechat , Turn it on and then off , Open the page again .

Finally, the style is normal :

边栏推荐
- Caesar
- 软件测试方法和技术 - 基础知识概括
- Félicitations pour l'inscription réussie de wuxinghe
- 浏览器本地存储
- vscode 根据 ESLint 规范自动格式化代码
- Subclasses call methods and properties of the parent class with the same name
- [软件] phantomjs屏幕截图
- 【剑指offer&牛客101】中那些高频笔试,面试题——链表篇
- The programmer of Beipiao posted a post for help late at night: I am lonely when my girlfriend is gone
- Custom events of components ①
猜你喜欢

LeetCode+ 71 - 75

2022 test questions and mock examinations for main principals of hazardous chemicals business units

MySQL and redis consistency solution

微软宣布开源 (GODEL) 语言模型聊天机器人

Redisson uses the full solution - redisson official document + comments (Part 2)

C# Newtonsoft. Use of job in JSON

Browser local storage

ctfhub-端口扫描(SSRF)

AUTOSAR learning record (1) – ECUM_ Init

Microsoft announces open source (Godel) language model chat robot
随机推荐
Challenges faced by operation and maintenance? Intelligent operation and maintenance management system to help you
TodoList经典案例①
ctfshow-web354(SSRF)
Understanding of Turing test and Chinese Room
MySQL and redis consistency solution
微软宣布开源 (GODEL) 语言模型聊天机器人
如何制作专属的VS Code主题
[classification model] Q-type cluster analysis
Mysql与Redis一致性解决方案
[programming compulsory training 3] find the longest consecutive number string in the string + the number that appears more than half of the times in the array
论文学习——水文时间序列相似性查询的分析与研究
2022 tea master (intermediate) recurrent training question bank and answers
AUTOSAR learning record (1) – ECUM_ Init
【技能】创建.bat快速打开网页
C # read and write customized config file
C语言实现【三子棋游戏】(步骤分析和实现源码)
Discussion on several research hotspots of cvpr2022
C语言实现【扫雷游戏】完整版(实现源码)
电脑有网络,但所有浏览器网页都打不开,是怎么回事?
Vscode automatically formats code according to eslint specification