summaryrefslogtreecommitdiff
path: root/shape.go
diff options
context:
space:
mode:
authorHarris <mike.harris@cerner.com>2019-04-25 11:24:25 -0500
committerHarris <mike.harris@cerner.com>2019-05-23 17:01:30 -0500
commitb1c9884f6d186bd1bfb4fc1d34061856345b8530 (patch)
tree25a44aa230fa674960dd5aa45b857b0a45e0c85b /shape.go
parentf91f548614a7182ce66d55d10ed311e9b7e08a2a (diff)
Add the ability to change the default font
Closes #390
Diffstat (limited to 'shape.go')
-rw-r--r--shape.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/shape.go b/shape.go
index c90963c..7dc7021 100644
--- a/shape.go
+++ b/shape.go
@@ -381,7 +381,7 @@ func (f *File) addDrawingShape(sheet, drawingXML, cell string, formatSet *format
Bold: false,
Italic: false,
Underline: "none",
- Family: "Calibri",
+ Family: f.GetDefaultFont(),
Size: 11,
Color: "#000000",
},