madblog/madblog/static/fonts/poppins.css

8 lines
151 B
CSS
Raw Normal View History

2022-01-11 20:16:27 +01:00
@font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(./Poppins.ttf) format('truetype');
}