9 lines
221 B
CSS
9 lines
221 B
CSS
/* Preload critical font */
|
|
@font-face {
|
|
font-family: 'pinar';
|
|
font-style: normal;
|
|
font-weight: 500;
|
|
font-display: swap;
|
|
letter-spacing: 0;
|
|
src: url('/fonts/pinar/Pinar-DS2-FD-Medium.woff2') format('woff2');
|
|
} |