Add font-style italic to .text-italic
This commit is contained in:
parent
54b501dc92
commit
6f74209a78
1 changed files with 1 additions and 0 deletions
|
|
@ -1481,6 +1481,7 @@ func embedFonts(buf *bytes.Buffer, diagramHash, source string, fontFamily *d2fon
|
|||
fmt.Sprintf(`
|
||||
.%s .text-italic {
|
||||
font-family: "%s-font-italic";
|
||||
font-style: italic;
|
||||
}
|
||||
@font-face {
|
||||
font-family: %s-font-italic;
|
||||
|
|
|
|||
Loading…
Reference in a new issue