forked from M3-Academy/challenge-vtex-io
18 lines
327 B
CSS
18 lines
327 B
CSS
@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-Regular.ttf);
|
|
font-weight: 400;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Open Sans";
|
|
src: url(assets/fonts/OpenSans-Light.ttf);
|
|
font-weight: 300;
|
|
}
|