Summary Table

Categories Total Count
PII 0
URL 0
DNS 0
EKL 0
IP 0
PORT 0
VsID 0
CF 0
AI 0
VPD 0
PL 0
Other 0

File Content

$fontPath: '../../_assets/fonts/Open_Sans/';

@font-face {
font-family: 'Open Sans Light';
font-style: normal;
font-weight: 300;
src: url($fontPath + 'OpenSans-Light.ttf') format('truetype');
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: url($fontPath + 'OpenSans-Regular.ttf') format('truetype');
}
@font-face {
font-family: 'Open Sans Bold';
font-style: normal;
font-weight: 700;
src: url($fontPath + 'OpenSans-Bold.ttf') format('truetype');
}
@font-face {
font-family: 'Open Sans Light Italic';
font-style: italic;
font-weight: 300;
src: url($fontPath + 'OpenSans-LightItalic.ttf') format('truetype');
}
@font-face {
font-family: 'Open Sans Italic';
font-style: italic;
font-weight: 400;
src: url($fontPath + 'OpenSans-Italic.ttf') format('truetype');
}
@font-face {
font-family: 'Open Sans Bold Italic';
font-style: italic;
font-weight: 700;
src: url($fontPath + 'OpenSans-BoldItalic.ttf') format('truetype');
}
@font-face {
font-family: 'Open Sans Semibold';
font-style: normal;
font-weight: 600;
src: url($fontPath + 'OpenSans-Semibold.ttf') format('truetype');
}