Commit 328f43cb authored by Fabien Maniere's avatar Fabien Maniere

fix custom font call for Firefox display

parent 9c9a9e72
@font-face {
font-family: 'garg-icons';
src: url('fonts/garg-icons.eot?9cya6v') format('embedded-opentype'),
url('fonts/garg-icons.woff?9cya6v') format('woff'),
url('fonts/garg-icons.ttf?9cya6v') format('truetype'),
url('fonts/garg-icons.svg?9cya6v#garg-icons') format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
@font-face
font-family: 'garg-icons'
src: url('fonts/garg-icons.eot?9cya6v')
src: url('fonts/garg-icons.eot?9cya6v#iefix') format('embedded-opentype')
src: url('fonts/garg-icons.ttf?9cya6v') format('truetype')
src: url('fonts/garg-icons.woff?9cya6v') format('woff')
src: url('fonts/garg-icons.svg?9cya6v#garg-icons') format('svg')
font-weight: normal
font-style: normal
font-display: block
// include fonts from a SCSS format (the font files calls in sass syntax don't work)
@import 'fonts'
[class^="icon-"], [class*=" icon-"]
/* use !important to prevent issues with browser extensions that change fonts */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment