I'm trying to get a Juncture page to reference an external style sheet using the instructions provided here: https://www.juncture-digital.org/#/styling/general
I have tried all of the following in my "custom.css" file:
juncture body {
font-family: Montserrat;
}
juncture h1 {
color: #BF0A31;
font-family: Montserrat;
}
juncture {
font-family: Montserrat;
}
body {
font-family: Montserrat;
}
h1 {
color: #BF0A31;
font-family: Montserrat;
}
As well as these two versions in the page I'm trying to render:
.ve-style .https://da4asandbox.github.io/cameronessay-organization/custom.css
.ve-style ./custom.css
< link rel="stylesheet" href="https://da4asandbox.github.io/cameronessay-organization/custom.css" > (spaces weren't included in the original)
This is the first time I have created a custom css page from scratch — am I missing a step, or is there an error in the syntax I've included above?
Thank you so much for any time and help!
I'm trying to get a Juncture page to reference an external style sheet using the instructions provided here: https://www.juncture-digital.org/#/styling/general
I have tried all of the following in my "custom.css" file:
As well as these two versions in the page I'm trying to render:
This is the first time I have created a custom css page from scratch — am I missing a step, or is there an error in the syntax I've included above?
Thank you so much for any time and help!