added demo site
This commit is contained in:
94
demo/css/fonts.css
Normal file
94
demo/css/fonts.css
Normal 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');
|
||||
}
|
||||
Reference in New Issue
Block a user