blog/static/fonts/poppins.css

8 lines
151 B
CSS
Raw Normal View History

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