diff --git a/bloom_nofos/bloom_nofos/static/theme-base.css b/bloom_nofos/bloom_nofos/static/theme-base.css index 8d307e6f..1648a172 100644 --- a/bloom_nofos/bloom_nofos/static/theme-base.css +++ b/bloom_nofos/bloom_nofos/static/theme-base.css @@ -145,6 +145,15 @@ h2 { format("woff2"); } +/* Add source sans pro */ +@font-face { + font-family: "Source Sans Pro Web"; + font-style: normal; + font-weight: 600; + font-display: fallback; + src: url(/static/fonts/source-sans-pro/sourcesanspro-semibold-webfont.woff2) format("woff2"); +} + /* Utility classes */ .w-100, diff --git a/bloom_nofos/bloom_nofos/static/theme-opdiv-acf.css b/bloom_nofos/bloom_nofos/static/theme-opdiv-acf.css index dc6f8670..222eb97f 100644 --- a/bloom_nofos/bloom_nofos/static/theme-opdiv-acf.css +++ b/bloom_nofos/bloom_nofos/static/theme-opdiv-acf.css @@ -38,6 +38,8 @@ h1 { font-family: "Merriweather Web", Georgia, Cambria, Times New Roman, Times, serif; + font-size: 36pt; + font-weight: 700; } h2 { @@ -51,9 +53,11 @@ h3 { } h4 { + color: var(--color--cdc-blue); font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif; - color: var(--color--cdc-blue); + font-size: 20pt; + font-weight: 600; } h5 { @@ -70,8 +74,9 @@ h6 { /* this functions as an h7 */ div[role="heading"] { - font-size: 12.5pt; - font-weight: 600; + font-size: 11.5pt !important; + font-weight: 600 !important; + color: var(--color--acf-blue); } /* Cover page */