radiocampus/fonts: bump campus_grotesk to v24
This commit is contained in:
parent
f29cced5f5
commit
1551e1310f
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user