1
1
/* *************************************
2
2
$CRITICAL CSS
3
3
/**************************************/
4
+ @import url (' https://opentype.netlify.app/et-book/index.css' );
5
+
4
6
* {
5
7
text-rendering : optimizeLegibility ;
6
8
-webkit-font-smoothing : antialiased ;
@@ -13,50 +15,12 @@ html {
13
15
-webkit-text-size-adjust : 100% ;
14
16
}
15
17
16
- /* *** $ET BOOK FONT ******************/
17
- @font-face {
18
- font-family : " et-book" ;
19
- src : url (" {{ site.baseurl }}/et-book/et-book-roman-line-figures/et-book-roman-line-figures.eot" );
20
- src : url (" {{ site.baseurl }}/et-book/et-book-roman-line-figures/et-book-roman-line-figures.eot?#iefix" ) format (" embedded-opentype" ), url (" {{ site.baseurl }}/et-book/et-book-roman-line-figures/et-book-roman-line-figures.woff" ) format (" woff" ), url (" {{ site.baseurl }}/et-book/et-book-roman-line-figures/et-book-roman-line-figures.ttf" ) format (" truetype" ), url (" {{ site.baseurl }}/et-book/et-book-roman-line-figures/et-book-roman-line-figures.svg#etbookromanosf" ) format (" svg" );
21
- font-weight : normal ;
22
- font-style : normal ;
23
- font-display : swap ;
24
- }
25
-
26
- @font-face {
27
- font-family : " et-book" ;
28
- src : url (" {{ site.baseurl }}/et-book/et-book-display-italic-old-style-figures/et-book-display-italic-old-style-figures.eot" );
29
- src : url (" {{ site.baseurl }}/et-book/et-book-display-italic-old-style-figures/et-book-display-italic-old-style-figures.eot?#iefix" ) format (" embedded-opentype" ), url (" {{ site.baseurl }}/et-book/et-book-display-italic-old-style-figures/et-book-display-italic-old-style-figures.woff" ) format (" woff" ), url (" {{ site.baseurl }}/et-book/et-book-display-italic-old-style-figures/et-book-display-italic-old-style-figures.ttf" ) format (" truetype" ), url (" {{ site.baseurl }}/et-book/et-book-display-italic-old-style-figures/et-book-display-italic-old-style-figures.svg#etbookromanosf" ) format (" svg" );
30
- font-weight : normal ;
31
- font-style : italic ;
32
- font-display : swap ;
33
- }
34
-
35
- @font-face {
36
- font-family : " et-book" ;
37
- src : url (" {{ site.baseurl }}/et-book/et-book-bold-line-figures/et-book-bold-line-figures.eot" );
38
- src : url (" {{ site.baseurl }}/et-book/et-book-bold-line-figures/et-book-bold-line-figures.eot?#iefix" ) format (" embedded-opentype" ), url (" {{ site.baseurl }}/et-book/et-book-bold-line-figures/et-book-bold-line-figures.woff" ) format (" woff" ), url (" {{ site.baseurl }}/et-book/et-book-bold-line-figures/et-book-bold-line-figures.ttf" ) format (" truetype" ), url (" {{ site.baseurl }}/et-book/et-book-bold-line-figures/et-book-bold-line-figures.svg#etbookromanosf" ) format (" svg" );
39
- font-weight : bold ;
40
- font-style : normal ;
41
- font-display : swap ;
42
- }
43
-
44
- @font-face {
45
- font-family : " et-book-roman-old-style" ;
46
- src : url (" {{ site.baseurl }}/et-book/et-book-roman-old-style-figures/et-book-roman-old-style-figures.eot" );
47
- src : url (" {{ site.baseurl }}/et-book/et-book-roman-old-style-figures/et-book-roman-old-style-figures.eot?#iefix" ) format (" embedded-opentype" ), url (" {{ site.baseurl }}/et-book/et-book-roman-old-style-figures/et-book-roman-old-style-figures.woff" ) format (" woff" ), url (" {{ site.baseurl }}/et-book/et-book-roman-old-style-figures/et-book-roman-old-style-figures.ttf" ) format (" truetype" ), url (" {{ site.baseurl }}/et-book/et-book-roman-old-style-figures/et-book-roman-old-style-figures.svg#etbookromanosf" ) format (" svg" );
48
- font-weight : bold ;
49
- font-style : normal ;
50
- font-display : swap ;
51
- }
52
-
53
-
54
18
body {
55
19
-webkit-font-smoothing : antialiased ;
56
20
background : #fffff8 ;
57
21
color : #111 ;
58
22
counter-reset : sidenote- counter;
59
- font : 1.4rem / 2rem et- book, Palatino, " Palatino Linotype" , " Palatino LT STD" , " Book Antiqua" , Georgia , serif ;
23
+ font : 1.4rem / 2rem " et-book" , Palatino, " Palatino Linotype" , " Palatino LT STD" , " Book Antiqua" , Georgia , serif ;
60
24
height : 100% ;
61
25
margin : 0 auto ;
62
26
max-width : 1440px ;
@@ -306,6 +270,8 @@ nav {
306
270
width : calc (100% - 20px );
307
271
}
308
272
273
+ h2 .title { margin-top : 2rem ; }
274
+
309
275
p ,table ,blockquote ,pre ,img ,hr ,.mini-note ,ul li ,ol li {
310
276
max-width : 100% ;
311
277
}
0 commit comments