@shower/material
Version:
Material theme for Shower HTML presentation engine
36 lines (30 loc) • 694 B
CSS
/* Roboto */
@font-face {
font-weight: 100 900;
font-family: 'Roboto';
font-style: normal;
font-display: swap;
src: url('../fonts/roboto.woff2') format('woff2');
}
@font-face {
font-weight: 100 900;
font-family: 'Roboto';
font-style: italic;
font-display: swap;
src: url('../fonts/roboto-italic.woff2') format('woff2');
}
/* Roboto Mono */
@font-face {
font-weight: 100 700;
font-family: 'Roboto Mono';
font-style: normal;
font-display: swap;
src: url('../fonts/roboto-mono.woff2') format('woff2');
}
@font-face {
font-weight: 100 700;
font-family: 'Roboto Mono';
font-style: italic;
font-display: swap;
src: url('../fonts/roboto-mono-italic.woff2') format('woff2');
}