websitedesign2022/docs/assets/css/fonts.css

31 lines
691 B
CSS
Raw Permalink Normal View History

2022-01-11 12:51:32 -06:00
@font-face {
font-family: 'Roboto';
src: url('../ttf/Roboto/roboto.ttf') format('truetype');
font-weight: 400;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'M PLUS 1';
src: url('../ttf/M_PLUS_1/mplus1.ttf') format('truetype');
font-weight: 400;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Open Sans';
src: url('../ttf/Open_Sans/opensans.ttf') format('truetype');
font-weight: 400;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Shippori_Antique";
src: url('../ttf/Shippori_Antique/shipporiantique') format('truetype');
font-weight: 400;
font-style: normal;
font-display: swap;
}