效果
引入字体
@font-face {
font-family: 'DigitalDismay';
src: url('../fonts/Digital-Dismay-1.otf');
}
使用
span {
font-size: 40px;
font-family: DigitalDismay;
font-weight: 400;
color: rgba(205, 56, 69, 1);
}
@font-face {
font-family: 'DigitalDismay';
src: url('../fonts/Digital-Dismay-1.otf');
}
span {
font-size: 40px;
font-family: DigitalDismay;
font-weight: 400;
color: rgba(205, 56, 69, 1);
}