Skip to content

Instantly share code, notes, and snippets.

@henryjameslau
Created February 22, 2024 11:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save henryjameslau/a57512932c2e892c94e2bac26d312166 to your computer and use it in GitHub Desktop.
Save henryjameslau/a57512932c2e892c94e2bac26d312166 to your computer and use it in GitHub Desktop.
Test overrides css
@font-face {
font-family: BBCReithSans;
src: url("https://static.files.bbci.co.uk/fonts/reith/2.512/BBCReithSans_W_Rg.woff2");
}
@font-face {
font-family: BBCReithSans;
src: url("https://static.files.bbci.co.uk/fonts/reith/2.512/BBCReithSans_W_Bd.woff2");
font-weight: bold;
}
@font-face {
font-family: BBCReithSerif;
src: url("https://static.files.bbci.co.uk/fonts/reith/2.512/BBCReithSerif_W_Rg.woff2");
}
@font-face {
font-family: BBCReithSerif;
src: url("https://static.files.bbci.co.uk/fonts/reith/2.512/BBCReithSerif_W_Bd.woff2");
font-weight: bold;
}
--olive: #9b8816ff;
--atomic-tangerine: #f98948ff;
--sepia: #5d3a00ff;
--coffee: #684e32ff;
--flax: #f9ea9aff;
div.client-css-override{
--text: #f9ea9a;
--muted: ##F7E478;
--hinted: #f98948;
--pale: #684e32ff;
--background: #5d3a00;
--link: #9b8816ff;
--link-hover: ##7D6D12;
font-family: BBCReithSans, Helvetica, Arial, sans-serif;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment