refactor: move ui code to subfolder
This commit is contained in:
parent
71ef5fe390
commit
5b844b5c6d
|
@ -1,2 +0,0 @@
|
||||||
User-Agent: *
|
|
||||||
Allow: /
|
|
|
@ -6,7 +6,7 @@
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
font-display: swap;
|
font-display: swap;
|
||||||
src: url("/fonts/JetBrainsMono-Light.woff2") format('woff2');
|
src: url("../fonts/JetBrainsMono-Light.woff2") format('woff2');
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
|
@ -14,7 +14,7 @@
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-display: swap;
|
font-display: swap;
|
||||||
src: url("/fonts/JetBrainsMono-Regular.woff2") format('woff2');
|
src: url("../fonts/JetBrainsMono-Regular.woff2") format('woff2');
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
|
@ -22,7 +22,7 @@
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
font-display: swap;
|
font-display: swap;
|
||||||
src: url("/fonts/JetBrainsMono-Bold.woff2") format('woff2');
|
src: url("../fonts/JetBrainsMono-Bold.woff2") format('woff2');
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
|
@ -30,7 +30,7 @@
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-display: swap;
|
font-display: swap;
|
||||||
src: url("/fonts/JetBrainsMono-Regular.woff2") format('woff2');
|
src: url("../fonts/JetBrainsMono-Regular.woff2") format('woff2');
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
|
@ -38,7 +38,7 @@
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-display: swap;
|
font-display: swap;
|
||||||
src: url("/fonts/Jaldi-Regular.woff2") format('woff2');
|
src: url("../fonts/Jaldi-Regular.woff2") format('woff2');
|
||||||
}
|
}
|
||||||
|
|
||||||
@tailwind base;
|
@tailwind base;
|
||||||
|
|
Reference in New Issue