- Posts: 194
- Thank you received: 69
Ask the community, share ideas, and connect with other LimeSurvey users!
body { font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-family: "Lato", serif, "Times Roman","Helvetica Neue", Helvetica, Arial, sans-serif;
@import url("https://fonts.googleapis.com/css?family=Lato:400,700,400italic");
/* 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 { ...
th.th-9.text-center, .table > tbody > tr > th {font-weight:normal;}
Joffm wrote: 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;}
th.answertext { font-weight: normal; }