File tree 1 file changed +5
-3
lines changed
pyansys_sphinx_theme/static/css
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
/* Provided by the Sphinx base theme template at build time */
2
2
@import "../basic.css" ;
3
+ @import url ('https://fonts.googleapis.com/css2?family=Inconsolata:wght@600&display=swap' );
4
+
3
5
4
6
@font-face {
5
7
font-family : "Source Sans Pro Light" ;
11
13
src : url(../ fonts/SourceSansPro-Regular.ttf);
12
14
}
13
15
14
-
15
16
: root {
16
17
/* Ansys colors */
17
18
--ansysGold : 255 , 183 , 27 ; /* #FFB71B */
143
144
144
145
.docutils {
145
146
color : # C89211 ;
146
- font-family : "Source Code Pro" , "Courier New" , monospace ;
147
+ font-family : 'Inconsolata' ;
147
148
font-weight : bold;
149
+ font-size : 15.5px ;
148
150
}
149
151
150
152
.sig-prename {
154
156
155
157
.sig-name .descname {
156
158
color : # C89211 ;
157
- /* font-family: 'Source Sans Pro', sans-serif; */
159
+ /* font-family: ' Source Sans Pro', sans-serif; */
158
160
}
159
161
160
162
.sig-name {
You can’t perform that action at this time.
0 commit comments