refactor: move ui code to subfolder

This commit is contained in:
Derrick Hammer 2023-07-17 08:06:08 -04:00
parent 71ef5fe390
commit 5b844b5c6d
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
6 changed files with 5 additions and 7 deletions

View File

@ -1,2 +0,0 @@
User-Agent: *
Allow: /

View File

@ -6,7 +6,7 @@
font-style: normal;
font-weight: 300;
font-display: swap;
src: url("/fonts/JetBrainsMono-Light.woff2") format('woff2');
src: url("../fonts/JetBrainsMono-Light.woff2") format('woff2');
}
@font-face {
@ -14,7 +14,7 @@
font-style: normal;
font-weight: 400;
font-display: swap;
src: url("/fonts/JetBrainsMono-Regular.woff2") format('woff2');
src: url("../fonts/JetBrainsMono-Regular.woff2") format('woff2');
}
@font-face {
@ -22,7 +22,7 @@
font-style: normal;
font-weight: 700;
font-display: swap;
src: url("/fonts/JetBrainsMono-Bold.woff2") format('woff2');
src: url("../fonts/JetBrainsMono-Bold.woff2") format('woff2');
}
@font-face {
@ -30,7 +30,7 @@
font-style: normal;
font-weight: 400;
font-display: swap;
src: url("/fonts/JetBrainsMono-Regular.woff2") format('woff2');
src: url("../fonts/JetBrainsMono-Regular.woff2") format('woff2');
}
@font-face {
@ -38,7 +38,7 @@
font-style: normal;
font-weight: 400;
font-display: swap;
src: url("/fonts/Jaldi-Regular.woff2") format('woff2');
src: url("../fonts/Jaldi-Regular.woff2") format('woff2');
}
@tailwind base;