b0ebcd45fa115830fd76c5886c66d5a01d8d204a
[koha.git] / koha-tmpl / opac-tmpl / bootstrap / css / src / _fonts.scss
1 @font-face {
2     font-family: "NotoSans";
3     font-style: normal;
4     font-weight: 400;
5     src: local("Noto Sans Regular"),
6     url("fonts/NotoSans-Regular-webfont.woff2") format("woff2"),
7     url("fonts/NotoSans-Regular-webfont.woff") format("woff");
8 }
9
10 @font-face {
11     font-family: "NotoSans";
12     font-style: bold;
13     font-weight: 700;
14     src: local("Noto Sans Bold"),
15     url("fonts/NotoSans-Bold-webfont.woff2") format("woff2"),
16     url("fonts/NotoSans-Bold-webfont.woff") format("woff");
17 }
18
19 @font-face {
20     font-family: "NotoSans";
21     font-style: italic;
22     font-weight: 400;
23     src: local("Noto Sans Italic"),
24     url("fonts/NotoSans-Italic-webfont.woff2") format("woff2"),
25     url("fonts/NotoSans-Italic-webfont.woff") format("woff");
26 }
27
28 @font-face {
29     font-family: "NotoSans";
30     font-style: italic;
31     font-weight: 700;
32     src: local("Noto Sans Bold Italic"),
33     url("fonts/NotoSans-BoldItalic-webfont.woff2") format("woff2"),
34     url("fonts/NotoSans-BoldItalic-webfont.woff") format("woff");
35 }