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