@electron-fonts/rem
Version:
REM font injector to electron aplications.
125 lines (108 loc) • 2.65 kB
CSS
@font-face {
font-family: "REM";
src: url(../fonts/REM-Thin.ttf) format("truetype");
font-style: normal;
font-weight: 100;
}
@font-face {
font-family: "REM";
src: url(../fonts/REM-ThinItalic.ttf) format("truetype");
font-style: italic;
font-weight: 100;
}
@font-face {
font-family: "REM";
src: url(../fonts/REM-ExtraLight.ttf) format("truetype");
font-style: normal;
font-weight: 200;
}
@font-face {
font-family: "REM";
src: url(../fonts/REM-ExtraLightItalic.ttf) format("truetype");
font-style: italic;
font-weight: 200;
}
@font-face {
font-family: "REM";
src: url(../fonts/REM-Light.ttf) format("truetype");
font-style: normal;
font-weight: 300;
}
@font-face {
font-family: "REM";
src: url(../fonts/REM-LightItalic.ttf) format("truetype");
font-style: italic;
font-weight: 300;
}
@font-face {
font-family: "REM";
src: url(../fonts/REM-Regular.ttf) format("truetype");
font-style: normal;
font-weight: 400;
}
@font-face {
font-family: "REM";
src: url(../fonts/REM-Italic.ttf) format("truetype");
font-style: italic;
font-weight: 400;
}
@font-face {
font-family: "REM";
src: url(../fonts/REM-Medium.ttf) format("truetype");
font-style: normal;
font-weight: 500;
}
@font-face {
font-family: "REM";
src: url(../fonts/REM-MediumItalic.ttf) format("truetype");
font-style: italic;
font-weight: 500;
}
@font-face {
font-family: "REM";
src: url(../fonts/REM-SemiBold.ttf) format("truetype");
font-style: normal;
font-weight: 600;
}
@font-face {
font-family: "REM";
src: url(../fonts/REM-SemiBoldItalic.ttf) format("truetype");
font-style: italic;
font-weight: 600;
}
@font-face {
font-family: "REM";
src: url(../fonts/REM-Bold.ttf) format("truetype");
font-style: normal;
font-weight: 700;
}
@font-face {
font-family: "REM";
src: url(../fonts/REM-ExtraBold.ttf) format("truetype");
font-style: normal;
font-weight: 700;
}
@font-face {
font-family: "REM";
src: url(../fonts/REM-BoldItalic.ttf) format("truetype");
font-style: italic;
font-weight: 700;
}
@font-face {
font-family: "REM";
src: url(../fonts/REM-ExtraBoldItalic.ttf) format("truetype");
font-style: italic;
font-weight: 700;
}
@font-face {
font-family: "REM";
src: url(../fonts/REM-Black.ttf) format("truetype");
font-style: normal;
font-weight: 900;
}
@font-face {
font-family: "REM";
src: url(../fonts/REM-BlackItalic.ttf) format("truetype");
font-style: italic;
font-weight: 900;
}