@@ -, +, @@ tags - Open the OPAC main page in Firefox. - Click the search type dropdown. The options should be styled using your system's default sans-serif font rather than a serif font. --- koha-tmpl/opac-tmpl/bootstrap/css/src/_fonts.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) --- a/koha-tmpl/opac-tmpl/bootstrap/css/src/_fonts.scss +++ a/koha-tmpl/opac-tmpl/bootstrap/css/src/_fonts.scss @@ -1,5 +1,5 @@ @font-face { - font-family: "NotoSans"; + font-family: "NotoSans, sans-serif"; font-style: normal; font-weight: 400; src: local("Noto Sans Regular"), @@ -8,7 +8,7 @@ } @font-face { - font-family: "NotoSans"; + font-family: "NotoSans, sans-serif"; font-style: bold; font-weight: 700; src: local("Noto Sans Bold"), @@ -17,7 +17,7 @@ } @font-face { - font-family: "NotoSans"; + font-family: "NotoSans, sans-serif"; font-style: italic; font-weight: 400; src: local("Noto Sans Italic"), @@ -26,7 +26,7 @@ } @font-face { - font-family: "NotoSans"; + font-family: "NotoSans, sans-serif"; font-style: italic; font-weight: 700; src: local("Noto Sans Bold Italic"), --