18 lines
551 B
CSS
18 lines
551 B
CSS
|
/* chi_billingblock_free-bold */
|
||
|
@font-face {
|
||
|
font-family: CHI_Billingblock_Free;
|
||
|
font-style: normal;
|
||
|
font-weight: 700;
|
||
|
src: local("CHI_Billingblock_Free Bold"), local("CHI_Billingblock_Free-Bold"), url(chi_billingblock_free-bold.woff2) format("woff2");
|
||
|
font-display: swap;
|
||
|
}
|
||
|
/* chi_billingblock_free */
|
||
|
@font-face {
|
||
|
font-family: CHI_Billingblock_Free;
|
||
|
font-style: normal;
|
||
|
font-weight: 400;
|
||
|
src: local("CHI_Billingblock_Free"), local("CHI_Billingblock_Free-Regular"), url(chi_billingblock_free.woff2) format("woff2");
|
||
|
font-display: swap;
|
||
|
}
|
||
|
|