adjust fonts, merge new theme/next
This commit is contained in:
parent
97e158fea4
commit
78e3d5c3df
@ -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;
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit 390533f610eab5a8a2d7a2613f6ebe8c071cb5bc
|
Subproject commit 23b83a23c62d82519f4dcf9a7860ed0f8fc31f06
|
Loading…
x
Reference in New Issue
Block a user