Files
form-validation/demo/css/fonts.css
2025-04-03 17:45:27 -04:00

95 lines
2.9 KiB
CSS

@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');
}