@font-face {
    /* quirky FF bug :' instead of : ' */
    font-family:'Atkinson Hyperlegible';
    font-style: normal;
    font-weight: 400;
    src: local('Atkinson Hyperlegible'),
	 url('fonts/atkinson-hyperlegible/Atkinson-Hyperlegible-Regular-102a.woff2') format('woff2'),
	 url('fonts/atkinson-hyperlegible/AtkinsonHyperlegible-Regular-102.woff') format('woff');
}
@font-face {
    font-family:'Atkinson Hyperlegible';
    font-style: italic;
    font-weight: 400;
    src: local('Atkinson Hyperlegible'),
	 url('fonts/atkinson-hyperlegible/Atkinson-Hyperlegible-Italic-102a.woff2') format('woff2'),
	 url('fonts/atkinson-hyperlegible/Atkinson-Hyperlegible-Italic-102.woff') format('woff');
}
@font-face {
    font-family:'Atkinson Hyperlegible';
    font-style: normal;
    font-weight: 700;
    src: local('Atkinson Hyperlegible'),
	 url('fonts/atkinson-hyperlegible/Atkinson-Hyperlegible-Bold-102a.woff2') format('woff2'),
	 url('fonts/atkinson-hyperlegible/Atkinson-Hyperlegible-Bold-102.woff') format('woff');
}
@font-face {
    font-family:'Atkinson Hyperlegible';
    font-style: italic;
    font-weight: 700;
    src: local('Atkinson Hyperlegible'),
	 url('fonts/atkinson-hyperlegible/Atkinson-Hyperlegible-BoldItalic-102a.woff2') format('woff2'),
	 url('fonts/atkinson-hyperlegible/Atkinson-Hyperlegible-BoldItalic-102.woff') format('woff');
}
