donglang6656 2019-04-25 06:48
浏览 37

我的字体TAM - tamil161为什么没有在chrome中工作

I wrote the code font-face for two fonts(Bamini, TAM-tamil161)...they are working in UC Browser, Opera but in Chrome only Bamini is working. the next font TAM-tamil161 didn't work..can i know what is the mistake i made here...

I wrote code like:

@font-face{ font-family:"Bamini";
src: url('../fonts/Bamini.eot');
src: url('../fonts/Bamini.eot?#iefix') format('embedded-opentype'),
     url('../fonts/Bamini.woff') format('woff'),
     url('../fonts/Bamini.woff2') format('woff2'),
     url('../fonts/Bamini.ttf') format('truetype'),
     url('../fonts/Bamini.svg#Bamini') format('svg');font-weight:400;font-style:normal}

@font-face{ font-family:"TAM-Tamil161";
src: url('../fonts/TAM-Tamil161.eot');
src: url('../fonts/TAM-Tamil161.eot?#iefix') format('embedded-opentype'),
     url('../fonts/TAM-Tamil161.woff') format('woff'),
     url('../fonts/TAM-Tamil161.woff2') format('woff2'),
     url('../fonts/TAM-Tamil161.ttf') format('truetype'),
     url('../fonts/TAM-Tamil161.svg#TAM-Tamil161') format('svg');font-weight:400;font-style:normal}

Bamini is working well but TAM-tamil161 not working

can any one know the reason???

  • 写回答

0条回答 默认 最新

    报告相同问题?

    悬赏问题

    • ¥15 matlab(相关搜索:紧聚焦)
    • ¥15 基于51单片机的厨房煤气泄露检测报警系统设计
    • ¥15 路易威登官网 里边的参数逆向
    • ¥15 Arduino无法同时连接多个hx711模块,如何解决?
    • ¥50 需求一个up主付费课程
    • ¥20 模型在y分布之外的数据上预测能力不好如何解决
    • ¥15 processing提取音乐节奏
    • ¥15 gg加速器加速游戏时,提示不是x86架构
    • ¥15 python按要求编写程序
    • ¥15 Python输入字符串转化为列表排序具体见图,严格按照输入