更改字体系列textview gtk3和CSS

时间:2018-10-31 11:39:37

标签: python css fonts gtk font-family

我正在使用gtk + 3.0在python中创建GUI界面。 一切都进行得很好,除非我想使用CSS更改TextView的字体系列:

#texting_style text {
            background: #12FE01;
            color: black;
            font-family: "Comic Sans MS", "Comic Sans", cursive;               
            border-style: solid;
            border-width: 1px 1px 1px 1px;
            border-color: #333; 
        }

问题出在哪里? 谢谢!

0 个答案:

没有答案