17 lines
295 B
CSS
17 lines
295 B
CSS
@font-face {
|
|
font-family: "Heading Now";
|
|
src: url("/assets/font/HeadingNow-95Medium.otf");
|
|
}
|
|
|
|
.ytmnd-1 {
|
|
color: #fff;
|
|
text-shadow:
|
|
0px 10px 0 rgb(209, 1, 209),
|
|
0px 20px 0 black;
|
|
}
|
|
|
|
.ytmnd-2 {
|
|
color: #fff;
|
|
text-shadow:
|
|
0px 6px 0 rgb(209, 1, 209);
|
|
} |