Skip to content

Commit 272ab4c

Browse files
committed
Remove unnecessary env var.
1 parent 0991424 commit 272ab4c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Sources/LaTeXSwiftUI/Styles/StandardLaTeXStyle.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ import SwiftUI
2929
/// a serif font.
3030
public struct StandardLaTeXStyle: LaTeXStyle {
3131

32-
@Environment(\.font) var font
33-
3432
public func makeBody(content: LaTeX) -> some View {
3533
content
3634
.unencoded()

0 commit comments

Comments
 (0)