- Posts: 9
- Thank you received: 2
Ask the community, share ideas, and connect with other LimeSurvey users!
new Raleway font I set it to use
@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 */ }
@import url('https://fonts.googleapis.com/css?family=Raleway:500,500i,700,700i');
font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
IE 11 has a setting to block web font download.beth193 wrote: Basically, the checkboxes are using fontawesome icons for the 'tick' - and there is a security setting in internet explorer to block font downloads, which prevents the tick from showing up for users under those security settings. There's also apparently a Windows 10 registry setting which does the same thing,
technet.microsoft.com/en-us/library/bb457144.aspxAllow font downloads - Determines if HTML font downloads are allowed.
docs.microsoft.com/en-us/windows/threat-...rusted_fonts_featureBlocking untrusted fonts helps improve your network and employee protection against font-processing-related attacks. By default, this feature is not turned on.