Indra_Optus
13 years agoGuide
Custom Font ?
Is it possible to have custom font in Lithium (either buy adding it to Lithium or sourcing it using external URL)? Our company use custom font and would like to use it in Lithium page. We have S...
Hi Inactive User
tried it out, this should work:
@font-face { font-family: 'Bitter'; font-style: normal; font-weight: 700; src: url('http://themes.googleusercontent.com/static/fonts/bitter/v5/evC1haE-MsorTl_A7_uSGbO3LdcAZYWl9Si6vvxL-qU.woff') format('woff'); } .bitter { font-family: 'Bitter', Arial, serif; }
believe it's missing the quote for the url (+ .bitter font-family quote ' doesn't seem correct - had to re-type the ' to fix)