Skip to content

Commit 87d653a

Browse files
committed
Initial
1 parent 07ad163 commit 87d653a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

satdigitalinvoice/markdown_styles/markdown6.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@page {
22
@bottom-center{
33
content: counter(page) " / " counter(pages);
4-
font:13px "Myriad Pro","Lucida Grande",Lucida,Verdana,sans-serif;
4+
font:13px Verdana,sans-serif;
55
}
66
}
77
/* Main CSS from the Markdown Viewer Extension */
@@ -10,7 +10,7 @@ body,h1{
1010
}
1111
body{
1212
background-color:#fff;
13-
font:13px "Myriad Pro","Lucida Grande",Lucida,Verdana,sans-serif
13+
font:13px Verdana,sans-serif
1414
}
1515
a:link,a:visited{
1616
color:#00f;
@@ -51,7 +51,7 @@ h1{
5151
font-size:30px
5252
}
5353
h1,h2,h3,h4,h5,h6{
54-
font-family:"Myriad Pro","Lucida Grande",Lucida,Verdana,sans-serif;
54+
font-family:Verdana,sans-serif;
5555
font-weight:700
5656
}
5757
h2,table td,table th{

0 commit comments

Comments
 (0)