【发布时间】:2013-11-21 15:22:06
【问题描述】:
我试图通过创建配置文件和编辑 costum.css 来更改一些设置,尤其是 ipython 1.1 笔记本中的字体,但它在 Windows 7 中不起作用。
我的 custom.css 文件在 Users/"user_name"/.ipyton/profile_default/static/css 目录中
我已将这些行添加到文件中
<style>
div.cell.code_cell { /* Areat containing both code and output */
font-family: Consolas, monospace;
}
</style>
我做错了什么
【问题讨论】:
标签: css fonts ipython-notebook