@@ -43,22 +43,22 @@ ul.list-articles-under-tag-category li time {
4343 font-family : var (--sansFontFamily );
4444}
4545h1 {
46- font-size : 2.4rem ;
46+ font-size : rfs ( 2.4rem ) ;
4747}
4848h2 {
49- font-size : 2.2rem ;
49+ font-size : rfs ( 2.2rem ) ;
5050}
5151h3 {
52- font-size : 2rem ;
52+ font-size : rfs ( 2rem ) ;
5353}
5454h4 {
55- font-size : 1.8rem ;
55+ font-size : rfs ( 1.8rem ) ;
5656}
5757h5 {
58- font-size : 1.6rem ;
58+ font-size : rfs ( 1.6rem ) ;
5959}
6060h6 {
61- font-size : 1.4rem ;
61+ font-size : rfs ( 1.4rem ) ;
6262}
6363h1 ,
6464h2 ,
6767 border-bottom : var (--headingBorderBottomWidth ) var (--headingBorderBottomStyle )
6868 lightgray;
6969 & code {
70- font-size : 80% ;
70+ font-size : rfs ( 80% ) ;
7171 }
7272 & small {
73- font-size : 70% ;
73+ font-size : rfs ( 70% ) ;
7474 }
7575}
7676h4 ,
7777h5 ,
7878h6 {
7979 line-height : 1.1em ;
8080 & code {
81- font-size : 80% ;
81+ font-size : rfs ( 80% ) ;
8282 }
8383 & small {
84- font-size : 80% ;
84+ font-size : rfs ( 80% ) ;
8585 }
8686}
8787h1 small ,
@@ -118,7 +118,7 @@ h1#recent-posts {
118118}
119119section # article-sidebar h4 ,
120120nav h4 {
121- font-size : var (--headingOthersH4FontSize );
121+ font-size : rfs ( var (--headingOthersH4FontSize ) );
122122 line-height : var (--headingOthersLineHeight );
123123}
124124/* code */
@@ -133,16 +133,16 @@ pre,
133133code ,
134134pre ,
135135.literal /* reST */ {
136- font-size : 0.9rem ;
136+ font-size : rfs ( 0.9rem ) ;
137137}
138138.brand .site-name {
139- font-size : 1.5rem ;
139+ font-size : rfs ( 1.5rem ) ;
140140 vertical-align : middle;
141141}
142142/* article */
143143.article-content ,
144144div .recent-posts p {
145- font-size : 1.125rem ;
145+ font-size : rfs ( 1.125rem ) ;
146146 font-family : var (--serifFontFamily );
147147 font-weight : 400 ;
148148 line-height : 1.6 ;
@@ -156,7 +156,7 @@ blockquote {
156156 }
157157}
158158a .category-title-inside-accordion {
159- font-size : 1.1rem ;
159+ font-size : rfs ( 1.1rem ) ;
160160}
161161.author-name {
162162 font-weight : bold;
@@ -170,7 +170,7 @@ div.blog-archives div,
170170div .recent-posts-article ,
171171ul .list-articles-under-tag-category li {
172172 font-family : var (--sansFontFamily );
173- font-size : 0.963rem ;
173+ font-size : rfs ( 0.963rem ) ;
174174}
175175.proj-desc ,
176176footer ,
@@ -179,12 +179,12 @@ div.recent-posts time,
179179ul .list-articles-under-tag-category li time ,
180180div .recent-posts-posted {
181181 font-family : var (--sansFontFamily );
182- font-size : 0.8rem ;
182+ font-size : rfs ( 0.8rem ) ;
183183}
184184span .superscript {
185- font-size : 0.67rem ;
185+ font-size : rfs ( 0.67rem ) ;
186186 vertical-align : super;
187187}
188188.navbar .nav > li > a {
189- font-size : 1rem ;
189+ font-size : rfs ( 1rem ) ;
190190}
0 commit comments