Fixed flowchart font issue
This commit is contained in:
parent
68007423b0
commit
8e53bcc4fc
@ -40,7 +40,9 @@ define([
|
||||
});
|
||||
preElt.parentNode.replaceChild(containerElt, preElt);
|
||||
chart.drawSVG(containerElt, {
|
||||
'line-width': 2
|
||||
'line-width': 2,
|
||||
'font-family': 'sans-serif',
|
||||
'font-weight': 'normal'
|
||||
});
|
||||
}
|
||||
catch(e) {
|
||||
|
@ -103,6 +103,7 @@ li.L9 { background: #eee }
|
||||
@line-height-base: 1.45;
|
||||
@p-margin: 1.1em;
|
||||
@headings-font-family: inherit;
|
||||
@headings-font-weight: 300;
|
||||
|
||||
@font-face {
|
||||
font-family: 'fontello';
|
||||
@ -183,6 +184,7 @@ li.L9 { background: #eee }
|
||||
|
||||
.container {
|
||||
margin-bottom: 180px;
|
||||
text-align: justify;
|
||||
}
|
||||
|
||||
a code {
|
||||
@ -199,7 +201,6 @@ h6 { font-size: @title-base-size * 0.85; }
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
margin: 1.3em 0;
|
||||
text-align: start;
|
||||
font-weight: 300;
|
||||
}
|
||||
|
||||
pre {
|
||||
@ -230,6 +231,9 @@ hr {
|
||||
[stroke="#000000"] {
|
||||
stroke: @text-color;
|
||||
}
|
||||
text[stroke="#000000"] {
|
||||
stroke: none;
|
||||
}
|
||||
[fill="#000"], [fill="#000000"], [fill="black"] {
|
||||
fill: @text-color;
|
||||
}
|
||||
|
@ -142,6 +142,7 @@
|
||||
|
||||
body {
|
||||
tab-size: 4;
|
||||
text-align: start;
|
||||
}
|
||||
|
||||
* {
|
||||
@ -937,7 +938,7 @@ a {
|
||||
width: 220px;
|
||||
margin: 10px auto 20px;
|
||||
.btn {
|
||||
text-align: initial;
|
||||
text-align: start;
|
||||
padding-left: 15px;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user