
				@font-face {
					font-family	:	"Raleway";
					src			:	url(font/Raleway-Regular.ttf) format("truetype");
				}

				@font-face {
					font-family	:	"Raleway";
					src			:	url(font/Raleway-Bold.ttf) format("truetype");
					font-weight	:	bold;
				}
				
				@font-face {
					font-family	:	"Raleway";
					src			:	url(font/Raleway-Italic.ttf) format("truetype");
					font-style	:	italic;
				}
				
				@font-face {
					font-family	:	"Raleway";
					src			:	url(font/Raleway-BoldItalic.ttf) format("truetype");
					font-weight	:	bold;
					font-style	:	italic;
				}
				
				@font-face {
					font-family	:	"Raleway-Medium";
					src			:	url(font/Raleway-Medium.ttf) format("truetype");
				}
				
				@font-face {
					font-family	:	"Raleway-Medium";
					src			:	url(font/Raleway-MediumItalic.ttf) format("truetype");
					font-style	:	italic;
				}
				
				@font-face {
					font-family	:	"Raleway-Light";
					src			:	url(font/Raleway-Light.ttf) format("truetype");
				}
				
				@font-face {
					font-family	:	"Raleway-Light";
					src			:	url(font/Raleway-LightItalic.ttf) format("truetype");
					font-style	:	italic;
				}
				
				@font-face {
					font-family	:	"Raleway-Light";
					src			:	url(font/Raleway-SemiBold.ttf) format("truetype");
					font-weight	:	bold;
				}
				
				@font-face {
					font-family	:	"Raleway-Light";
					src			:	url(font/Raleway-SemiBoldItalic.ttf) format("truetype");
					font-weight	:	bold;
					font-style	:	italic;
				}
				
				
				@font-face {
					font-family	:	"Raleway-Thin";
					src			:	url(font/Raleway-Thin.ttf) format("truetype");
					font-weight	:	100;
				}
				
				@font-face {
					font-family	:	"Raleway-Thin";
					src			:	url(font/Raleway-ThinItalic.ttf) format("truetype");
					font-weight	:	100;
					font-style	:	italic;
				}
				
				
				
				@font-face {
					font-family	:	"PhotoWall";
					src			:	url(font/PhotoWall-Regular.otf) format("opentype");
				}
				
				@font-face {
					font-family	:	"PhotoWall";
					src			:	url(font/PhotoWall-Bold.otf) format("opentype");
					font-weight	:	bold;
				}
				
				@font-face {
					font-family	:	"PhotoWall";
					src			:	url(font/PhotoWall-Heavy.otf) format("opentype");
					font-weight	:	900;
				}
				