Hi, elissa,
very strange.
Today I wanted to investigate further, and found that I only can reproduce the "serif" font, if I copy the default template and change this font-family.
If I only change the original default template and use it, I see the same as you.
If I copy this changed original I see the serif.
Anyway: With the update of the 17th of August the handling of fonts was changed.
Before it was imported by
Code:
@import url("https://fonts.googleapis.com/css?family=Lato:400,700,400italic");
afterwards it was included in the LS package and included by
Code:
/* lato-regular - latin */
@font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 400;
src: url('../fonts/lato-v11-latin-regular.eot'); /* IE9 Compat Modes */
src: local('Lato Regular'), local('Lato-Regular'),
url('../fonts/lato-v11-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/lato-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/lato-v11-latin-regular.woff') format('woff'), /* Modern Browsers */
url('../fonts/lato-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/lato-v11-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-italic - latin */
@font-face {
...
It's really strange.
But IMHO the best solution is:
Change the font from "bold" to "normal" by adding this to the template.css
Code:
th.th-9.text-center, .table > tbody > tr > th {font-weight:normal;}
I have not the least idea what is the reason to have the subquestion text and answer option text "bold" in array questions.
In all other question types subquestions are displayed "normal".
This also happened in an update mid august.
Best regards
Joffm