Skip to content

Commit 1bd5ede

Browse files
fix font
1 parent fe6b01e commit 1bd5ede

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ldoc.custom.css

+3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@ html, body {
33
width: 100%;
44
padding: 0;
55
margin: 0;
6+
/*
67
font-family: "Comic Sans MS", cursive, sans-serif;
8+
*/
9+
font-family: arial, helvetica, geneva, sans-serif;
710
}
811

912
body,

0 commit comments

Comments
 (0)