Expression: Linking source text and font
Hello there!
I'm am fairly new to expressions and quite awful at it so far. Below in the screenshot, there are two text layers that should be linked in terms of style & font but not the text itself. Thank you in advance for sifting through this mess!
Objectives:
1) The text itself for both layers should be pulled from their respective layer name, hence my attempt with "thisLayer.name"
2) The font/style of the lower layer titled "I'm about halfway out the door." should be linked to that of the one right above, which I attempted with the line "style.setFont(thisComp.layer("Tell me now, I gotta know.").text.sourceText.style.font);"
Attempts/Observation: When I added the second expression (highlighted in yellow) for either layer, the first was no longer being interpreted, meaning the text was no longer reflecting the layer name in the preview. When I isolate just the line linking the second layer's font to the first, it works. There was no error underlied, but I still suspect there's a syntax error.

