28 lines
720 B
Stylus
28 lines
720 B
Stylus
@font-face {
|
|
font-family: 'Cascadia Code';
|
|
src: url('../fonts/CascadiaCode-Light.woff2');
|
|
src: url('../fonts/CascadiaCode-Light.woff2') format('woff2'), url('../fonts/CascadiaCode-Light.ttf') format('truetype');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
@font-face {
|
|
font-family: 'Cascadia Code';
|
|
src: url('../fonts/CascadiaCode-LightItalic.woff2');
|
|
src: url('../fonts/CascadiaCode-LightItalic.woff2') format('woff2'), url('../fonts/CascadiaCode-LightItalic.ttf') format('truetype');
|
|
font-weight: normal;
|
|
font-style: italic;
|
|
}
|
|
|
|
.posts-expand {
|
|
.post-title {
|
|
font-size: 1.6em;
|
|
|
|
+mobile() {
|
|
font-size: 1.4em;
|
|
}
|
|
}
|
|
}
|
|
|
|
code, kbd, samp {
|
|
font-size: 0.9em;
|
|
} |