32 lines
718 B
CSS
32 lines
718 B
CSS
|
@font-face {
|
||
|
font-family: "P22 Mackinac Pro";
|
||
|
src: url("/fonts/P22MackinacPro-Book.woff2") format("woff2");
|
||
|
font-weight: 400;
|
||
|
font-style: normal;
|
||
|
font-display: optional;
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: "P22 Mackinac Pro";
|
||
|
src: url("/fonts/P22MackinacPro-Bold.woff2") format("woff2");
|
||
|
font-weight: 700;
|
||
|
font-style: normal;
|
||
|
font-display: optional;
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: "P22 Mackinac Pro";
|
||
|
src: url("/fonts/P22MackinacPro-ExtraBold.woff2") format("woff2");
|
||
|
font-weight: 800;
|
||
|
font-style: normal;
|
||
|
font-display: optional;
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: "P22 Mackinac Pro";
|
||
|
src: url("/fonts/P22MackinacPro-Medium.woff2") format("woff2");
|
||
|
font-weight: 500;
|
||
|
font-style: normal;
|
||
|
font-display: optional;
|
||
|
}
|