fonts/banksia.css

Look for the the font-family names below. These names are case sensitive. Add the following line at the beginning of your stylesheet:
@import url(fonts/banksia.css);

NOTE: Add a slash in front of fonts/ if you are not using local fonts. After importing this style sheet into your CSS, you may use that font-family name in one or more of your own CSS rules.
[0]	/* Generated by Font Squirrel (http://www.fontsquirrel.com)
[1]	
[2]	
[3]	
[4]	@font-face {
[5]	    font-family: 'BanksiaRegular';
[6]	    src: url('banksia-webfont.eot');
[7]	    src: url('banksia-webfont.eot?#iefix') format('embedded-opentype'),
[8]	         url('banksia-webfont.woff') format('woff'),
[9]	         url('banksia-webfont.ttf') format('truetype'),
[10]	         url('banksia-webfont.svg#BanksiaRegular') format('svg');
[11]	    font-weight: normal;
[12]	    font-style: normal;
[13]	
[14]	}
[15]	
[16]	@font-face {
[17]	    font-family: 'BanksiaBold';
[18]	    src: url('banksb20-webfont.eot');
[19]	    src: url('banksb20-webfont.eot?#iefix') format('embedded-opentype'),
[20]	         url('banksb20-webfont.woff') format('woff'),
[21]	         url('banksb20-webfont.ttf') format('truetype'),
[22]	         url('banksb20-webfont.svg#BanksiaBold') format('svg');
[23]	    font-weight: normal;
[24]	    font-style: normal;
[25]	
[26]	}
[27]	
[28]	@font-face {
[29]	    font-family: 'BanksiaBlack';
[30]	    src: url('banksb26-webfont.eot');
[31]	    src: url('banksb26-webfont.eot?#iefix') format('embedded-opentype'),
[32]	         url('banksb26-webfont.woff') format('woff'),
[33]	         url('banksb26-webfont.ttf') format('truetype'),
[34]	         url('banksb26-webfont.svg#BanksiaBlack') format('svg');
[35]	    font-weight: normal;
[36]	    font-style: normal;
[37]	
[38]	}
[39]