mirror of
https://github.com/System-End/highway.git
synced 2026-04-19 16:28:24 +00:00
12 lines
No EOL
240 B
CSS
12 lines
No EOL
240 B
CSS
@import "tailwindcss";
|
|
|
|
@font-face {
|
|
font-family: 'Dystopian';
|
|
src: url('/assets/dystopian.otf') format('opentype');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
.font-dystopian {
|
|
font-family: 'Dystopian', sans-serif;
|
|
} |