10 lines
251 B
CSS
10 lines
251 B
CSS
@font-face {
|
|
font-family: 'SamsungOne';
|
|
src: url('SamsungOne-400.woff2') format('woff2'),
|
|
url('SamsungOne-400.woff') format('woff'),
|
|
url('SamsungOne-400.ttf') format('truetype');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|