在TextField组件上使用自定义字体

时间:2018-03-21 09:47:50

标签: material-ui

使用Material-UI v1:

如何更改TextField的字体?我正在尝试使用Roboto Mono字体。

我目前拥有的是

import 'typeface-roboto-mono';
...
<TextField
  ...
  inputProps={{ fontFamily: 'Roboto Mono' }}
/>

但那不起作用。

感谢。

0 个答案:

没有答案