-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathanari-custom.scss
129 lines (107 loc) · 2.8 KB
/
anari-custom.scss
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
/*-- scss:defaults --*/
$h1-font-size: 155% !default;
$h2-font-size: 135% !default;
$h3-font-size: 115% !default;
$h4-font-size: 100% !default;
$h5-font-size: 100% !default;
$g6-font-size: 100% !default;
$figure-caption-font-size: 80% !important;
$headings-font-weight: 600 !default;
// $body-color: black !default;
@import url("https://cdn.jsdelivr.net/gh/sunn-us/SUIT/fonts/static/woff2/SUIT.css");
@import url("https://cdn.jsdelivr.net/gh/sunn-us/SUITE/fonts/static/woff2/SUITE.css");
@import url("https://cdn.jsdelivr.net/gh/wan2land/d2coding/d2coding-ligature-subset.css");
// @import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic&display=swap');
// @import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css");
// @import url("https://cdn.jsdelivr.net/gh/moonspam/[email protected]/nanumsquare.css");
//@import url('http://fonts.cdnfonts.com/css/xits'); // Not working
/*-- scss:rules --*/
h1, h2, h3, h4, h5, h6 {
font-family: 'SUITE', sans-serif !important;
font-weight: 650;
//text-shadow: -1px -1px 0 rgba(0, 0, 0, .3);
}
ul, li, ol{
font-family: 'SUIT', sans-serif !important;
font-size: 95%;
font-weight: 400;
}
p, fig-caption {
font-family: 'SUIT', sans-serif !important;
font-size: 90%;
font-weight: 400;
}
table {
font-family: 'SUIT', sans-serif !important;
font-size: 90%;
font-weight: 400;
}
//.category{
// font-family: 'SUIT', sans-serif !important;
// font-size: 90%;
// font-weight: 350;
// text-shadow: -1px -1px 0 rgba(0, 0, 0, .3);
//}
.sourceCode {
font-family: 'D2Coding', monospace !important;
font-size: 95%;
}
code {
font-family: 'D2Coding', monospace !important;
font-size: 85%;
}
.math.display {
//font-family: 'STIX Two Math' !important; // Not working
font-size: 90%;
}
.math.inline {
font-size: 85% !important;
}
//.math.display .MathJax {
// font-size: 100% !important;
//color: #b22222;
//}
.figure{
display: inline-block;
margin: 0 auto;
border:0px silver solid;
padding: 5px;
text-align: left;
background:#FFFFFF;
}
.figurec{
display: inline-block;
margin: 0 auto;
border:0px silver solid;
padding: 5px;
text-align: right;
background:#FFFFFF;
}
// Obsolete but backward compatibility
.my-figure7 {
display: inline-block;
margin: 0 auto;
//border:1.5px silver solid;
padding: 5px;
text-align: left;
width: 70%;
background:#FFFFFF;
}
.my-figure5 {
display: inline-block;
margin: 0 auto;
//border:1.5px silver solid;
padding: 5px;
text-align: left;
width: 50%;
background:#FFFFFF;
}
.my-figure3 {
display: inline-block;
margin: 0 auto;
//border:1.5px silver solid;
padding: 5px;
text-align: left;
width: 30%;
background:#FFFFFF;
}