Of course! My website URL is https://www.karlenebaskindid.com/
And my Custom CSS (probably riddled with errors — I'm a designer, not a coder!) is —
// Custom Font IvyPresto Display Thin
@font-face {
font-family: 'IvyPresto Display Thin';
src: url('https://static1.squarespace.com/static/6501fd49530fb566bc4ecbe3/t/65034db60ffe84528cbc19ee/1694715318831/IvyPrestoDisplay-Thin.otf');
}
h1, h2, h3, h4 {
font-family: 'IvyPresto Display Thin';
}
Custom Font Nimbus Sans D OT
@font-face {
font-family: 'Nimbus Sans D OT';
src: url('https://static1.squarespace.com/static/6501fd49530fb566bc4ecbe3/t/65034dcc8b47326782bfc322/1694715340998/NimbusSansDOT-Ligh.otf');
}
p1 {
font-family: 'Nimbus Sans D OT';
}
p2 {
font-family: 'Nimbus Sans D OT';
}
p3 {
font-family: 'Nimbus Sans D OT';
}
p4 {
font-family: 'Nimbus Sans D OT';
}
//Remove Link Underline
a {
text-decoration: none !important;
}
/* Change Line Color */
.sqs-block-horizontalrule hr {
background: #EFEEEC;
}
a {
text-decoration: none !important;
}
header a {
background-image: none !important;
}
.html-block blockquote {
border-left: 4px solid #EFEEEC;
padding: 1px 10px 1px 20px;
}
/***************************************
Styling changes to Form
***************************************/
.form-wrapper .field-list {
.title {
/* Title of field (eg Name, Subject, Message) */
font-size: 14pt;
}
.description {
/* Description */
font-size: 20pt;
}
.field {
.caption {
/* Captions of fields (eg First Name, Last Name) */
font-size: 16pt;
.field-element {
/* Text in the field boxes (First Name, Last Name) */
font-size: 20pt;
}
}
.field-element {
/* Text in the field boxes (inc placeholder text) */
font-size: 14pt;
/* Shading colour of all boxes */
background: #F9FFE5;
}
}
}