15 lines
300 B
CSS
15 lines
300 B
CSS
@import "tailwindcss";
|
|
|
|
SPAN.rclmatch {
|
|
font-weight: bold;
|
|
color: var(--color-red-900);
|
|
}
|
|
@font-face {
|
|
font-family: beyondTheMountains; /* set name */
|
|
src: url(/static/fonts/beyond_the_mountains.ttf); /* url of the font */
|
|
}
|
|
|
|
.font-beyond-the-mountains {
|
|
font-family: beyondTheMountains;
|
|
}
|