Formatting ABOUT section

is it possible to format the font of the about section (bold, underline…)? if so, how? Thanks and apologies if this or something similar was already posted.

Hello,

You can use some custom CSS to handle the styling of the sections paragraphs:

.front-page-section .section-header p {
    margin-bottom: 0;
    line-height: 1.6;
    font-size: 15px;
    color: #888;
    font-family: "Source Sans Pro",sans-serif;
    font-weight: 700;
}

Let me know if you got it alright.

Regards