If you want to change the default font that we use in the Investment Heading or the Investment Summary section(s) of the Deal Room, you can do this using HTML code. The following article will go over how you can edit the font, use the HTML to select the desired font style and make it live on the deal room.
In the Investment Summary section of the Deal Room, you have the option to choose from the most common font styles used: Arial, Georgia, Impact, Tahoma, Times New Roman, and Verdana. The reason we use these fonts is that they are acceptable by most email clients (Google/Microsoft/etc). This means, that if you use a different font, the email client may change it to one of the common font styles mentioned. It's not always the case but this is why you may have created an email using a specific font but the recipient receives the email and the font has switched. We know you aren't sending the Deal Room as an email, but we wanted to keep the cohesiveness throughout the portal and this is why our Communications section defaults to these fonts.
Ok, let's get into the code.
INVESTMENT HEADLINE SECTION
HTML code for the Investment Headline section:
Arial
<span style='font-family: Arial'>Type your heading here</span>
Georgia
<span style='font-family: Georgia'>Type your heading here</span>
Impact
<span style='font-family: Impact'>Type your heading here</span>
Tahoma
<span style='font-family: Tahoma'>Type your heading here</span>
Times New Roman - this is the default but adding it here in case you wish to use it.
<span style='font-family: Times New Roman'>Type your heading here</span>
Verdana
<span style='font-family: Verdana'>Type your heading here</span>
Don't worry, if the above doesn't make sense to you now, the article will show you how to use it.
You will need to be in the Deal Room: Navigate to the Capital Raise > click on the Deal Room link.
INVESTMENT HEADLINE SECTION
This video will focus on the Investment Headline section.
INVESTMENT SUMMARY SECTION
This video will focus on the Investment Summary section.
Saving your work: Please remember that when you are ready to save the code, you must be OUT of the Code Editor to Save it. If you don't get out of the Code Editor, everything you just did will not be saved.