Skip to content

Commit 2a9998e

Browse files
committed
disabled custom font
1 parent a0f28c6 commit 2a9998e

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

css/bigpicture.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
@import url('../config.css');
2-
*{ font-family: var(--font) !important; }
2+
/* *{ font-family: var(--font) !important; } */

css/controller.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@import url('../config.css');
2-
*{ font-family: var(--font) !important; }
2+
/* *{ font-family: var(--font) !important; } */
33

44

55
/*header/footer bg*/

css/friends.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
*
55
{
6-
font-family: var(--font) !important;
6+
/* font-family: var(--font) !important; */
77
box-shadow: none !important;
88
border-top: none !important;
99
border-bottom: none !important;

css/library.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
/* Uncomment if you want to change the font */
77
*{
8-
font-family: var(--font) !important;
8+
/* font-family: var(--font) !important; */
99
box-shadow: none !important;
1010
}
1111
/* Uncomment if you to test stuff

css/menus.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@import url('../config.css');
22
*{ /*Uncomment if you want to change the font */
3-
font-family: var(--font) !important;
3+
/* font-family: var(--font) !important; */
44
box-shadow: none !important;
55
}
66

css/webkit.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
###################################################################################### */
1111
/* set the font*/
1212
*{ /*Uncomment if you want to change the font */
13-
font-family: var(--font) !important;
13+
/* font-family: var(--font) !important; */
1414
}
1515

1616
/* make the icon for the ITAD integration nice */

0 commit comments

Comments
 (0)