10 lines
278 B
CSS
10 lines
278 B
CSS
@font-face {
|
|
font-family: 'BELLABOO';
|
|
src: url('/fonts/BELLABOO.woff') format('woff');
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
|
|
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@600&family=Mulish:wght@400;500;600;700&display=swap');
|