@font-face {
font-family: 'futura-pt';
src: url('../fonts/FuturaPT-Light.eot');
src: url('../fonts/FuturaPT-Light.woff2') format('woff2'),
url('../fonts/FuturaPT-Light.eot?#iefix') format('embedded-opentype'),
url('../fonts/FuturaPT-Light.woff') format('woff'),
url('../fonts/FuturaPT-Light.ttf') format('truetype'),
url('../fonts/FuturaPT-Light.svg#futura-pt') format('svg');
font-weight: normal;
font-style: normal;
}
<?= $form->field($brief_desctiption_model, 'article_brief_description_text', ['template' => "{label}\n{hint}\n{input}\n{error}"])->hint('Данное описание будет видно в списке статей, под главным изображением')->textarea(['row' => 3, 'maxlength' => 290]); ?>