Patternfly uses an URL link to resource that goes outside of their distribution ({{../../components/font-awesome/...}}) :
{code} @font-face { font-family: 'FontAwesome'; src: url('../../components/font-awesome/fonts/fontawesome-webfont.eot?v=4.0.3'); src: url('../../components/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('../../components/font-awesome/fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'), url('../../components/font-awesome/fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), url('../../components/font-awesome/fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg'); font-weight: normal; font-style: normal; } {code}
I will make sure this link works by copying resources to the correct destination,
however we need to report this to patternfly upstream.
|