detail page port
This commit is contained in:
@@ -11,35 +11,42 @@
|
||||
900 - Black (Heavy)
|
||||
*/
|
||||
|
||||
/* Leibniz Fraktur */
|
||||
/* ARIAL NARROW */
|
||||
@font-face {
|
||||
font-family: 'Leibniz Fraktur';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src:
|
||||
url('/fonts/neuefraktur.woff2') format('woff2'),
|
||||
url('/fonts/neuefraktur.woff') format('woff');
|
||||
}
|
||||
|
||||
/* Geist Mono */
|
||||
@font-face {
|
||||
font-family: 'Geist Mono';
|
||||
font-family: 'Arial Narrow';
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
src:
|
||||
url('/fonts/geist-mono-bold.woff2') format('woff2'),
|
||||
url('/fonts/geist-mono-bold.woff') format('woff');
|
||||
src: url('/fonts/arial-narrow-bold.woff2') format('woff2'),
|
||||
url('/fonts/arial-narrow-bold.woff') format('woff');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Geist Mono';
|
||||
font-family: 'Arial Narrow';
|
||||
font-style: italic;
|
||||
font-weight: 700;
|
||||
src: url('/fonts/arial-narrow-bold-italic.woff2') format('woff2'),
|
||||
url('/fonts/arial-narrow-bold-italic.woff') format('woff');
|
||||
}
|
||||
|
||||
/* DRUK WIDE */
|
||||
@font-face {
|
||||
font-family: 'Druk Wide';
|
||||
font-style: normal;
|
||||
font-weight: 900;
|
||||
src: url('/fonts/druk-wide-cy-tt-super.woff2') format('woff2'),
|
||||
url('/fonts/druk-wide-cy-tt-super.woff') format('woff');
|
||||
}
|
||||
|
||||
/* GT SUPER */
|
||||
@font-face {
|
||||
font-family: 'GT Super';
|
||||
font-style: italic;
|
||||
font-weight: 400;
|
||||
src:
|
||||
url('/fonts/geist-mono.woff2') format('woff2'),
|
||||
url('/fonts/geist-mono.woff') format('woff');
|
||||
src: url('/fonts/gt-super-display-regular-italic.woff2') format('woff2'),
|
||||
url('/fonts/gt-super-display-regular-italic.woff') format('woff');
|
||||
}
|
||||
|
||||
:root {
|
||||
--font-display: 'Leibniz Fraktur', serif;
|
||||
--font-mono: 'Geist Mono', monospace;
|
||||
--font-arial: 'Arial Narrow', sans-serif;
|
||||
--font-druk: 'Druk Wide', sans-serif;
|
||||
--font-gt: 'GT Super', serif;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user