learning-analytics
Version:
Learning Analytics Web Dependency
17 lines (15 loc) • 382 B
CSS
@font-face {
font-family: "Poppins";
font-style: normal;
font-weight: normal;
src: url("../font/Poppins/Poppins-Medium.ttf");
}
@font-face {
font-family: 'Open sans regular';
font-style: normal;
font-weight: normal;
src: url("../font/Open_sans/OpenSans-Regular.ttf");
}
.font-regular {
font-family: "Open sans regular", serif;
}