@openeuropa/bcl-theme-joinup 0.13.0 → 0.17.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bcl-builder.config.js +4 -0
- package/css/oe-bcl-joinup.css +262 -26
- package/css/oe-bcl-joinup.css.map +1 -1
- package/css/oe-bcl-joinup.min.css +1 -1
- package/css/oe-bcl-joinup.min.css.map +1 -1
- package/fonts/cyrillic-400-italic.css +9 -0
- package/fonts/cyrillic-400.css +9 -0
- package/fonts/cyrillic-500-italic.css +9 -0
- package/fonts/cyrillic-500.css +9 -0
- package/fonts/cyrillic-700-italic.css +9 -0
- package/fonts/cyrillic-700.css +9 -0
- package/fonts/cyrillic-ext-400-italic.css +9 -0
- package/fonts/cyrillic-ext-400.css +9 -0
- package/fonts/cyrillic-ext-500-italic.css +9 -0
- package/fonts/cyrillic-ext-500.css +9 -0
- package/fonts/cyrillic-ext-700-italic.css +9 -0
- package/fonts/cyrillic-ext-700.css +9 -0
- package/fonts/files/roboto-cyrillic-400-italic.woff +0 -0
- package/fonts/files/roboto-cyrillic-400-italic.woff2 +0 -0
- package/fonts/files/roboto-cyrillic-400-normal.woff +0 -0
- package/fonts/files/roboto-cyrillic-400-normal.woff2 +0 -0
- package/fonts/files/roboto-cyrillic-500-italic.woff +0 -0
- package/fonts/files/roboto-cyrillic-500-italic.woff2 +0 -0
- package/fonts/files/roboto-cyrillic-500-normal.woff +0 -0
- package/fonts/files/roboto-cyrillic-500-normal.woff2 +0 -0
- package/fonts/files/roboto-cyrillic-700-italic.woff +0 -0
- package/fonts/files/roboto-cyrillic-700-italic.woff2 +0 -0
- package/fonts/files/roboto-cyrillic-700-normal.woff +0 -0
- package/fonts/files/roboto-cyrillic-700-normal.woff2 +0 -0
- package/fonts/files/roboto-greek-400-italic.woff +0 -0
- package/fonts/files/roboto-greek-400-italic.woff2 +0 -0
- package/fonts/files/roboto-greek-400-normal.woff +0 -0
- package/fonts/files/roboto-greek-400-normal.woff2 +0 -0
- package/fonts/files/roboto-greek-500-italic.woff +0 -0
- package/fonts/files/roboto-greek-500-italic.woff2 +0 -0
- package/fonts/files/roboto-greek-500-normal.woff +0 -0
- package/fonts/files/roboto-greek-500-normal.woff2 +0 -0
- package/fonts/files/roboto-greek-700-italic.woff +0 -0
- package/fonts/files/roboto-greek-700-italic.woff2 +0 -0
- package/fonts/files/roboto-greek-700-normal.woff +0 -0
- package/fonts/files/roboto-greek-700-normal.woff2 +0 -0
- package/fonts/files/roboto-latin-400-italic.woff +0 -0
- package/fonts/files/roboto-latin-400-italic.woff2 +0 -0
- package/fonts/files/roboto-latin-400-normal.woff +0 -0
- package/fonts/files/roboto-latin-400-normal.woff2 +0 -0
- package/fonts/files/roboto-latin-500-italic.woff +0 -0
- package/fonts/files/roboto-latin-500-italic.woff2 +0 -0
- package/fonts/files/roboto-latin-500-normal.woff +0 -0
- package/fonts/files/roboto-latin-500-normal.woff2 +0 -0
- package/fonts/files/roboto-latin-700-italic.woff +0 -0
- package/fonts/files/roboto-latin-700-italic.woff2 +0 -0
- package/fonts/files/roboto-latin-700-normal.woff +0 -0
- package/fonts/files/roboto-latin-700-normal.woff2 +0 -0
- package/fonts/files/roboto-latin-ext-400-italic.woff +0 -0
- package/fonts/files/roboto-latin-ext-400-italic.woff2 +0 -0
- package/fonts/files/roboto-latin-ext-400-normal.woff +0 -0
- package/fonts/files/roboto-latin-ext-400-normal.woff2 +0 -0
- package/fonts/files/roboto-latin-ext-500-italic.woff +0 -0
- package/fonts/files/roboto-latin-ext-500-italic.woff2 +0 -0
- package/fonts/files/roboto-latin-ext-500-normal.woff +0 -0
- package/fonts/files/roboto-latin-ext-500-normal.woff2 +0 -0
- package/fonts/files/roboto-latin-ext-700-italic.woff +0 -0
- package/fonts/files/roboto-latin-ext-700-italic.woff2 +0 -0
- package/fonts/files/roboto-latin-ext-700-normal.woff +0 -0
- package/fonts/files/roboto-latin-ext-700-normal.woff2 +0 -0
- package/fonts/greek-400-italic.css +9 -0
- package/fonts/greek-400.css +9 -0
- package/fonts/greek-500-italic.css +9 -0
- package/fonts/greek-500.css +9 -0
- package/fonts/greek-700-italic.css +9 -0
- package/fonts/greek-700.css +9 -0
- package/fonts/greek-ext-400-italic.css +9 -0
- package/fonts/greek-ext-400.css +9 -0
- package/fonts/greek-ext-500-italic.css +9 -0
- package/fonts/greek-ext-500.css +9 -0
- package/fonts/greek-ext-700-italic.css +9 -0
- package/fonts/greek-ext-700.css +9 -0
- package/fonts/latin-400-italic.css +9 -0
- package/fonts/latin-400.css +9 -0
- package/fonts/latin-500-italic.css +9 -0
- package/fonts/latin-500.css +9 -0
- package/fonts/latin-700-italic.css +9 -0
- package/fonts/latin-700.css +9 -0
- package/fonts/latin-ext-400-italic.css +9 -0
- package/fonts/latin-ext-400.css +9 -0
- package/fonts/latin-ext-500-italic.css +9 -0
- package/fonts/latin-ext-500.css +9 -0
- package/fonts/latin-ext-700-italic.css +9 -0
- package/fonts/latin-ext-700.css +9 -0
- package/icons/icons-flag.svg +1 -0
- package/js/oe-bcl-joinup.bundle.js +53 -21
- package/js/oe-bcl-joinup.bundle.js.map +1 -1
- package/js/oe-bcl-joinup.bundle.min.js +1 -1
- package/js/oe-bcl-joinup.bundle.min.js.map +1 -1
- package/js/oe-bcl-joinup.esm.min.js.map +1 -1
- package/js/oe-bcl-joinup.umd.js +61 -24
- package/js/oe-bcl-joinup.umd.js.map +1 -1
- package/js/oe-bcl-joinup.umd.min.js +1 -1
- package/js/oe-bcl-joinup.umd.min.js.map +1 -1
- package/package.json +16 -6
- package/src/scss/base/_fonts.scss +24 -2
- package/src/scss/base/_variables.scss +0 -1
- package/src/scss/oe-bcl-joinup.scss +1 -14
- package/templates/bcl-accordion/accordion.html.twig +9 -0
- package/templates/bcl-alert/alert.html.twig +4 -0
- package/templates/bcl-badge/badge.html.twig +9 -1
- package/templates/bcl-banner/banner.html.twig +12 -5
- package/templates/bcl-base-templates/content-type.html.twig +120 -0
- package/templates/bcl-base-templates/listing-page.html.twig +63 -0
- package/templates/{bcl-group-landing-listing/group-landing-listing-offcanvas.html.twig → bcl-base-templates/sidebar-search.html.twig} +0 -1
- package/templates/bcl-blockquote/blockquote.html.twig +4 -0
- package/templates/bcl-breadcrumb/breadcrumb.html.twig +6 -2
- package/templates/bcl-button/button.html.twig +8 -2
- package/templates/bcl-button-group/button-group.html.twig +4 -0
- package/templates/bcl-card/card.html.twig +28 -29
- package/templates/bcl-card-layout/card-layout.html.twig +4 -0
- package/templates/bcl-carousel/carousel.html.twig +4 -0
- package/templates/bcl-content-banner/content-banner.html.twig +107 -0
- package/templates/bcl-date-block/date-block.html.twig +4 -0
- package/templates/bcl-description-list/description-list.html.twig +114 -0
- package/templates/bcl-event/event.html.twig +41 -0
- package/templates/bcl-fact-figures/fact-figures.html.twig +13 -5
- package/templates/bcl-featured-media/featured-media.html.twig +53 -5
- package/templates/bcl-file/file.html.twig +209 -0
- package/templates/bcl-footer/footer.html.twig +4 -1
- package/templates/bcl-form/form.html.twig +4 -0
- package/templates/bcl-group/group-landing.html.twig +101 -0
- package/templates/bcl-group/group.html.twig +27 -0
- package/templates/bcl-header/header.html.twig +11 -2
- package/templates/bcl-inpage-navigation/inpage-navigation.html.twig +14 -1
- package/templates/bcl-landing-page/landing-page.html.twig +46 -52
- package/templates/bcl-links-block/links-block.html.twig +5 -2
- package/templates/bcl-list-group/list-group.html.twig +6 -0
- package/templates/bcl-listing/listing.html.twig +29 -16
- package/templates/bcl-navbar/navbar.html.twig +22 -20
- package/templates/bcl-navigation/navigation.html.twig +135 -110
- package/templates/bcl-offcanvas/offcanvas.html.twig +4 -0
- package/templates/bcl-page/page.html.twig +64 -0
- package/templates/bcl-pagination/pagination.html.twig +5 -1
- package/templates/bcl-placeholder/placeholder.html.twig +43 -0
- package/templates/bcl-progress/progress.html.twig +4 -0
- package/templates/bcl-recent-activities/recent-activities.html.twig +4 -0
- package/templates/bcl-search/search.html.twig +10 -40
- package/templates/bcl-search-form/search-form.html.twig +52 -0
- package/templates/bcl-select/select.html.twig +6 -0
- package/templates/bcl-table/table.html.twig +4 -0
- package/templates/bcl-timeline/timeline.html.twig +16 -1
- package/templates/bcl-toast/toasts.html.twig +4 -0
- package/templates/bcl-user/user-edit.html.twig +38 -0
- package/templates/{bcl-user-view → bcl-user}/user-view-compact.html.twig +5 -1
- package/templates/bcl-user/user-view.html.twig +96 -0
- package/yarn-error.log +76 -0
- package/templates/bcl-group-landing/group-landing.html.twig +0 -106
- package/templates/bcl-group-landing-listing/group-landing-listing.html.twig +0 -69
- package/templates/bcl-search/search-offcanvas.html.twig +0 -8
- package/templates/bcl-user-edit/edit-contents.html.twig +0 -32
- package/templates/bcl-user-edit/user-edit.html.twig +0 -19
- package/templates/bcl-user-listing/user-listing-offcanvas.html.twig +0 -8
- package/templates/bcl-user-listing/user-listing.html.twig +0 -45
- package/templates/bcl-user-view/user-view.html.twig +0 -106
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/* roboto-cyrillic-400-italic*/
|
|
2
|
+
@font-face {
|
|
3
|
+
font-family: 'Roboto';
|
|
4
|
+
font-style: italic;
|
|
5
|
+
font-display: swap;
|
|
6
|
+
font-weight: 400;
|
|
7
|
+
src: url('./files/roboto-cyrillic-400-italic.woff2') format('woff2'), url('./files/roboto-cyrillic-400-italic.woff') format('woff');
|
|
8
|
+
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/* roboto-cyrillic-400-normal*/
|
|
2
|
+
@font-face {
|
|
3
|
+
font-family: 'Roboto';
|
|
4
|
+
font-style: normal;
|
|
5
|
+
font-display: swap;
|
|
6
|
+
font-weight: 400;
|
|
7
|
+
src: url('./files/roboto-cyrillic-400-normal.woff2') format('woff2'), url('./files/roboto-cyrillic-400-normal.woff') format('woff');
|
|
8
|
+
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/* roboto-cyrillic-500-italic*/
|
|
2
|
+
@font-face {
|
|
3
|
+
font-family: 'Roboto';
|
|
4
|
+
font-style: italic;
|
|
5
|
+
font-display: swap;
|
|
6
|
+
font-weight: 500;
|
|
7
|
+
src: url('./files/roboto-cyrillic-500-italic.woff2') format('woff2'), url('./files/roboto-cyrillic-500-italic.woff') format('woff');
|
|
8
|
+
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/* roboto-cyrillic-500-normal*/
|
|
2
|
+
@font-face {
|
|
3
|
+
font-family: 'Roboto';
|
|
4
|
+
font-style: normal;
|
|
5
|
+
font-display: swap;
|
|
6
|
+
font-weight: 500;
|
|
7
|
+
src: url('./files/roboto-cyrillic-500-normal.woff2') format('woff2'), url('./files/roboto-cyrillic-500-normal.woff') format('woff');
|
|
8
|
+
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/* roboto-cyrillic-700-italic*/
|
|
2
|
+
@font-face {
|
|
3
|
+
font-family: 'Roboto';
|
|
4
|
+
font-style: italic;
|
|
5
|
+
font-display: swap;
|
|
6
|
+
font-weight: 700;
|
|
7
|
+
src: url('./files/roboto-cyrillic-700-italic.woff2') format('woff2'), url('./files/roboto-cyrillic-700-italic.woff') format('woff');
|
|
8
|
+
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/* roboto-cyrillic-700-normal*/
|
|
2
|
+
@font-face {
|
|
3
|
+
font-family: 'Roboto';
|
|
4
|
+
font-style: normal;
|
|
5
|
+
font-display: swap;
|
|
6
|
+
font-weight: 700;
|
|
7
|
+
src: url('./files/roboto-cyrillic-700-normal.woff2') format('woff2'), url('./files/roboto-cyrillic-700-normal.woff') format('woff');
|
|
8
|
+
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/* roboto-cyrillic-ext-400-italic*/
|
|
2
|
+
@font-face {
|
|
3
|
+
font-family: 'Roboto';
|
|
4
|
+
font-style: italic;
|
|
5
|
+
font-display: swap;
|
|
6
|
+
font-weight: 400;
|
|
7
|
+
src: url('./files/roboto-cyrillic-ext-400-italic.woff2') format('woff2'), url('./files/roboto-cyrillic-ext-400-italic.woff') format('woff');
|
|
8
|
+
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/* roboto-cyrillic-ext-400-normal*/
|
|
2
|
+
@font-face {
|
|
3
|
+
font-family: 'Roboto';
|
|
4
|
+
font-style: normal;
|
|
5
|
+
font-display: swap;
|
|
6
|
+
font-weight: 400;
|
|
7
|
+
src: url('./files/roboto-cyrillic-ext-400-normal.woff2') format('woff2'), url('./files/roboto-cyrillic-ext-400-normal.woff') format('woff');
|
|
8
|
+
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/* roboto-cyrillic-ext-500-italic*/
|
|
2
|
+
@font-face {
|
|
3
|
+
font-family: 'Roboto';
|
|
4
|
+
font-style: italic;
|
|
5
|
+
font-display: swap;
|
|
6
|
+
font-weight: 500;
|
|
7
|
+
src: url('./files/roboto-cyrillic-ext-500-italic.woff2') format('woff2'), url('./files/roboto-cyrillic-ext-500-italic.woff') format('woff');
|
|
8
|
+
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/* roboto-cyrillic-ext-500-normal*/
|
|
2
|
+
@font-face {
|
|
3
|
+
font-family: 'Roboto';
|
|
4
|
+
font-style: normal;
|
|
5
|
+
font-display: swap;
|
|
6
|
+
font-weight: 500;
|
|
7
|
+
src: url('./files/roboto-cyrillic-ext-500-normal.woff2') format('woff2'), url('./files/roboto-cyrillic-ext-500-normal.woff') format('woff');
|
|
8
|
+
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/* roboto-cyrillic-ext-700-italic*/
|
|
2
|
+
@font-face {
|
|
3
|
+
font-family: 'Roboto';
|
|
4
|
+
font-style: italic;
|
|
5
|
+
font-display: swap;
|
|
6
|
+
font-weight: 700;
|
|
7
|
+
src: url('./files/roboto-cyrillic-ext-700-italic.woff2') format('woff2'), url('./files/roboto-cyrillic-ext-700-italic.woff') format('woff');
|
|
8
|
+
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/* roboto-cyrillic-ext-700-normal*/
|
|
2
|
+
@font-face {
|
|
3
|
+
font-family: 'Roboto';
|
|
4
|
+
font-style: normal;
|
|
5
|
+
font-display: swap;
|
|
6
|
+
font-weight: 700;
|
|
7
|
+
src: url('./files/roboto-cyrillic-ext-700-normal.woff2') format('woff2'), url('./files/roboto-cyrillic-ext-700-normal.woff') format('woff');
|
|
8
|
+
|
|
9
|
+
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/* roboto-greek-400-italic*/
|
|
2
|
+
@font-face {
|
|
3
|
+
font-family: 'Roboto';
|
|
4
|
+
font-style: italic;
|
|
5
|
+
font-display: swap;
|
|
6
|
+
font-weight: 400;
|
|
7
|
+
src: url('./files/roboto-greek-400-italic.woff2') format('woff2'), url('./files/roboto-greek-400-italic.woff') format('woff');
|
|
8
|
+
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/* roboto-greek-400-normal*/
|
|
2
|
+
@font-face {
|
|
3
|
+
font-family: 'Roboto';
|
|
4
|
+
font-style: normal;
|
|
5
|
+
font-display: swap;
|
|
6
|
+
font-weight: 400;
|
|
7
|
+
src: url('./files/roboto-greek-400-normal.woff2') format('woff2'), url('./files/roboto-greek-400-normal.woff') format('woff');
|
|
8
|
+
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/* roboto-greek-500-italic*/
|
|
2
|
+
@font-face {
|
|
3
|
+
font-family: 'Roboto';
|
|
4
|
+
font-style: italic;
|
|
5
|
+
font-display: swap;
|
|
6
|
+
font-weight: 500;
|
|
7
|
+
src: url('./files/roboto-greek-500-italic.woff2') format('woff2'), url('./files/roboto-greek-500-italic.woff') format('woff');
|
|
8
|
+
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/* roboto-greek-500-normal*/
|
|
2
|
+
@font-face {
|
|
3
|
+
font-family: 'Roboto';
|
|
4
|
+
font-style: normal;
|
|
5
|
+
font-display: swap;
|
|
6
|
+
font-weight: 500;
|
|
7
|
+
src: url('./files/roboto-greek-500-normal.woff2') format('woff2'), url('./files/roboto-greek-500-normal.woff') format('woff');
|
|
8
|
+
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/* roboto-greek-700-italic*/
|
|
2
|
+
@font-face {
|
|
3
|
+
font-family: 'Roboto';
|
|
4
|
+
font-style: italic;
|
|
5
|
+
font-display: swap;
|
|
6
|
+
font-weight: 700;
|
|
7
|
+
src: url('./files/roboto-greek-700-italic.woff2') format('woff2'), url('./files/roboto-greek-700-italic.woff') format('woff');
|
|
8
|
+
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/* roboto-greek-700-normal*/
|
|
2
|
+
@font-face {
|
|
3
|
+
font-family: 'Roboto';
|
|
4
|
+
font-style: normal;
|
|
5
|
+
font-display: swap;
|
|
6
|
+
font-weight: 700;
|
|
7
|
+
src: url('./files/roboto-greek-700-normal.woff2') format('woff2'), url('./files/roboto-greek-700-normal.woff') format('woff');
|
|
8
|
+
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/* roboto-greek-ext-400-italic*/
|
|
2
|
+
@font-face {
|
|
3
|
+
font-family: 'Roboto';
|
|
4
|
+
font-style: italic;
|
|
5
|
+
font-display: swap;
|
|
6
|
+
font-weight: 400;
|
|
7
|
+
src: url('./files/roboto-greek-ext-400-italic.woff2') format('woff2'), url('./files/roboto-greek-ext-400-italic.woff') format('woff');
|
|
8
|
+
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/* roboto-greek-ext-400-normal*/
|
|
2
|
+
@font-face {
|
|
3
|
+
font-family: 'Roboto';
|
|
4
|
+
font-style: normal;
|
|
5
|
+
font-display: swap;
|
|
6
|
+
font-weight: 400;
|
|
7
|
+
src: url('./files/roboto-greek-ext-400-normal.woff2') format('woff2'), url('./files/roboto-greek-ext-400-normal.woff') format('woff');
|
|
8
|
+
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/* roboto-greek-ext-500-italic*/
|
|
2
|
+
@font-face {
|
|
3
|
+
font-family: 'Roboto';
|
|
4
|
+
font-style: italic;
|
|
5
|
+
font-display: swap;
|
|
6
|
+
font-weight: 500;
|
|
7
|
+
src: url('./files/roboto-greek-ext-500-italic.woff2') format('woff2'), url('./files/roboto-greek-ext-500-italic.woff') format('woff');
|
|
8
|
+
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/* roboto-greek-ext-500-normal*/
|
|
2
|
+
@font-face {
|
|
3
|
+
font-family: 'Roboto';
|
|
4
|
+
font-style: normal;
|
|
5
|
+
font-display: swap;
|
|
6
|
+
font-weight: 500;
|
|
7
|
+
src: url('./files/roboto-greek-ext-500-normal.woff2') format('woff2'), url('./files/roboto-greek-ext-500-normal.woff') format('woff');
|
|
8
|
+
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/* roboto-greek-ext-700-italic*/
|
|
2
|
+
@font-face {
|
|
3
|
+
font-family: 'Roboto';
|
|
4
|
+
font-style: italic;
|
|
5
|
+
font-display: swap;
|
|
6
|
+
font-weight: 700;
|
|
7
|
+
src: url('./files/roboto-greek-ext-700-italic.woff2') format('woff2'), url('./files/roboto-greek-ext-700-italic.woff') format('woff');
|
|
8
|
+
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/* roboto-greek-ext-700-normal*/
|
|
2
|
+
@font-face {
|
|
3
|
+
font-family: 'Roboto';
|
|
4
|
+
font-style: normal;
|
|
5
|
+
font-display: swap;
|
|
6
|
+
font-weight: 700;
|
|
7
|
+
src: url('./files/roboto-greek-ext-700-normal.woff2') format('woff2'), url('./files/roboto-greek-ext-700-normal.woff') format('woff');
|
|
8
|
+
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/* roboto-latin-400-italic*/
|
|
2
|
+
@font-face {
|
|
3
|
+
font-family: 'Roboto';
|
|
4
|
+
font-style: italic;
|
|
5
|
+
font-display: swap;
|
|
6
|
+
font-weight: 400;
|
|
7
|
+
src: url('./files/roboto-latin-400-italic.woff2') format('woff2'), url('./files/roboto-latin-400-italic.woff') format('woff');
|
|
8
|
+
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/* roboto-latin-400-normal*/
|
|
2
|
+
@font-face {
|
|
3
|
+
font-family: 'Roboto';
|
|
4
|
+
font-style: normal;
|
|
5
|
+
font-display: swap;
|
|
6
|
+
font-weight: 400;
|
|
7
|
+
src: url('./files/roboto-latin-400-normal.woff2') format('woff2'), url('./files/roboto-latin-400-normal.woff') format('woff');
|
|
8
|
+
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/* roboto-latin-500-italic*/
|
|
2
|
+
@font-face {
|
|
3
|
+
font-family: 'Roboto';
|
|
4
|
+
font-style: italic;
|
|
5
|
+
font-display: swap;
|
|
6
|
+
font-weight: 500;
|
|
7
|
+
src: url('./files/roboto-latin-500-italic.woff2') format('woff2'), url('./files/roboto-latin-500-italic.woff') format('woff');
|
|
8
|
+
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/* roboto-latin-500-normal*/
|
|
2
|
+
@font-face {
|
|
3
|
+
font-family: 'Roboto';
|
|
4
|
+
font-style: normal;
|
|
5
|
+
font-display: swap;
|
|
6
|
+
font-weight: 500;
|
|
7
|
+
src: url('./files/roboto-latin-500-normal.woff2') format('woff2'), url('./files/roboto-latin-500-normal.woff') format('woff');
|
|
8
|
+
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/* roboto-latin-700-italic*/
|
|
2
|
+
@font-face {
|
|
3
|
+
font-family: 'Roboto';
|
|
4
|
+
font-style: italic;
|
|
5
|
+
font-display: swap;
|
|
6
|
+
font-weight: 700;
|
|
7
|
+
src: url('./files/roboto-latin-700-italic.woff2') format('woff2'), url('./files/roboto-latin-700-italic.woff') format('woff');
|
|
8
|
+
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/* roboto-latin-700-normal*/
|
|
2
|
+
@font-face {
|
|
3
|
+
font-family: 'Roboto';
|
|
4
|
+
font-style: normal;
|
|
5
|
+
font-display: swap;
|
|
6
|
+
font-weight: 700;
|
|
7
|
+
src: url('./files/roboto-latin-700-normal.woff2') format('woff2'), url('./files/roboto-latin-700-normal.woff') format('woff');
|
|
8
|
+
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/* roboto-latin-ext-400-italic*/
|
|
2
|
+
@font-face {
|
|
3
|
+
font-family: 'Roboto';
|
|
4
|
+
font-style: italic;
|
|
5
|
+
font-display: swap;
|
|
6
|
+
font-weight: 400;
|
|
7
|
+
src: url('./files/roboto-latin-ext-400-italic.woff2') format('woff2'), url('./files/roboto-latin-ext-400-italic.woff') format('woff');
|
|
8
|
+
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/* roboto-latin-ext-400-normal*/
|
|
2
|
+
@font-face {
|
|
3
|
+
font-family: 'Roboto';
|
|
4
|
+
font-style: normal;
|
|
5
|
+
font-display: swap;
|
|
6
|
+
font-weight: 400;
|
|
7
|
+
src: url('./files/roboto-latin-ext-400-normal.woff2') format('woff2'), url('./files/roboto-latin-ext-400-normal.woff') format('woff');
|
|
8
|
+
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/* roboto-latin-ext-500-italic*/
|
|
2
|
+
@font-face {
|
|
3
|
+
font-family: 'Roboto';
|
|
4
|
+
font-style: italic;
|
|
5
|
+
font-display: swap;
|
|
6
|
+
font-weight: 500;
|
|
7
|
+
src: url('./files/roboto-latin-ext-500-italic.woff2') format('woff2'), url('./files/roboto-latin-ext-500-italic.woff') format('woff');
|
|
8
|
+
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/* roboto-latin-ext-500-normal*/
|
|
2
|
+
@font-face {
|
|
3
|
+
font-family: 'Roboto';
|
|
4
|
+
font-style: normal;
|
|
5
|
+
font-display: swap;
|
|
6
|
+
font-weight: 500;
|
|
7
|
+
src: url('./files/roboto-latin-ext-500-normal.woff2') format('woff2'), url('./files/roboto-latin-ext-500-normal.woff') format('woff');
|
|
8
|
+
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/* roboto-latin-ext-700-italic*/
|
|
2
|
+
@font-face {
|
|
3
|
+
font-family: 'Roboto';
|
|
4
|
+
font-style: italic;
|
|
5
|
+
font-display: swap;
|
|
6
|
+
font-weight: 700;
|
|
7
|
+
src: url('./files/roboto-latin-ext-700-italic.woff2') format('woff2'), url('./files/roboto-latin-ext-700-italic.woff') format('woff');
|
|
8
|
+
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/* roboto-latin-ext-700-normal*/
|
|
2
|
+
@font-face {
|
|
3
|
+
font-family: 'Roboto';
|
|
4
|
+
font-style: normal;
|
|
5
|
+
font-display: swap;
|
|
6
|
+
font-weight: 700;
|
|
7
|
+
src: url('./files/roboto-latin-ext-700-normal.woff2') format('woff2'), url('./files/roboto-latin-ext-700-normal.woff') format('woff');
|
|
8
|
+
|
|
9
|
+
}
|