List components #31

Open
stne3960 wants to merge 57 commits from list_item into main
17 changed files with 61 additions and 0 deletions
Showing only changes of commit 5f9e62569d - Show all commits

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1,5 +1,66 @@
@import "tailwindcss";
/* TheSans Font Family */
@font-face {
font-family: 'TheSans';
src: url('./assets/TheSansB-W5Plain.woff2') format('woff2');
font-style: normal;
}
@font-face {
font-family: 'TheSans';
src: url('./assets/TheSansB-W5PlainItalic.woff2') format('woff2');
font-style: italic;
}
@font-face {
font-family: 'TheSans Light';
src: url('./assets/TheSansB-W3Light.woff2') format('woff2');
font-style: normal;
}
@font-face {
font-family: 'TheSans Light';
src: url('./assets/TheSansB-W3LightItalic.woff2') format('woff2');
font-style: italic;
}
@font-face {
font-family: 'TheSans SemiLight';
src: url('./assets/TheSansB-W4SemiLight.woff2') format('woff2');
font-style: normal;
}
@font-face {
font-family: 'TheSans SemiLight';
src: url('./assets/TheSansB-W4SemiLightItalic.woff2') format('woff2');
font-style: italic;
}
@font-face {
font-family: 'TheSans Plain';
src: url('./assets/TheSansB-W5Plain.woff2') format('woff2');
font-style: normal;
}
@font-face {
font-family: 'TheSans Plain';
src: url('./assets/TheSansB-W5PlainItalic.woff2') format('woff2');
font-style: italic;
}
@font-face {
font-family: 'TheSans SemiBold';
src: url('./assets/TheSansB-W6SemiBold.woff2') format('woff2');
font-style: normal;
}
@font-face {
font-family: 'TheSans SemiBold';
src: url('./assets/TheSansB-W6SemiBoldItalic.woff2') format('woff2');
font-style: italic;
}
@theme {
/* Colors */
--color-primary: #05305D;