﻿/* CSS - Master style sheet for kaptery.org, 2015 -- Fonts */

/* Imports - Fonts */
/*@import url(http://fonts.googleapis.com/css?family=Radley:400,400italic);*/
/*@import url(http://fonts.googleapis.com/css?family=Noto+Serif:400,400italic);*/
/*@import url(http://fonts.googleapis.com/css?family=Lato:400,700); */
@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic); 

/* Local Loads */
@font-face {
	font-family: 'Junction';
	src: URL('/css/fonts/junction-regular.woff');
}
@font-face {
	font-family: 'Junction';
	src: URL('/css/fonts/junction-bold.woff');
	font-weight: bold;
}

/* Chrome font rendering possible fix */

body {
    -webkit-animation-delay: 0.1s;
    -webkit-animation-name: fontfix;
    -webkit-animation-duration: 0.1s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
}

@-webkit-keyframes fontfix {
    from { opacity: 1; }
    to   { opacity: 1; }
}