31 lines
693 B
CSS
31 lines
693 B
CSS
@font-face {
|
|
font-family: "Open Sans";
|
|
src: url(assets/fonts/OpenSans-Light.ttf);
|
|
font-weight: 300;
|
|
}
|
|
@font-face {
|
|
font-family: "Open Sans";
|
|
src: url(assets/fonts/OpenSans-Regular.ttf);
|
|
font-weight: 400;
|
|
}
|
|
@font-face {
|
|
font-family: "Open Sans";
|
|
src: url(assets/fonts/OpenSans-Medium.ttf);
|
|
font-weight: 500;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Open Sans";
|
|
src: url(assets/fonts/OpenSans-SemiBold.ttf);
|
|
font-weight: 600;
|
|
}
|
|
@font-face {
|
|
font-family: "Open Sans";
|
|
src: url(assets/fonts/OpenSans-Bold.ttf);
|
|
font-weight: 700;
|
|
}
|
|
@font-face {
|
|
font-family: "Open Sans";
|
|
src: url(assets/fonts/OpenSans-ExtraBold.ttf);
|
|
font-weight: 800;
|
|
} |