winFontFaces = styled.css`
@font-face {
font-family: 'MS Sans Serif';
src: url('${react95_font_normal_url}') format('woff2');
font-weight: normal; /* 400 */
font-style: normal;
}
@font-face {
font-family: 'MS Sans Serif';
src: url('${react95_font_bold_url}') format('woff2');
font-weight: bold; /* 700 */
font-style: normal;
}
`