Update
This commit is contained in:
@@ -60,7 +60,9 @@ const sampleTimelineElements = [
|
||||
x: 50,
|
||||
y: 600,
|
||||
fontSize: 24,
|
||||
fontWeight: 'bold', // ADD THIS LINE
|
||||
fontWeight: 'bold',
|
||||
fontFamily: 'Montserrat',
|
||||
fontStyle: 'normal',
|
||||
fill: 'white',
|
||||
stroke: 'black',
|
||||
strokeWidth: 1,
|
||||
@@ -76,7 +78,9 @@ const sampleTimelineElements = [
|
||||
x: 50,
|
||||
y: 650,
|
||||
fontSize: 20,
|
||||
fontWeight: 'bold', // ADD THIS LINE
|
||||
fontWeight: 'bold',
|
||||
fontFamily: 'Montserrat',
|
||||
fontStyle: 'normal',
|
||||
fill: 'yellow',
|
||||
stroke: 'red',
|
||||
strokeWidth: 2,
|
||||
|
||||
Reference in New Issue
Block a user