﻿/*
    20191029 mmd
    Workaround for error when including Bluebird Promise polyfill.
    ref: https://stackoverflow.com/questions/29338479/font-face-failed-opentype-embedding-permission-check-permission-must-be-instal
*/

@font-face {
    font-family: 'Font-Name';
    src: url('../fonts/Font-Name.eot?#iefix') format('embedded-opentype'), url('../fonts/Font-Name.ttf') format('truetype');
}
