Behemoth-s
Behemoth-s
中文斜体的显示效果几乎为0,所以中文字体的斜体修改为宋体或者楷体会更适合一点。 由于并不是很懂css,我尝试修改了一下 添加了一个中文斜体的font-family ```css @font-face { font-family: 'ChineseItalic'; font-style: italic; font-weight: 300; font-display: swap; src: url('next/JetBrainsMono-Regular.ttf') format('truetype'); unicode-range: U+4E00-9FFF; } ``` 修改了字体 ```css html, body, #write { color: var(--text-color); font-size:...
I have tried `%plot --format=svg` , but it seems not work.
I tried to fetch Cbc@master. ``` ./coinbrew fetch Cbc@master ``` It seems failed because that the scripts also fetch all ThirdParty to master branch, while [ThirdParty/Mumps](https://github.com/coin-or-tools/ThirdParty-Mumps) didn't has a master...