Skip to content

Commit c4148c4

Browse files
committed
Move custom font import outside :root scope
1 parent c239050 commit c4148c4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pydata_sphinx_theme/static/css/theme.css

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1+
/*****************************************************************************
2+
* Custom font
3+
**/
4+
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
5+
16
:root {
27
/*****************************************************************************
38
* Bootstrap variables are availlable:
49
* https://getbootstrap.com/docs/4.0/getting-started/theming/#css-variables
510
**/
611

7-
/*****************************************************************************
8-
* Custom font
9-
**/
10-
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
11-
1212
/*****************************************************************************
1313
* Font size
1414
**/

0 commit comments

Comments
 (0)