10 lines
195 B
CSS
10 lines
195 B
CSS
|
/* bengal */
|
||
|
@font-face {
|
||
|
font-family: Bengal;
|
||
|
font-style: normal;
|
||
|
font-weight: 400;
|
||
|
src: local("Bengal"), local("Bengal-Regular"), url(bengal.woff2) format("woff2");
|
||
|
font-display: swap;
|
||
|
}
|
||
|
|