【发布时间】:2019-03-03 15:21:57
【问题描述】:
请转至here 见Black 字体样式。我如何在我的页面上获得这种风格。这是我到目前为止尝试过的方法,但它不起作用。
.title{
font-family:'montserrat' sans-serif;
font-weight:900;
font-weight:Black;
}
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">
<div class='title'>LOREM</div>
【问题讨论】: