Начальный коммит
This commit is contained in:
commit
203b2d8403
42 changed files with 5183 additions and 0 deletions
29
src/app.css
Normal file
29
src/app.css
Normal file
|
@ -0,0 +1,29 @@
|
|||
@import "tailwindcss";
|
||||
@plugin "@tailwindcss/typography";
|
||||
@config "../tailwind.config.ts";
|
||||
|
||||
@font-face {
|
||||
font-family: 'Lineyka';
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
src: url('/fonts/lineyka.otf');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Disket Mono';
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
src: url('/fonts/Disket-Mono-Regular.ttf');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Disket Mono';
|
||||
font-style: normal;
|
||||
font-weight: bold;
|
||||
src: url('/fonts/Disket-Mono-Bold.ttf');
|
||||
}
|
||||
|
||||
.no-x-scroll {
|
||||
max-width: 100%;
|
||||
overflow-x: hidden;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue