radiocampus/fonts: bump campus_grotesk to v24

This commit is contained in:
Chris Tactic 2024-07-12 12:05:51 +02:00
parent f29cced5f5
commit 1551e1310f
9 changed files with 11312 additions and 2 deletions

View File

@ -17,7 +17,7 @@
--button-hv-fg: #1d3cab; --button-hv-fg: #1d3cab;
--button-active-fg: white; --button-active-fg: white;
--button-active-bg: #eef289; --button-active-bg: #eef289;
--heading-font-family: "campus_heading"; --heading-font-family: "campus_grotesk";
--heading-link-hv-fg: #aa217b; --heading-link-hv-fg: #aa217b;
--heading-hg-fg: #e65fb1; --heading-hg-fg: #e65fb1;
--link-fg: #3b47ff; --link-fg: #3b47ff;
@ -34,10 +34,20 @@
} }
@font-face { @font-face {
font-family: 'campus_heading'; font-family: 'campus_grotesk';
src: url("/static/radiocampus/fonts/CampusGroteskv23-Regular.otf"); src: url("/static/radiocampus/fonts/CampusGroteskv23-Regular.otf");
} }
@font-face {
font-family: "campus_grotesk";
src:
local("campus_grotesk"),
url("/static/radiocampus/fonts/campus_grotesk/CampusGroteskv23-Regular.woff2") format("woff2"),
url("/static/radiocampus/fonts/campus_grotesk/CampusGroteskv23-Regular.woff") format("woff"),
url("/static/radiocampus/fonts/campus_grotesk/CampusGroteskv23-Regular.otf") format("opentype") tech(color-COLRv1);
}
body { body {
color: #222; color: #222;
} }