
/* ComicSansMS */

@font-face {
	font-family: ComicSansMS;
	src: url(/admin/assets/fonts/ComicSansMS/comic.ttf) format("truetype");
}
@font-face {
	font-family: ComicSansMS;
	src: url(/admin/assets/fonts/ComicSansMS/comicbd.ttf) format("truetype");
	font-weight:bold;
}

/* Century Gothic */

@font-face {
	font-family: CenturyGothic;
	src: url(/admin/assets/fonts/CenturyGothic/CenturyGothicStd.otf) format("opentype");
}
@font-face {
	font-family: CenturyGothic;
	src: url(/admin/assets/fonts/CenturyGothic/CenturyGothicStd-Bold.otf) format("opentype");
	font-weight:bold;
}
@font-face {
	font-family: CenturyGothic;
	src: url(/admin/assets/fonts/CenturyGothic/CenturyGothicStd-BoldItalic.otf) format("opentype");
	font-weight:bold;
	font-style:italic;
}
@font-face {
	font-family: CenturyGothic;
	src: url(/admin/assets/fonts/CenturyGothic/CenturyGothicStd-Italic.otf) format("opentype");
	font-style:italic;
}

/* Lao UI */

@font-face {
    font-family: LaoUI;
    src: url(/admin/assets/fonts/LaoUI/LaoUI.ttf) format("truetype");
}
@font-face {
    font-family: LaoUI;
    src: url(/admin/assets/fonts/LaoUI/LaoUIb.ttf) format("truetype");
		font-weight:bold;
}

/* GillSans */

@font-face {
    font-family: GillSans;
    src: url(/admin/assets/fonts/GillSans/GillSans.otf) format("opentype");
}

/* Candara */

@font-face {
    font-family: Candara;
    src: url(/admin/assets/fonts/Candara/Candara.ttf) format("truetype");
}
@font-face {
    font-family: Candara;
    src: url(/admin/assets/fonts/Candara/CandaraBold.ttf) format("truetype");
		font-weight:bold;
}
@font-face {
    font-family: Candara;
    src: url(/admin/assets/fonts/Candara/CandaraBoldItalic.ttf) format("truetype");
		font-weight:bold;
		font-style:italic;
}
@font-face {
    font-family: Candara;
    src: url(/admin/assets/fonts/Candara/CandaraItalic.ttf) format("truetype");
		font-style:italic;
}

/* Open Sans */

@font-face {
    font-family: OpenSans;
    src: url(/admin/assets/fonts/OpenSans/OpenSans-Regular.ttf) format("truetype");
}
@font-face {
    font-family: OpenSans;
    src: url(/admin/assets/fonts/OpenSans/OpenSans-Italic.ttf) format("truetype");
		font-style:italic;
}
@font-face {
    font-family: OpenSans;
    src: url(/admin/assets/fonts/OpenSans/OpenSans-Semibold.ttf) format("truetype");
		font-weight:bold;
}
@font-face {
    font-family: OpenSans;
    src: url(/admin/assets/fonts/OpenSans/OpenSans-SemiboldItalic.ttf) format("truetype");
		font-weight:bold;
		font-style:italic;
}

/* Open Sans Light */

@font-face {
    font-family: OpenSansLight;
    src: url(/admin/assets/fonts/OpenSans/OpenSans-Light.ttf) format("truetype");
}
@font-face {
    font-family: OpenSansLight;
    src: url(/admin/assets/fonts/OpenSans/OpenSans-LightItalic.ttf) format("truetype");
		font-style:italic;
}

/* Oswald */

@font-face {
    font-family: OswaldLight;
    src: url(/admin/assets/fonts/Oswald/Oswald-Light.ttf) format("truetype");
}
@font-face {
    font-family: Oswald;
    src: url(/admin/assets/fonts/Oswald/Oswald-Regular.ttf) format("truetype");
}
@font-face {
    font-family: Oswald;
    src: url(/admin/assets/fonts/Oswald/Oswald-Bold.ttf) format("truetype");
		font-weight:bold;
}

/* AvantGarden */

@font-face {
    font-family: AvantGarden;
    src: url(/admin/assets/fonts/AvantGarden/AvanGB29.ttf) format("truetype");
}

/* Calibri */

@font-face {
    font-family: Calibri;
    src: url(/admin/assets/fonts/Calibri/calibri.ttf) format("truetype");
}

@font-face {
    font-family: Calibri;
    src: url(/admin/assets/fonts/Calibri/calibrib.ttf) format("truetype");
		font-weight:bold;
}

@font-face {
    font-family: Calibri;
    src: url(/admin/assets/fonts/Calibri/calibrii.ttf) format("truetype");
		font-style:italic;
}


/* Gotham */

@font-face {
	font-family: Gotham;
	src: url(/admin/assets/fonts/Gotham/Gotham-Book.otf) format("opentype");
}
@font-face {
	font-family: Gotham;
	src: url(/admin/assets/fonts/Gotham/Gotham-BookItalic.otf) format("opentype");
	font-style:italic;
}

@font-face {
	font-family: GothamBold;
	src: url(/admin/assets/fonts/Gotham/Gotham-Bold.otf) format("opentype");
}
@font-face {
	font-family: GothamBold;
	src: url(/admin/fonts/Gotham/Gotham-BoldItalic.otf) format("opentype");
	font-style:italic;
}

@font-face {
	font-family: GothamMedium;
	src: url(/admin/assets/fonts/Gotham/Gotham-Medium.otf) format("opentype");
}
@font-face {
	font-family: GothamMedium;
	src: url(/admin/assets/fonts/Gotham/Gotham-MediumItalic.otf) format("opentype");
	font-style:italic;
}

@font-face {
	font-family: GothamLight;
	src: url(/admin/assets/fonts/Gotham/Gotham-Light.otf) format("opentype");
}
@font-face {
	font-family: GothamLight;
	src: url(/admin/assets/fonts/Gotham/Gotham-LightItalic.otf) format("opentype");
	font-style:italic;
}

@font-face {
	font-family: GothamBlack;
	src: url(/admin/assets/fonts/Gotham/Gotham-Black.otf) format("opentype");
}
@font-face {
	font-family: GothamBlack;
	src: url(/admin/assets/fonts/Gotham/Gotham-BlackItalic.otf) format("opentype");
	font-style:italic;
}

/* Tangerine */

@font-face {
	font-family: Tangerine;
	src: url(/admin/assets/fonts/Tangerine/Tangerine_Regular.ttf) format("truetype");
}
@font-face {
	font-family: Tangerine;
	src: url(/admin/assets/fonts/Tangerine/Tangerine_Bold.ttf) format("truetype");
	font-weight:bold;
}

/* Tangerine */

@font-face {
	font-family: Kaushan;
	src: url(/admin/assets/fonts/Kaushan/kaushan-script.regular.ttf) format("truetype");
}

/* Roboto */

@font-face {
    font-family: Roboto;
    src: url(/admin/assets/fonts/Roboto/Roboto-Regular.ttf) format("truetype");
}
@font-face {
    font-family: Roboto;
    src: url(/admin/assets/fonts/Roboto/Roboto-Italic.ttf) format("truetype");
		font-style:italic;
}
@font-face {
    font-family: Roboto;
    src: url(/admin/assets/fonts/Roboto/Roboto-Medium.ttf) format("truetype");
		font-weight:bold;
}
@font-face {
    font-family: Roboto;
    src: url(/admin/assets/fonts/Roboto/Roboto-MediumItalic.ttf) format("truetype");
		font-weight:bold;
		font-style:italic;
}

/* Roboto Condensed */

@font-face {
    font-family: RobotoCondensed;
    src: url(/admin/assets/fonts/Roboto_Condensed/Roboto-Condensed-Regular.ttf) format("truetype");
}
@font-face {
    font-family: RobotoCondensed;
    src: url(/admin/assets/fonts/Roboto_Condensed/Roboto-Condensed-Light.ttf) format("truetype");
		font-style:italic;
}
@font-face {
    font-family: RobotoCondensed;
    src: url(/admin/assets/fonts/Roboto_Condensed/Roboto-Condensed-Bold.ttf) format("truetype");
		font-weight:bold;
}
@font-face {
    font-family: RobotoCondensed;
    src: url(/admin/assets/fonts/Roboto_Condensed/Roboto-Condensed-BoldItalic.ttf) format("truetype");
		font-weight:bold;
		font-style:italic;
}

/* Roboto Light */

@font-face {
    font-family: RobotoLight;
    src: url(/admin/assets/fonts/Roboto/Roboto-Light.ttf) format("truetype");
}
@font-face {
    font-family: RobotoLight;
    src: url(/admin/assets/fonts/Roboto/Roboto-LightItalic.ttf) format("truetype");
		font-style:italic;
}

/* Roboto Condensed */

@font-face {
    font-family: RobotoCondensedLight;
    src: url(/admin/assets/fonts/Roboto_Condensed/Roboto-Condensed-Light.ttf) format("truetype");
}
@font-face {
    font-family: RobotoCondensedLight;
    src: url(/admin/assets/fonts/Roboto_Condensed/Roboto-Condensed-LightItalic.ttf) format("truetype");
		font-style:italic;
}