CSS-字体
Create by fall on 17 Nov 2024 Recently revised in 17 Nov 2024
字体样式
类抖音字体特效
字体资源文件:https://fonts.googleapis.com/css?family=Rancho
.specal-font{
color: red;
max-width: 20ch;
font-family: Rancho, sans-serif;
font-weight: 400;
line-height: 1;
// text-shadow: .015em .015em hsl(var(--color-red-hue), var(--color-saturation-high), 30%), var(--h1-highlight-offset) var(--h1-highlight-offset) var(--color-light);
text-shadow: -0.06em 0 red, 0.06em 0 cyan;
font-size: max(3.5rem,min(12vw,8rem));
}