修正起点中文分卷阅读下在Firefox里的字体变粗

用FireFox访起点中文,在分卷阅读下有一个BUG,所以有内容都是粗体字,看起来比较碍眼,找了一些资料,并根据起点中文现在的版面,用FireBug跟踪,写出修正粗体字BUG的CSS。

  1. 找到FireFox配置文件(在XP下WIN+R,输入”%AppData%\MOzilla\Firefox\Profiles”,回车也现文件夹********.default,进入”********.default\chrome”)userContent.css,若不存在则新建一个。
  2. 在里面写入
    1
    2
    3
    4
    
    @-moz-document domain("qidian.com") {
    #content b a[name], #content p b, #content  b {
    font-weight: normal !important;}
    }
  3. 重启firefox,一切变正常。

Tags: ,

2 Responses to “修正起点中文分卷阅读下在Firefox里的字体变粗”

  1. 开心凡人 says:

    周日到处看一看,下周又要忙了呵呵

  2. Xiao_Xiong says:

    小三出新书了。

Leave a Reply