button-component #29

Merged
stne3960 merged 22 commits from button-component into main 2025-12-12 11:52:31 +01:00
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";
stne3960 marked this conversation as resolved
Review

Needs to be ran through Prettier.

Needs to be ran through Prettier.
/* 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;