forked from rc/aircox
radiocampus/fonts: bump campus_grotesk to v24
This commit is contained in:
@ -17,7 +17,7 @@
|
||||
--button-hv-fg: #1d3cab;
|
||||
--button-active-fg: white;
|
||||
--button-active-bg: #eef289;
|
||||
--heading-font-family: "campus_heading";
|
||||
--heading-font-family: "campus_grotesk";
|
||||
--heading-link-hv-fg: #aa217b;
|
||||
--heading-hg-fg: #e65fb1;
|
||||
--link-fg: #3b47ff;
|
||||
@ -34,10 +34,20 @@
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'campus_heading';
|
||||
font-family: 'campus_grotesk';
|
||||
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 {
|
||||
color: #222;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user