adjust fonts, merge new theme/next
This commit is contained in:
@ -1,3 +1,18 @@
|
|||||||
|
@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 {
|
.posts-expand {
|
||||||
.post-title {
|
.post-title {
|
||||||
font-size: 1.6em;
|
font-size: 1.6em;
|
||||||
|
Submodule themes/next updated: 390533f610...23b83a23c6
Reference in New Issue
Block a user