added demo site

This commit is contained in:
2025-04-03 17:45:27 -04:00
parent 3a0ad9d804
commit 50af7ae33a
15 changed files with 1732 additions and 1 deletions

94
demo/css/fonts.css Normal file
View File

@@ -0,0 +1,94 @@
@font-face {
font-family: 'Kommon Grotesk';
font-weight: 100;
src: url('../fonts/kommon_grotesk_thin.woff') format('woff'),
url('../fonts/kommon_grotesk_thin.woff2') format('woff2');
}
@font-face {
font-family: 'Kommon Grotesk';
font-weight: 100;
font-style: italic;
src: url('../fonts/kommon_grotesk_thin_italic.woff') format('woff'),
url('../fonts/kommon_grotesk_thin_italic.woff2') format('woff2');
}
@font-face {
font-family: 'Kommon Grotesk';
font-weight: 200;
src: url('../fonts/kommon_grotesk_extra_light.woff') format('woff'),
url('../fonts/kommon_grotesk_extra_light.woff2') format('woff2');
}
@font-face {
font-family: 'Kommon Grotesk';
font-weight: 200;
font-style: italic;
src: url('../fonts/kommon_grotesk_extra_light_italic.woff') format('woff'),
url('../fonts/kommon_grotesk_extra_light_italic.woff2') format('woff2');
}
@font-face {
font-family: 'Kommon Grotesk';
font-weight: 300;
src: url('../fonts/kommon_grotesk_light.woff') format('woff'),
url('../fonts/kommon_grotesk_light.woff2') format('woff2');
}
@font-face {
font-family: 'Kommon Grotesk';
font-weight: 300;
font-style: italic;
src: url('../fonts/kommon_grotesk_light_italic.woff') format('woff'),
url('../fonts/kommon_grotesk_light_italic.woff2') format('woff2');
}
@font-face {
font-family: 'Kommon Grotesk';
font-weight: 400;
src: url('../fonts/kommon_grotesk_normal.woff') format('woff'),
url('../fonts/kommon_grotesk_normal.woff2') format('woff2');
}
@font-face {
font-family: 'Kommon Grotesk';
font-weight: 400;
font-style: italic;
src: url('../fonts/kommon_grotesk_italic.woff') format('woff'),
url('../fonts/kommon_grotesk_italic.woff2') format('woff2');
}
@font-face {
font-family: 'Kommon Grotesk';
font-weight: 500;
src: url('../fonts/kommon_grotesk_medium.woff') format('woff'),
url('../fonts/kommon_grotesk_medium.woff2') format('woff2');
}
@font-face {
font-family: 'Kommon Grotesk';
font-weight: 600;
src: url('../fonts/kommon_grotesk_semi_bold.woff') format('woff'),
url('../fonts/kommon_grotesk_semi_bold.woff2') format('woff2');
}
@font-face {
font-family: 'Kommon Grotesk';
font-weight: 700;
src: url('../fonts/kommon_grotesk_bold.woff') format('woff'),
url('../fonts/kommon_grotesk_bold.woff2') format('woff2');
}
@font-face {
font-family: 'Kommon Grotesk';
font-weight: 800;
src: url('../fonts/kommon_grotesk_extra_bold.woff') format('woff'),
url('../fonts/kommon_grotesk_extra_bold.woff2') format('woff2');
}
@font-face {
font-family: 'Kommon Grotesk';
font-weight: 900;
src: url('../fonts/kommon_grotesk_black.woff') format('woff'),
url('../fonts/kommon_grotesk_black.woff2') format('woff2');
}