platypush-home/www/fonts/poppins.css

8 lines
151 B
CSS
Raw Permalink Normal View History

2021-02-05 13:38:07 +01:00
@font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(./Poppins.ttf) format('truetype');
}