added fonts
This commit is contained in:
34
author/project/system/public/css/fonts/dejavu.css
Executable file
34
author/project/system/public/css/fonts/dejavu.css
Executable file
@@ -0,0 +1,34 @@
|
|||||||
|
@font-face {
|
||||||
|
font-family: 'DejaVu';
|
||||||
|
src: url("/fonts/dejavu/DejaVuLGCSans-ExtraLight.ttf");
|
||||||
|
font-weight: 200;
|
||||||
|
font-style: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'DejaVu';
|
||||||
|
src: url("/fonts/dejavu/DejaVuLGCSans.ttf");
|
||||||
|
font-weight: 400;
|
||||||
|
font-style: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'DejaVu';
|
||||||
|
src: url("/fonts/dejavu/DejaVuLGCSans-Oblique.ttf");
|
||||||
|
font-weight: 400;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'DejaVu';
|
||||||
|
src: url("/fonts/dejavu/DejaVuLGCSans-Bold.ttf");
|
||||||
|
font-weight: 500;
|
||||||
|
font-style: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'DejaVu';
|
||||||
|
src: url("/fonts/dejavu/DejaVuLGCSans-BoldOblique.ttf");
|
||||||
|
font-weight: 500;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
139
author/project/system/public/css/fonts/fira.css
Executable file
139
author/project/system/public/css/fonts/fira.css
Executable file
@@ -0,0 +1,139 @@
|
|||||||
|
@font-face {
|
||||||
|
font-family: 'Fira';
|
||||||
|
src: url('/fonts/fira/FiraSans-Hair.woff2') format('woff2'), url('/fonts/fira/FiraSans-Hair.woff') format('woff');
|
||||||
|
font-weight: 100;
|
||||||
|
font-style: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Fira';
|
||||||
|
src: url('/fonts/fira/FiraSans-HairItalic.woff2') format('woff2'), url('/fonts/fira/FiraSans-HairItalic.woff') format('woff');
|
||||||
|
font-weight: 100;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Fira';
|
||||||
|
src: url('/fonts/fira/FiraSans-UltraLight.woff2') format('woff2'), url('/fonts/fira/FiraSans-UltraLight.woff') format('woff');
|
||||||
|
font-weight: 200;
|
||||||
|
font-style: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Fira';
|
||||||
|
src: url('/fonts/fira/FiraSans-UltraLightItalic.woff2') format('woff2'), url('/fonts/fira/FiraSans-UltraLightItalic.woff') format('woff');
|
||||||
|
font-weight: 200;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Fira';
|
||||||
|
src: url('/fonts/fira/FiraSans-Light.woff2') format('woff2'), url('/fonts/fira/FiraSans-Light.woff') format('woff');
|
||||||
|
font-weight: 300;
|
||||||
|
font-style: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Fira';
|
||||||
|
src: url('/fonts/fira/FiraSans-LightItalic.woff2') format('woff2'), url('/fonts/fira/FiraSans-LightItalic.woff') format('woff');
|
||||||
|
font-weight: 300;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Fira';
|
||||||
|
src: url('/fonts/fira/FiraSans-Regular.woff2') format('woff2'), url('/fonts/fira/FiraSans-Regular.woff') format('woff');
|
||||||
|
font-weight: 400;
|
||||||
|
font-style: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Fira';
|
||||||
|
src: url('/fonts/fira/FiraSans-Italic.woff2') format('woff2'), url('/fonts/fira/FiraSans-Italic.woff') format('woff');
|
||||||
|
font-weight: 400;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Fira';
|
||||||
|
src: url('/fonts/fira/FiraMono-Medium.woff2') format('woff2'), url('/fonts/fira/FiraMono-Medium.woff') format('woff');
|
||||||
|
font-weight: 500;
|
||||||
|
font-style: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Fira';
|
||||||
|
src: url('/fonts/fira/FiraSans-MediumItalic.woff2') format('woff2'), url('/fonts/fira/FiraSans-MediumItalic.woff') format('woff');
|
||||||
|
font-weight: 500;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Fira';
|
||||||
|
src: url('/fonts/fira/FiraSans-SemiBold.woff2') format('woff2'), url('/fonts/fira/FiraSans-SemiBold.woff') format('woff');
|
||||||
|
font-weight: 600;
|
||||||
|
font-style: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Fira';
|
||||||
|
src: url('/fonts/fira/FiraSans-SemiBoldItalic.woff2') format('woff2'), url('/fonts/fira/FiraSans-SemiBoldItalic.woff') format('woff');
|
||||||
|
font-weight: 600;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Fira';
|
||||||
|
src: url('/fonts/fira/FiraSans-Bold.woff2') format('woff2'), url('/fonts/fira/FiraSans-Bold.woff') format('woff');
|
||||||
|
font-weight: 700;
|
||||||
|
font-style: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Fira';
|
||||||
|
src: url('/fonts/fira/FiraSans-BoldItalic.woff2') format('woff2'), url('/fonts/fira/FiraSans-BoldItalic.woff') format('woff');
|
||||||
|
font-weight: 700;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Fira';
|
||||||
|
src: url('/fonts/fira/FiraSans-ExtraBold.woff2') format('woff2'), url('/fonts/fira/FiraSans-ExtraBold.woff') format('woff');
|
||||||
|
font-weight: 800;
|
||||||
|
font-style: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Fira';
|
||||||
|
src: url('/fonts/fira/FiraSans-ExtraBoldItalic.woff2') format('woff2'), url('/fonts/fira/FiraSans-ExtraBoldItalic.woff') format('woff');
|
||||||
|
font-weight: 800;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Fira';
|
||||||
|
src: url('/fonts/fira/FiraSans-Heavy.woff2') format('woff2'), url('/fonts/fira/FiraSans-Heavy.woff') format('woff');
|
||||||
|
font-weight: 900;
|
||||||
|
font-style: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Fira';
|
||||||
|
src: url('/fonts/fira/FiraSans-HeavyItalic.woff2') format('woff2'), url('/fonts/fira/FiraSans-HeavyItalic.woff') format('woff');
|
||||||
|
font-weight: 900;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Fira' Mono;
|
||||||
|
src: url('/fonts/fira/FiraMono-Regular.woff2') format('woff2'), url('/fonts/fira/FiraMono-Regular.woff') format('woff');
|
||||||
|
font-weight: 400;
|
||||||
|
font-style: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Fira' Mono;
|
||||||
|
src: url('/fonts/fira/FiraMono-Bold.woff2') format('woff2'), url('/fonts/fira/FiraMono-Bold.woff') format('woff');
|
||||||
|
font-weight: 600;
|
||||||
|
font-style: normal;
|
||||||
|
}
|
31
author/project/system/public/css/fonts/hack.css
Executable file
31
author/project/system/public/css/fonts/hack.css
Executable file
@@ -0,0 +1,31 @@
|
|||||||
|
@font-face {
|
||||||
|
font-family: 'Hack';
|
||||||
|
src: url('/fonts/hack/hack-regular.woff2?sha=3114f1256') format('woff2'), url('/fonts/hack/hack-regular.woff?sha=3114f1256') format('woff');
|
||||||
|
font-weight: 400;
|
||||||
|
font-style: normal;
|
||||||
|
font-display: swap;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Hack';
|
||||||
|
src: url('/fonts/hack/hack-bold.woff2?sha=3114f1256') format('woff2'), url('/fonts/hack/hack-bold.woff?sha=3114f1256') format('woff');
|
||||||
|
font-weight: 700;
|
||||||
|
font-style: normal;
|
||||||
|
font-display: swap;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Hack';
|
||||||
|
src: url('/fonts/hack/hack-italic.woff2?sha=3114f1256') format('woff2'), url('/fonts/hack/hack-italic.woff?sha=3114f1256') format('woff');
|
||||||
|
font-weight: 400;
|
||||||
|
font-style: italic;
|
||||||
|
font-display: swap;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Hack';
|
||||||
|
src: url('/fonts/hack/hack-bolditalic.woff2?sha=3114f1256') format('woff2'), url('/fonts/hack/hack-bolditalic.woff?sha=3114f1256') format('woff');
|
||||||
|
font-weight: 700;
|
||||||
|
font-style: italic;
|
||||||
|
font-display: swap;
|
||||||
|
}
|
BIN
author/project/system/public/fonts/commissioner.ttf
Executable file
BIN
author/project/system/public/fonts/commissioner.ttf
Executable file
Binary file not shown.
BIN
author/project/system/public/fonts/dejavu/DejaVuLGCSans-Bold.ttf
Executable file
BIN
author/project/system/public/fonts/dejavu/DejaVuLGCSans-Bold.ttf
Executable file
Binary file not shown.
BIN
author/project/system/public/fonts/dejavu/DejaVuLGCSans-BoldOblique.ttf
Executable file
BIN
author/project/system/public/fonts/dejavu/DejaVuLGCSans-BoldOblique.ttf
Executable file
Binary file not shown.
BIN
author/project/system/public/fonts/dejavu/DejaVuLGCSans-ExtraLight.ttf
Executable file
BIN
author/project/system/public/fonts/dejavu/DejaVuLGCSans-ExtraLight.ttf
Executable file
Binary file not shown.
BIN
author/project/system/public/fonts/dejavu/DejaVuLGCSans-Oblique.ttf
Executable file
BIN
author/project/system/public/fonts/dejavu/DejaVuLGCSans-Oblique.ttf
Executable file
Binary file not shown.
BIN
author/project/system/public/fonts/dejavu/DejaVuLGCSans.ttf
Executable file
BIN
author/project/system/public/fonts/dejavu/DejaVuLGCSans.ttf
Executable file
Binary file not shown.
BIN
author/project/system/public/fonts/dejavu/DejaVuLGCSansCondensed-Bold.ttf
Executable file
BIN
author/project/system/public/fonts/dejavu/DejaVuLGCSansCondensed-Bold.ttf
Executable file
Binary file not shown.
BIN
author/project/system/public/fonts/dejavu/DejaVuLGCSansCondensed-BoldOblique.ttf
Executable file
BIN
author/project/system/public/fonts/dejavu/DejaVuLGCSansCondensed-BoldOblique.ttf
Executable file
Binary file not shown.
BIN
author/project/system/public/fonts/dejavu/DejaVuLGCSansCondensed-Oblique.ttf
Executable file
BIN
author/project/system/public/fonts/dejavu/DejaVuLGCSansCondensed-Oblique.ttf
Executable file
Binary file not shown.
BIN
author/project/system/public/fonts/dejavu/DejaVuLGCSansCondensed.ttf
Executable file
BIN
author/project/system/public/fonts/dejavu/DejaVuLGCSansCondensed.ttf
Executable file
Binary file not shown.
BIN
author/project/system/public/fonts/dejavu/DejaVuLGCSansMono-Bold.ttf
Executable file
BIN
author/project/system/public/fonts/dejavu/DejaVuLGCSansMono-Bold.ttf
Executable file
Binary file not shown.
BIN
author/project/system/public/fonts/dejavu/DejaVuLGCSansMono-BoldOblique.ttf
Executable file
BIN
author/project/system/public/fonts/dejavu/DejaVuLGCSansMono-BoldOblique.ttf
Executable file
Binary file not shown.
BIN
author/project/system/public/fonts/dejavu/DejaVuLGCSansMono-Oblique.ttf
Executable file
BIN
author/project/system/public/fonts/dejavu/DejaVuLGCSansMono-Oblique.ttf
Executable file
Binary file not shown.
BIN
author/project/system/public/fonts/dejavu/DejaVuLGCSansMono.ttf
Executable file
BIN
author/project/system/public/fonts/dejavu/DejaVuLGCSansMono.ttf
Executable file
Binary file not shown.
BIN
author/project/system/public/fonts/dejavu/DejaVuLGCSerif-Bold.ttf
Executable file
BIN
author/project/system/public/fonts/dejavu/DejaVuLGCSerif-Bold.ttf
Executable file
Binary file not shown.
BIN
author/project/system/public/fonts/dejavu/DejaVuLGCSerif-BoldItalic.ttf
Executable file
BIN
author/project/system/public/fonts/dejavu/DejaVuLGCSerif-BoldItalic.ttf
Executable file
Binary file not shown.
BIN
author/project/system/public/fonts/dejavu/DejaVuLGCSerif-Italic.ttf
Executable file
BIN
author/project/system/public/fonts/dejavu/DejaVuLGCSerif-Italic.ttf
Executable file
Binary file not shown.
BIN
author/project/system/public/fonts/dejavu/DejaVuLGCSerif.ttf
Executable file
BIN
author/project/system/public/fonts/dejavu/DejaVuLGCSerif.ttf
Executable file
Binary file not shown.
BIN
author/project/system/public/fonts/dejavu/DejaVuLGCSerifCondensed-Bold.ttf
Executable file
BIN
author/project/system/public/fonts/dejavu/DejaVuLGCSerifCondensed-Bold.ttf
Executable file
Binary file not shown.
BIN
author/project/system/public/fonts/dejavu/DejaVuLGCSerifCondensed-BoldItalic.ttf
Executable file
BIN
author/project/system/public/fonts/dejavu/DejaVuLGCSerifCondensed-BoldItalic.ttf
Executable file
Binary file not shown.
BIN
author/project/system/public/fonts/dejavu/DejaVuLGCSerifCondensed-Italic.ttf
Executable file
BIN
author/project/system/public/fonts/dejavu/DejaVuLGCSerifCondensed-Italic.ttf
Executable file
Binary file not shown.
BIN
author/project/system/public/fonts/dejavu/DejaVuLGCSerifCondensed.ttf
Executable file
BIN
author/project/system/public/fonts/dejavu/DejaVuLGCSerifCondensed.ttf
Executable file
Binary file not shown.
BIN
author/project/system/public/fonts/fira/FiraMono-Bold.woff
Executable file
BIN
author/project/system/public/fonts/fira/FiraMono-Bold.woff
Executable file
Binary file not shown.
BIN
author/project/system/public/fonts/fira/FiraMono-Bold.woff2
Executable file
BIN
author/project/system/public/fonts/fira/FiraMono-Bold.woff2
Executable file
Binary file not shown.
BIN
author/project/system/public/fonts/fira/FiraMono-Medium.woff
Executable file
BIN
author/project/system/public/fonts/fira/FiraMono-Medium.woff
Executable file
Binary file not shown.
BIN
author/project/system/public/fonts/fira/FiraMono-Medium.woff2
Executable file
BIN
author/project/system/public/fonts/fira/FiraMono-Medium.woff2
Executable file
Binary file not shown.
BIN
author/project/system/public/fonts/fira/FiraMono-Regular.woff
Executable file
BIN
author/project/system/public/fonts/fira/FiraMono-Regular.woff
Executable file
Binary file not shown.
BIN
author/project/system/public/fonts/fira/FiraMono-Regular.woff2
Executable file
BIN
author/project/system/public/fonts/fira/FiraMono-Regular.woff2
Executable file
Binary file not shown.
BIN
author/project/system/public/fonts/fira/FiraSans-Bold.woff
Executable file
BIN
author/project/system/public/fonts/fira/FiraSans-Bold.woff
Executable file
Binary file not shown.
BIN
author/project/system/public/fonts/fira/FiraSans-Bold.woff2
Executable file
BIN
author/project/system/public/fonts/fira/FiraSans-Bold.woff2
Executable file
Binary file not shown.
BIN
author/project/system/public/fonts/fira/FiraSans-BoldItalic.woff
Executable file
BIN
author/project/system/public/fonts/fira/FiraSans-BoldItalic.woff
Executable file
Binary file not shown.
BIN
author/project/system/public/fonts/fira/FiraSans-BoldItalic.woff2
Executable file
BIN
author/project/system/public/fonts/fira/FiraSans-BoldItalic.woff2
Executable file
Binary file not shown.
BIN
author/project/system/public/fonts/fira/FiraSans-Book.woff
Executable file
BIN
author/project/system/public/fonts/fira/FiraSans-Book.woff
Executable file
Binary file not shown.
BIN
author/project/system/public/fonts/fira/FiraSans-Book.woff2
Executable file
BIN
author/project/system/public/fonts/fira/FiraSans-Book.woff2
Executable file
Binary file not shown.
BIN
author/project/system/public/fonts/fira/FiraSans-BookItalic.woff
Executable file
BIN
author/project/system/public/fonts/fira/FiraSans-BookItalic.woff
Executable file
Binary file not shown.
BIN
author/project/system/public/fonts/fira/FiraSans-BookItalic.woff2
Executable file
BIN
author/project/system/public/fonts/fira/FiraSans-BookItalic.woff2
Executable file
Binary file not shown.
BIN
author/project/system/public/fonts/fira/FiraSans-Eight.woff
Executable file
BIN
author/project/system/public/fonts/fira/FiraSans-Eight.woff
Executable file
Binary file not shown.
BIN
author/project/system/public/fonts/fira/FiraSans-Eight.woff2
Executable file
BIN
author/project/system/public/fonts/fira/FiraSans-Eight.woff2
Executable file
Binary file not shown.
BIN
author/project/system/public/fonts/fira/FiraSans-EightItalic.woff
Executable file
BIN
author/project/system/public/fonts/fira/FiraSans-EightItalic.woff
Executable file
Binary file not shown.
BIN
author/project/system/public/fonts/fira/FiraSans-EightItalic.woff2
Executable file
BIN
author/project/system/public/fonts/fira/FiraSans-EightItalic.woff2
Executable file
Binary file not shown.
BIN
author/project/system/public/fonts/fira/FiraSans-ExtraBold.woff
Executable file
BIN
author/project/system/public/fonts/fira/FiraSans-ExtraBold.woff
Executable file
Binary file not shown.
BIN
author/project/system/public/fonts/fira/FiraSans-ExtraBold.woff2
Executable file
BIN
author/project/system/public/fonts/fira/FiraSans-ExtraBold.woff2
Executable file
Binary file not shown.
BIN
author/project/system/public/fonts/fira/FiraSans-ExtraBoldItalic.woff
Executable file
BIN
author/project/system/public/fonts/fira/FiraSans-ExtraBoldItalic.woff
Executable file
Binary file not shown.
BIN
author/project/system/public/fonts/fira/FiraSans-ExtraBoldItalic.woff2
Executable file
BIN
author/project/system/public/fonts/fira/FiraSans-ExtraBoldItalic.woff2
Executable file
Binary file not shown.
BIN
author/project/system/public/fonts/fira/FiraSans-ExtraLight.woff
Executable file
BIN
author/project/system/public/fonts/fira/FiraSans-ExtraLight.woff
Executable file
Binary file not shown.
BIN
author/project/system/public/fonts/fira/FiraSans-ExtraLight.woff2
Executable file
BIN
author/project/system/public/fonts/fira/FiraSans-ExtraLight.woff2
Executable file
Binary file not shown.
BIN
author/project/system/public/fonts/fira/FiraSans-ExtraLightItalic.woff
Executable file
BIN
author/project/system/public/fonts/fira/FiraSans-ExtraLightItalic.woff
Executable file
Binary file not shown.
BIN
author/project/system/public/fonts/fira/FiraSans-ExtraLightItalic.woff2
Executable file
BIN
author/project/system/public/fonts/fira/FiraSans-ExtraLightItalic.woff2
Executable file
Binary file not shown.
BIN
author/project/system/public/fonts/fira/FiraSans-Four.woff
Executable file
BIN
author/project/system/public/fonts/fira/FiraSans-Four.woff
Executable file
Binary file not shown.
BIN
author/project/system/public/fonts/fira/FiraSans-Four.woff2
Executable file
BIN
author/project/system/public/fonts/fira/FiraSans-Four.woff2
Executable file
Binary file not shown.
BIN
author/project/system/public/fonts/fira/FiraSans-FourItalic.woff
Executable file
BIN
author/project/system/public/fonts/fira/FiraSans-FourItalic.woff
Executable file
Binary file not shown.
BIN
author/project/system/public/fonts/fira/FiraSans-FourItalic.woff2
Executable file
BIN
author/project/system/public/fonts/fira/FiraSans-FourItalic.woff2
Executable file
Binary file not shown.
BIN
author/project/system/public/fonts/fira/FiraSans-Hair.woff
Executable file
BIN
author/project/system/public/fonts/fira/FiraSans-Hair.woff
Executable file
Binary file not shown.
BIN
author/project/system/public/fonts/fira/FiraSans-Hair.woff2
Executable file
BIN
author/project/system/public/fonts/fira/FiraSans-Hair.woff2
Executable file
Binary file not shown.
BIN
author/project/system/public/fonts/fira/FiraSans-HairItalic.woff
Executable file
BIN
author/project/system/public/fonts/fira/FiraSans-HairItalic.woff
Executable file
Binary file not shown.
BIN
author/project/system/public/fonts/fira/FiraSans-HairItalic.woff2
Executable file
BIN
author/project/system/public/fonts/fira/FiraSans-HairItalic.woff2
Executable file
Binary file not shown.
BIN
author/project/system/public/fonts/fira/FiraSans-Heavy.woff
Executable file
BIN
author/project/system/public/fonts/fira/FiraSans-Heavy.woff
Executable file
Binary file not shown.
BIN
author/project/system/public/fonts/fira/FiraSans-Heavy.woff2
Executable file
BIN
author/project/system/public/fonts/fira/FiraSans-Heavy.woff2
Executable file
Binary file not shown.
BIN
author/project/system/public/fonts/fira/FiraSans-HeavyItalic.woff
Executable file
BIN
author/project/system/public/fonts/fira/FiraSans-HeavyItalic.woff
Executable file
Binary file not shown.
BIN
author/project/system/public/fonts/fira/FiraSans-HeavyItalic.woff2
Executable file
BIN
author/project/system/public/fonts/fira/FiraSans-HeavyItalic.woff2
Executable file
Binary file not shown.
BIN
author/project/system/public/fonts/fira/FiraSans-Italic.woff
Executable file
BIN
author/project/system/public/fonts/fira/FiraSans-Italic.woff
Executable file
Binary file not shown.
BIN
author/project/system/public/fonts/fira/FiraSans-Italic.woff2
Executable file
BIN
author/project/system/public/fonts/fira/FiraSans-Italic.woff2
Executable file
Binary file not shown.
BIN
author/project/system/public/fonts/fira/FiraSans-Light.woff
Executable file
BIN
author/project/system/public/fonts/fira/FiraSans-Light.woff
Executable file
Binary file not shown.
BIN
author/project/system/public/fonts/fira/FiraSans-Light.woff2
Executable file
BIN
author/project/system/public/fonts/fira/FiraSans-Light.woff2
Executable file
Binary file not shown.
BIN
author/project/system/public/fonts/fira/FiraSans-LightItalic.woff
Executable file
BIN
author/project/system/public/fonts/fira/FiraSans-LightItalic.woff
Executable file
Binary file not shown.
BIN
author/project/system/public/fonts/fira/FiraSans-LightItalic.woff2
Executable file
BIN
author/project/system/public/fonts/fira/FiraSans-LightItalic.woff2
Executable file
Binary file not shown.
BIN
author/project/system/public/fonts/fira/FiraSans-Medium.woff
Executable file
BIN
author/project/system/public/fonts/fira/FiraSans-Medium.woff
Executable file
Binary file not shown.
BIN
author/project/system/public/fonts/fira/FiraSans-Medium.woff2
Executable file
BIN
author/project/system/public/fonts/fira/FiraSans-Medium.woff2
Executable file
Binary file not shown.
BIN
author/project/system/public/fonts/fira/FiraSans-MediumItalic.woff
Executable file
BIN
author/project/system/public/fonts/fira/FiraSans-MediumItalic.woff
Executable file
Binary file not shown.
BIN
author/project/system/public/fonts/fira/FiraSans-MediumItalic.woff2
Executable file
BIN
author/project/system/public/fonts/fira/FiraSans-MediumItalic.woff2
Executable file
Binary file not shown.
BIN
author/project/system/public/fonts/fira/FiraSans-Regular.woff
Executable file
BIN
author/project/system/public/fonts/fira/FiraSans-Regular.woff
Executable file
Binary file not shown.
BIN
author/project/system/public/fonts/fira/FiraSans-Regular.woff2
Executable file
BIN
author/project/system/public/fonts/fira/FiraSans-Regular.woff2
Executable file
Binary file not shown.
BIN
author/project/system/public/fonts/fira/FiraSans-SemiBold.woff
Executable file
BIN
author/project/system/public/fonts/fira/FiraSans-SemiBold.woff
Executable file
Binary file not shown.
BIN
author/project/system/public/fonts/fira/FiraSans-SemiBold.woff2
Executable file
BIN
author/project/system/public/fonts/fira/FiraSans-SemiBold.woff2
Executable file
Binary file not shown.
BIN
author/project/system/public/fonts/fira/FiraSans-SemiBoldItalic.woff
Executable file
BIN
author/project/system/public/fonts/fira/FiraSans-SemiBoldItalic.woff
Executable file
Binary file not shown.
BIN
author/project/system/public/fonts/fira/FiraSans-SemiBoldItalic.woff2
Executable file
BIN
author/project/system/public/fonts/fira/FiraSans-SemiBoldItalic.woff2
Executable file
Binary file not shown.
BIN
author/project/system/public/fonts/fira/FiraSans-Thin.woff
Executable file
BIN
author/project/system/public/fonts/fira/FiraSans-Thin.woff
Executable file
Binary file not shown.
BIN
author/project/system/public/fonts/fira/FiraSans-Thin.woff2
Executable file
BIN
author/project/system/public/fonts/fira/FiraSans-Thin.woff2
Executable file
Binary file not shown.
BIN
author/project/system/public/fonts/fira/FiraSans-ThinItalic.woff
Executable file
BIN
author/project/system/public/fonts/fira/FiraSans-ThinItalic.woff
Executable file
Binary file not shown.
BIN
author/project/system/public/fonts/fira/FiraSans-ThinItalic.woff2
Executable file
BIN
author/project/system/public/fonts/fira/FiraSans-ThinItalic.woff2
Executable file
Binary file not shown.
BIN
author/project/system/public/fonts/fira/FiraSans-Two.woff
Executable file
BIN
author/project/system/public/fonts/fira/FiraSans-Two.woff
Executable file
Binary file not shown.
BIN
author/project/system/public/fonts/fira/FiraSans-Two.woff2
Executable file
BIN
author/project/system/public/fonts/fira/FiraSans-Two.woff2
Executable file
Binary file not shown.
BIN
author/project/system/public/fonts/fira/FiraSans-TwoItalic.woff
Executable file
BIN
author/project/system/public/fonts/fira/FiraSans-TwoItalic.woff
Executable file
Binary file not shown.
BIN
author/project/system/public/fonts/fira/FiraSans-TwoItalic.woff2
Executable file
BIN
author/project/system/public/fonts/fira/FiraSans-TwoItalic.woff2
Executable file
Binary file not shown.
BIN
author/project/system/public/fonts/fira/FiraSans-Ultra.woff
Executable file
BIN
author/project/system/public/fonts/fira/FiraSans-Ultra.woff
Executable file
Binary file not shown.
BIN
author/project/system/public/fonts/fira/FiraSans-Ultra.woff2
Executable file
BIN
author/project/system/public/fonts/fira/FiraSans-Ultra.woff2
Executable file
Binary file not shown.
BIN
author/project/system/public/fonts/fira/FiraSans-UltraItalic.woff
Executable file
BIN
author/project/system/public/fonts/fira/FiraSans-UltraItalic.woff
Executable file
Binary file not shown.
BIN
author/project/system/public/fonts/fira/FiraSans-UltraItalic.woff2
Executable file
BIN
author/project/system/public/fonts/fira/FiraSans-UltraItalic.woff2
Executable file
Binary file not shown.
BIN
author/project/system/public/fonts/fira/FiraSans-UltraLight.woff
Executable file
BIN
author/project/system/public/fonts/fira/FiraSans-UltraLight.woff
Executable file
Binary file not shown.
BIN
author/project/system/public/fonts/fira/FiraSans-UltraLight.woff2
Executable file
BIN
author/project/system/public/fonts/fira/FiraSans-UltraLight.woff2
Executable file
Binary file not shown.
BIN
author/project/system/public/fonts/fira/FiraSans-UltraLightItalic.woff
Executable file
BIN
author/project/system/public/fonts/fira/FiraSans-UltraLightItalic.woff
Executable file
Binary file not shown.
BIN
author/project/system/public/fonts/fira/FiraSans-UltraLightItalic.woff2
Executable file
BIN
author/project/system/public/fonts/fira/FiraSans-UltraLightItalic.woff2
Executable file
Binary file not shown.
BIN
author/project/system/public/fonts/hack/hack-bold-subset.woff
Executable file
BIN
author/project/system/public/fonts/hack/hack-bold-subset.woff
Executable file
Binary file not shown.
BIN
author/project/system/public/fonts/hack/hack-bold-subset.woff2
Executable file
BIN
author/project/system/public/fonts/hack/hack-bold-subset.woff2
Executable file
Binary file not shown.
BIN
author/project/system/public/fonts/hack/hack-bold.woff
Executable file
BIN
author/project/system/public/fonts/hack/hack-bold.woff
Executable file
Binary file not shown.
BIN
author/project/system/public/fonts/hack/hack-bold.woff2
Executable file
BIN
author/project/system/public/fonts/hack/hack-bold.woff2
Executable file
Binary file not shown.
BIN
author/project/system/public/fonts/hack/hack-bolditalic-subset.woff
Executable file
BIN
author/project/system/public/fonts/hack/hack-bolditalic-subset.woff
Executable file
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user