12 lines
226 B
CSS
12 lines
226 B
CSS
@font-face {
|
|
font-family: "Open Sans";
|
|
font-weight: normal;
|
|
src: url(OpenSans-Regular.woff2) format("woff2");
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Open Sans';
|
|
font-weight: bold;
|
|
src: url(OpenSans-Bold.woff2) format("woff2");
|
|
}
|