Project

General

Profile

Revision 4dafc988

ID4dafc988df1e791330d8570ef248ca10315928fa
Parent bb94fe35
Child 4828c035

Added by Yan-Fa Li over 10 years ago

Fix #6501 - fix fonts path issues

- copy fonts to httpFontPath which is set to be to styles/font
- use compass helper font-url so we no longer care what that
path is. DRY principle.

View differences:

ui/admin/app/styles/inktank_fonts.scss
1 1
@font-face {
2 2
	font-family: 'ApexSansMedium';
3 3
	font-style: normal;
4
	src: url('ApexSans-Medium.woff') format('woff');
4
	src: font-url('ApexSans-Medium.woff') format('woff');
5 5
}
6 6
@font-face {
7 7
	font-family: 'ApexSansLight';
8 8
	font-style: normal;
9
	src: url('ApexSans-Light.woff') format('woff');
9
	src: font-url('ApexSans-Light.woff') format('woff');
10 10
}

Also available in: Unified diff