Files
paypoint-frontend/public/assets/fonts/custom-fonts.css
2025-03-11 23:13:19 +01:00

14 lines
293 B
CSS

@font-face {
font-family: 'Lato';
src: url('/assets/fonts/lato.regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Lato';
src: url('/assets/fonts/lato.heavy.ttf') format('truetype');
font-weight: bold;
font-style: normal;
}