douya7282 2019-07-17 05:20
浏览 98

在韩国使用Magnum Gothic字体代替Nanum Gothic

So I have a question and wanted to see if anyone has ever come across something like this..

So basically, I'm running wordpress sites from other nations and have fonts that get applied to specific wordpress sites depending on language. I have the 'Nanum Gothic' font applied on the Korean site.

Description:
From my view (United States based) - I'm seeing the 'Nanum Gothic' font which is correct! It's supposed to show that but their seeing another font.
enter image description here

Problem:
My users in Korea are seeing the 'Magnum Gothic' font, which has no reference in my wordpress files at all - How could this be possible? Could there be restrictions in Korea that overwrites my Nanum Gothic font?

I have absolutely no reference of Magnum Gothic anywhere in my code or template.

Reference: _variables.scss

Korean font family based on local team request
$korean: $whitney, 'Nanum Gothic', sans-serif;

References: theme-rtl.css / project-rtl.css / project.css / theme.css

/**
 * Font family for Korean site
 */
html[lang="ko-KR"] body {
  font-family: "Whitney A", "Whitney B", "Nanum Gothic", sans-serif; }
  html[lang="ko-KR"] body h1, html[lang="ko-KR"] body h2, html[lang="ko-KR"] body h3, html[lang="ko-KR"] body h4, html[lang="ko-KR"] body h5, html[lang="ko-KR"] body h6 {
    font-family: "Whitney A", "Whitney B", "Nanum Gothic", sans-serif; }

Has anyone dealt with something like this? Is there a VPN that I'm able to use that I can view a webpage from a Korean side?

Thanks so much for all the help!

  • 写回答

0条回答 默认 最新

      编辑
      预览

      报告相同问题?

      悬赏问题

      • ¥15 为什么树莓派5b显示禁止连接
      • ¥15 请专家处理报错!基于深度学习的车型分类问题:数据集为包含 10 种车型的图像数据集,分为训练集、验证集和测试集。
      • ¥20 流量太费!寻找便宜的app音视频SDK或平替方案。
      • ¥15 kubeasz部署遇到问题
      • ¥15 GUIDE to App Designer Migration Tool for MATLAB
      • ¥50 第三代非支配排序遗传算法(NSGA-Ⅲ)和多目标粒子群优化算法(MOPSO)的实现
      • ¥20 plant simulation与python com接口实时数据交互
      • ¥15 有关汽车的MC9S12XS128单片机实验
      • ¥15 求c语言动态链表相关课程有偿,或能将这块知识点讲明白
      • ¥15 FLKT界面刷新异常
      手机看
      程序员都在用的中文IT技术交流社区

      程序员都在用的中文IT技术交流社区

      专业的中文 IT 技术社区,与千万技术人共成长

      专业的中文 IT 技术社区,与千万技术人共成长

      关注【CSDN】视频号,行业资讯、技术分享精彩不断,直播好礼送不停!

      关注【CSDN】视频号,行业资讯、技术分享精彩不断,直播好礼送不停!

      客服 返回
      顶部