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