File tree 7 files changed +96
-23
lines changed
7 files changed +96
-23
lines changed Original file line number Diff line number Diff line change 9
9
.vs /
10
10
* .pyc
11
11
URL Test /bin
12
- URL Test /obj
12
+ URL Test /obj
13
+ .DS_Store
Original file line number Diff line number Diff line change 1
- @import url ("https://fonts.googleapis.com/css2?family=Inter:wght@400;500&display=swap" );
2
- @import url ("https://fonts.googleapis.com/css2?family=Inter:wght@300;500&family=JetBrains+Mono&display=swap" );
1
+ @font-face {
2
+ font-family : Inter;
3
+ src : url (Inter.ttf);
4
+ }
5
+ @font-face {
6
+ font-family : Jetbrains;
7
+ src : url (Jetbrains.ttf);
8
+ }
3
9
html {
4
- font-family : " Inter" ;
10
+ font-family : Inter;
5
11
}
6
12
7
13
.article-body {
42
48
table {
43
49
page-break-inside : avoid;
44
50
width : 100% ;
51
+ table-layout : fixed;
45
52
}
46
53
47
54
table ,
89
96
padding : 2rem ;
90
97
overflow-x : auto;
91
98
white-space : pre-wrap;
92
- font-family : " JetBrains Mono" ;
99
+ font-family : JetBrains;
93
100
font-size : 13px ;
94
101
}
95
102
pre .csharp {
@@ -119,6 +126,17 @@ pre.csharp::before {
119
126
120
127
code {
121
128
color : # dc4343 ;
122
- font-family : " JetBrains Mono" ;
129
+ font-family : JetBrains;
123
130
font-size : 15px ;
131
+ }
132
+
133
+ .page-breadcrumb {
134
+ font-size : 14px ;
135
+ color : # 798492 ;
136
+ }
137
+
138
+ .page-heading {
139
+ font-size : 32px ;
140
+ border-bottom : 1px solid # e4e6ea ;
141
+ padding-bottom : 1rem ;
124
142
}/*# sourceMappingURL=pdf-styles-csharp.css.map */
Original file line number Diff line number Diff line change 1
- @import url (' https://fonts.googleapis.com/css2?family=Inter:wght@400;500&display=swap' );
1
+ @font-face {
2
+ font-family : Inter;
3
+ src : url (Inter.ttf );
4
+ }
5
+
6
+ @font-face {
7
+ font-family : Jetbrains;
8
+ src : url (Jetbrains.ttf );
9
+ }
2
10
3
- @import url (' https://fonts.googleapis.com/css2?family=Inter:wght@300;500&family=JetBrains+Mono&display=swap' );
4
11
5
12
html {
6
- font-family : ' Inter' ;
13
+ font-family : Inter;
7
14
}
8
15
9
16
.article-body {
44
51
table {
45
52
page-break-inside : avoid ;
46
53
width : 100% ;
54
+ table-layout : fixed ;
47
55
48
56
}
49
57
93
101
padding : 2rem ;
94
102
overflow-x : auto ;
95
103
white-space : pre-wrap ;
96
- font-family : ' JetBrains Mono ' ;
104
+ font-family : JetBrains;
97
105
font-size : 13px ;
98
106
99
107
& .csharp {
@@ -125,6 +133,17 @@ pre {
125
133
126
134
code {
127
135
color : #dc4343 ;
128
- font-family : ' JetBrains Mono ' ;
136
+ font-family : JetBrains;
129
137
font-size : 15px ;
130
138
}
139
+
140
+ .page-breadcrumb {
141
+ font-size : 14px ;
142
+ color : #798492 ;
143
+ }
144
+
145
+ .page-heading {
146
+ font-size : 32px ;
147
+ border-bottom : 1px solid #e4e6ea ;
148
+ padding-bottom : 1rem ;
149
+ }
Original file line number Diff line number Diff line change 1
- @import url ("https://fonts.googleapis.com/css2?family=Inter:wght@400;500&display=swap" );
2
- @import url ("https://fonts.googleapis.com/css2?family=Inter:wght@300;500&family=JetBrains+Mono&display=swap" );
1
+ @font-face {
2
+ font-family : Inter;
3
+ src : url (Inter.ttf);
4
+ }
5
+ @font-face {
6
+ font-family : Jetbrains;
7
+ src : url (Jetbrains.ttf);
8
+ }
3
9
html {
4
- font-family : " Inter" ;
10
+ font-family : Inter;
5
11
}
6
12
7
13
.article-body {
42
48
table {
43
49
page-break-inside : avoid;
44
50
width : 100% ;
51
+ table-layout : fixed;
45
52
}
46
53
47
54
table ,
89
96
padding : 2rem ;
90
97
overflow-x : auto;
91
98
white-space : pre-wrap;
92
- font-family : "JetBrains Mono" ;
99
+ font-family : Jetbrains ;
93
100
font-size : 13px ;
94
101
}
95
102
pre .python {
@@ -119,6 +126,17 @@ pre.python::before {
119
126
120
127
code {
121
128
color : # dc4343 ;
122
- font-family : "JetBrains Mono" ;
129
+ font-family : Jetbrains ;
123
130
font-size : 15px ;
124
- }/*# sourceMappingURL=pdf-styles.css.map */
131
+ }
132
+
133
+ .page-breadcrumb {
134
+ font-size : 14px ;
135
+ color : # 798492 ;
136
+ }
137
+
138
+ .page-heading {
139
+ font-size : 32px ;
140
+ border-bottom : 1px solid # e4e6ea ;
141
+ padding-bottom : 1rem ;
142
+ }/*# sourceMappingURL=pdf-styles-py.css.map */
Original file line number Diff line number Diff line change 1
- @import url (' https://fonts.googleapis.com/css2?family=Inter:wght@400;500&display=swap' );
1
+ @font-face {
2
+ font-family : Inter;
3
+ src : url (Inter.ttf );
4
+ }
2
5
3
- @import url (' https://fonts.googleapis.com/css2?family=Inter:wght@300;500&family=JetBrains+Mono&display=swap' );
6
+ @font-face {
7
+ font-family : Jetbrains;
8
+ src : url (Jetbrains.ttf );
9
+ }
4
10
5
11
html {
6
- font-family : ' Inter' ;
12
+ font-family : Inter;
7
13
}
8
14
9
15
.article-body {
44
50
table {
45
51
page-break-inside : avoid ;
46
52
width : 100% ;
47
-
53
+ table-layout : fixed ;
48
54
}
49
55
50
56
table ,
93
99
padding : 2rem ;
94
100
overflow-x : auto ;
95
101
white-space : pre-wrap ;
96
- font-family : ' JetBrains Mono ' ;
102
+ font-family : Jetbrains ;
97
103
font-size : 13px ;
98
104
99
105
& .python {
@@ -125,6 +131,17 @@ pre {
125
131
126
132
code {
127
133
color : #dc4343 ;
128
- font-family : ' JetBrains Mono ' ;
134
+ font-family : Jetbrains ;
129
135
font-size : 15px ;
130
136
}
137
+
138
+ .page-breadcrumb {
139
+ font-size : 14px ;
140
+ color : #798492 ;
141
+ }
142
+
143
+ .page-heading {
144
+ font-size : 32px ;
145
+ border-bottom : 1px solid #e4e6ea ;
146
+ padding-bottom : 1rem ;
147
+ }
You can’t perform that action at this time.
0 commit comments