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