File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22 TYPOGRAPHY
33 ============================================ */
44
5+ /* H1 is site title only */
56h1 {
67 font-size : 4em ;
78 margin-bottom : 0.2em ;
89 line-height : 1.1 ;
910 font-weight : 400 ;
11+ font-family : var (--font-handwriting ), sans-serif;
1012}
1113
1214/* H1 is used for the site title; underline is not wanted there */
Original file line number Diff line number Diff line change 4545 {
4646 "name" : " Personal Blog" ,
4747 "url" : " /blog" ,
48- "description" : " Longer musings on topics of personal interests ."
48+ "description" : " Longer musings on topics of personal interest ."
4949 },
5050 {
5151 "name" : " Research Blog" ,
Original file line number Diff line number Diff line change 1+ <!-- Microblog uses a distinct content template as the main body of text is included in the grid scroll page,
2+ rather than hiding full body like in long-form blogs -->
13<!--thumbnail image, if any-->
24{% if post.data.image %}
35 < img src ="{{ post.data.image }} " alt ="{{ post.data.alt }} ">
Original file line number Diff line number Diff line change @@ -101,11 +101,13 @@ body[data-theme="dark"] .external-link-icon {
101101 TYPOGRAPHY
102102 ============================================ */
103103
104+ /* H1 is site title only */
104105h1 {
105106 font-size : 4em ;
106107 margin-bottom : 0.2em ;
107108 line-height : 1.1 ;
108109 font-weight : 400 ;
110+ font-family : var (--font-handwriting ), sans-serif;
109111}
110112
111113/* H1 is used for the site title; underline is not wanted there */
You can’t perform that action at this time.
0 commit comments