You are here

style.css in Zircon Profile 8.0

@font-face {
  font-family: 'Pacifico';
  src: url('pacifico.eot');
  src: url('pacifico.eot?#iefix') format('embedded-opentype'),
       url('pacifico.woff') format('woff'),
       url('pacifico.ttf') format('truetype'),
       url('pacifico.svg#Pacifico') format('svg');
}

File

themes/zircon/includes/slick/css/style.css
View source
  1. @font-face {
  2. font-family: 'Pacifico';
  3. src: url('pacifico.eot');
  4. src: url('pacifico.eot?#iefix') format('embedded-opentype'),
  5. url('pacifico.woff') format('woff'),
  6. url('pacifico.ttf') format('truetype'),
  7. url('pacifico.svg#Pacifico') format('svg');
  8. }