@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.
Files changed (160) hide show
  1. package/bcl-builder.config.js +4 -0
  2. package/css/oe-bcl-joinup.css +262 -26
  3. package/css/oe-bcl-joinup.css.map +1 -1
  4. package/css/oe-bcl-joinup.min.css +1 -1
  5. package/css/oe-bcl-joinup.min.css.map +1 -1
  6. package/fonts/cyrillic-400-italic.css +9 -0
  7. package/fonts/cyrillic-400.css +9 -0
  8. package/fonts/cyrillic-500-italic.css +9 -0
  9. package/fonts/cyrillic-500.css +9 -0
  10. package/fonts/cyrillic-700-italic.css +9 -0
  11. package/fonts/cyrillic-700.css +9 -0
  12. package/fonts/cyrillic-ext-400-italic.css +9 -0
  13. package/fonts/cyrillic-ext-400.css +9 -0
  14. package/fonts/cyrillic-ext-500-italic.css +9 -0
  15. package/fonts/cyrillic-ext-500.css +9 -0
  16. package/fonts/cyrillic-ext-700-italic.css +9 -0
  17. package/fonts/cyrillic-ext-700.css +9 -0
  18. package/fonts/files/roboto-cyrillic-400-italic.woff +0 -0
  19. package/fonts/files/roboto-cyrillic-400-italic.woff2 +0 -0
  20. package/fonts/files/roboto-cyrillic-400-normal.woff +0 -0
  21. package/fonts/files/roboto-cyrillic-400-normal.woff2 +0 -0
  22. package/fonts/files/roboto-cyrillic-500-italic.woff +0 -0
  23. package/fonts/files/roboto-cyrillic-500-italic.woff2 +0 -0
  24. package/fonts/files/roboto-cyrillic-500-normal.woff +0 -0
  25. package/fonts/files/roboto-cyrillic-500-normal.woff2 +0 -0
  26. package/fonts/files/roboto-cyrillic-700-italic.woff +0 -0
  27. package/fonts/files/roboto-cyrillic-700-italic.woff2 +0 -0
  28. package/fonts/files/roboto-cyrillic-700-normal.woff +0 -0
  29. package/fonts/files/roboto-cyrillic-700-normal.woff2 +0 -0
  30. package/fonts/files/roboto-greek-400-italic.woff +0 -0
  31. package/fonts/files/roboto-greek-400-italic.woff2 +0 -0
  32. package/fonts/files/roboto-greek-400-normal.woff +0 -0
  33. package/fonts/files/roboto-greek-400-normal.woff2 +0 -0
  34. package/fonts/files/roboto-greek-500-italic.woff +0 -0
  35. package/fonts/files/roboto-greek-500-italic.woff2 +0 -0
  36. package/fonts/files/roboto-greek-500-normal.woff +0 -0
  37. package/fonts/files/roboto-greek-500-normal.woff2 +0 -0
  38. package/fonts/files/roboto-greek-700-italic.woff +0 -0
  39. package/fonts/files/roboto-greek-700-italic.woff2 +0 -0
  40. package/fonts/files/roboto-greek-700-normal.woff +0 -0
  41. package/fonts/files/roboto-greek-700-normal.woff2 +0 -0
  42. package/fonts/files/roboto-latin-400-italic.woff +0 -0
  43. package/fonts/files/roboto-latin-400-italic.woff2 +0 -0
  44. package/fonts/files/roboto-latin-400-normal.woff +0 -0
  45. package/fonts/files/roboto-latin-400-normal.woff2 +0 -0
  46. package/fonts/files/roboto-latin-500-italic.woff +0 -0
  47. package/fonts/files/roboto-latin-500-italic.woff2 +0 -0
  48. package/fonts/files/roboto-latin-500-normal.woff +0 -0
  49. package/fonts/files/roboto-latin-500-normal.woff2 +0 -0
  50. package/fonts/files/roboto-latin-700-italic.woff +0 -0
  51. package/fonts/files/roboto-latin-700-italic.woff2 +0 -0
  52. package/fonts/files/roboto-latin-700-normal.woff +0 -0
  53. package/fonts/files/roboto-latin-700-normal.woff2 +0 -0
  54. package/fonts/files/roboto-latin-ext-400-italic.woff +0 -0
  55. package/fonts/files/roboto-latin-ext-400-italic.woff2 +0 -0
  56. package/fonts/files/roboto-latin-ext-400-normal.woff +0 -0
  57. package/fonts/files/roboto-latin-ext-400-normal.woff2 +0 -0
  58. package/fonts/files/roboto-latin-ext-500-italic.woff +0 -0
  59. package/fonts/files/roboto-latin-ext-500-italic.woff2 +0 -0
  60. package/fonts/files/roboto-latin-ext-500-normal.woff +0 -0
  61. package/fonts/files/roboto-latin-ext-500-normal.woff2 +0 -0
  62. package/fonts/files/roboto-latin-ext-700-italic.woff +0 -0
  63. package/fonts/files/roboto-latin-ext-700-italic.woff2 +0 -0
  64. package/fonts/files/roboto-latin-ext-700-normal.woff +0 -0
  65. package/fonts/files/roboto-latin-ext-700-normal.woff2 +0 -0
  66. package/fonts/greek-400-italic.css +9 -0
  67. package/fonts/greek-400.css +9 -0
  68. package/fonts/greek-500-italic.css +9 -0
  69. package/fonts/greek-500.css +9 -0
  70. package/fonts/greek-700-italic.css +9 -0
  71. package/fonts/greek-700.css +9 -0
  72. package/fonts/greek-ext-400-italic.css +9 -0
  73. package/fonts/greek-ext-400.css +9 -0
  74. package/fonts/greek-ext-500-italic.css +9 -0
  75. package/fonts/greek-ext-500.css +9 -0
  76. package/fonts/greek-ext-700-italic.css +9 -0
  77. package/fonts/greek-ext-700.css +9 -0
  78. package/fonts/latin-400-italic.css +9 -0
  79. package/fonts/latin-400.css +9 -0
  80. package/fonts/latin-500-italic.css +9 -0
  81. package/fonts/latin-500.css +9 -0
  82. package/fonts/latin-700-italic.css +9 -0
  83. package/fonts/latin-700.css +9 -0
  84. package/fonts/latin-ext-400-italic.css +9 -0
  85. package/fonts/latin-ext-400.css +9 -0
  86. package/fonts/latin-ext-500-italic.css +9 -0
  87. package/fonts/latin-ext-500.css +9 -0
  88. package/fonts/latin-ext-700-italic.css +9 -0
  89. package/fonts/latin-ext-700.css +9 -0
  90. package/icons/icons-flag.svg +1 -0
  91. package/js/oe-bcl-joinup.bundle.js +53 -21
  92. package/js/oe-bcl-joinup.bundle.js.map +1 -1
  93. package/js/oe-bcl-joinup.bundle.min.js +1 -1
  94. package/js/oe-bcl-joinup.bundle.min.js.map +1 -1
  95. package/js/oe-bcl-joinup.esm.min.js.map +1 -1
  96. package/js/oe-bcl-joinup.umd.js +61 -24
  97. package/js/oe-bcl-joinup.umd.js.map +1 -1
  98. package/js/oe-bcl-joinup.umd.min.js +1 -1
  99. package/js/oe-bcl-joinup.umd.min.js.map +1 -1
  100. package/package.json +16 -6
  101. package/src/scss/base/_fonts.scss +24 -2
  102. package/src/scss/base/_variables.scss +0 -1
  103. package/src/scss/oe-bcl-joinup.scss +1 -14
  104. package/templates/bcl-accordion/accordion.html.twig +9 -0
  105. package/templates/bcl-alert/alert.html.twig +4 -0
  106. package/templates/bcl-badge/badge.html.twig +9 -1
  107. package/templates/bcl-banner/banner.html.twig +12 -5
  108. package/templates/bcl-base-templates/content-type.html.twig +120 -0
  109. package/templates/bcl-base-templates/listing-page.html.twig +63 -0
  110. package/templates/{bcl-group-landing-listing/group-landing-listing-offcanvas.html.twig → bcl-base-templates/sidebar-search.html.twig} +0 -1
  111. package/templates/bcl-blockquote/blockquote.html.twig +4 -0
  112. package/templates/bcl-breadcrumb/breadcrumb.html.twig +6 -2
  113. package/templates/bcl-button/button.html.twig +8 -2
  114. package/templates/bcl-button-group/button-group.html.twig +4 -0
  115. package/templates/bcl-card/card.html.twig +28 -29
  116. package/templates/bcl-card-layout/card-layout.html.twig +4 -0
  117. package/templates/bcl-carousel/carousel.html.twig +4 -0
  118. package/templates/bcl-content-banner/content-banner.html.twig +107 -0
  119. package/templates/bcl-date-block/date-block.html.twig +4 -0
  120. package/templates/bcl-description-list/description-list.html.twig +114 -0
  121. package/templates/bcl-event/event.html.twig +41 -0
  122. package/templates/bcl-fact-figures/fact-figures.html.twig +13 -5
  123. package/templates/bcl-featured-media/featured-media.html.twig +53 -5
  124. package/templates/bcl-file/file.html.twig +209 -0
  125. package/templates/bcl-footer/footer.html.twig +4 -1
  126. package/templates/bcl-form/form.html.twig +4 -0
  127. package/templates/bcl-group/group-landing.html.twig +101 -0
  128. package/templates/bcl-group/group.html.twig +27 -0
  129. package/templates/bcl-header/header.html.twig +11 -2
  130. package/templates/bcl-inpage-navigation/inpage-navigation.html.twig +14 -1
  131. package/templates/bcl-landing-page/landing-page.html.twig +46 -52
  132. package/templates/bcl-links-block/links-block.html.twig +5 -2
  133. package/templates/bcl-list-group/list-group.html.twig +6 -0
  134. package/templates/bcl-listing/listing.html.twig +29 -16
  135. package/templates/bcl-navbar/navbar.html.twig +22 -20
  136. package/templates/bcl-navigation/navigation.html.twig +135 -110
  137. package/templates/bcl-offcanvas/offcanvas.html.twig +4 -0
  138. package/templates/bcl-page/page.html.twig +64 -0
  139. package/templates/bcl-pagination/pagination.html.twig +5 -1
  140. package/templates/bcl-placeholder/placeholder.html.twig +43 -0
  141. package/templates/bcl-progress/progress.html.twig +4 -0
  142. package/templates/bcl-recent-activities/recent-activities.html.twig +4 -0
  143. package/templates/bcl-search/search.html.twig +10 -40
  144. package/templates/bcl-search-form/search-form.html.twig +52 -0
  145. package/templates/bcl-select/select.html.twig +6 -0
  146. package/templates/bcl-table/table.html.twig +4 -0
  147. package/templates/bcl-timeline/timeline.html.twig +16 -1
  148. package/templates/bcl-toast/toasts.html.twig +4 -0
  149. package/templates/bcl-user/user-edit.html.twig +38 -0
  150. package/templates/{bcl-user-view → bcl-user}/user-view-compact.html.twig +5 -1
  151. package/templates/bcl-user/user-view.html.twig +96 -0
  152. package/yarn-error.log +76 -0
  153. package/templates/bcl-group-landing/group-landing.html.twig +0 -106
  154. package/templates/bcl-group-landing-listing/group-landing-listing.html.twig +0 -69
  155. package/templates/bcl-search/search-offcanvas.html.twig +0 -8
  156. package/templates/bcl-user-edit/edit-contents.html.twig +0 -32
  157. package/templates/bcl-user-edit/user-edit.html.twig +0 -19
  158. package/templates/bcl-user-listing/user-listing-offcanvas.html.twig +0 -8
  159. package/templates/bcl-user-listing/user-listing.html.twig +0 -45
  160. 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
+ }
@@ -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
+ }