platypush/platypush/backend/http/webapp/dist/fonts/poppins.css

8 lines
151 B
CSS
Raw Normal View History

2022-10-07 02:23:12 +02:00
@font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(./Poppins.ttf) format('truetype');
}