adjust fonts, merge new theme/next

This commit is contained in:
Tsanie Lily 2021-08-23 09:47:37 +08:00
parent 97e158fea4
commit 78e3d5c3df
2 changed files with 16 additions and 1 deletions

View File

@ -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 {
.post-title {
font-size: 1.6em;

@ -1 +1 @@
Subproject commit 390533f610eab5a8a2d7a2613f6ebe8c071cb5bc
Subproject commit 23b83a23c62d82519f4dcf9a7860ed0f8fc31f06