forked from HSWro/hswro_org
8 lines
183 B
SCSS
8 lines
183 B
SCSS
|
@font-face {
|
||
|
font-family: 'Playfair Display';
|
||
|
font-style: normal;
|
||
|
font-weight: 400;
|
||
|
font-display: swap;
|
||
|
src: local(''), url('../fonts/playfair-display.woff2') format('woff2');
|
||
|
}
|