disco-jekyll-theme 0.0.6
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.
- checksums.yaml +7 -0
- checksums.yaml.gz.sig +3 -0
- data/LICENSE.txt +168 -0
- data/README.markdown +5 -0
- data/_data/ar.yml +18 -0
- data/_data/bootstrap/fonts.yml +9 -0
- data/_data/bootstrap/maps.yml +24 -0
- data/_data/bootstrap/rtl.yml +23 -0
- data/_data/bootstrap/utilities.yml +55 -0
- data/_data/bootstrap/variables.yml +63 -0
- data/_data/components.yml +34 -0
- data/_data/en.yml +255 -0
- data/_data/es.yml +256 -0
- data/_data/fa.yml +4 -0
- data/_data/fixtures/cards.yml +121 -0
- data/_data/fixtures/details.yml +6 -0
- data/_data/fixtures/footer_link_group.yml +30 -0
- data/_data/fixtures/menu.yml +26 -0
- data/_data/fixtures/site_credits.yml +3 -0
- data/_data/fixtures/social_networks.yml +7 -0
- data/_data/fixtures/video.yml +4 -0
- data/_data/full_width_components.yml +2 -0
- data/_data/inflections.yml +20 -0
- data/_data/layouts/about.yml +205 -0
- data/_data/layouts/code_of_conduct.yml +75 -0
- data/_data/layouts/footer_column.yml +52 -0
- data/_data/layouts/glosario.yml +27 -0
- data/_data/layouts/index.yml +38 -0
- data/_data/layouts/item_card.yml +93 -0
- data/_data/layouts/item_card_icon.yml +1698 -0
- data/_data/layouts/license.yml +91 -0
- data/_data/layouts/menu.yml +46 -0
- data/_data/layouts/menu_external.yml +35 -0
- data/_data/layouts/menu_internal.yml +45 -0
- data/_data/layouts/page.yml +75 -0
- data/_data/layouts/post.yml +129 -0
- data/_data/layouts/privacy_policy.yml +75 -0
- data/_data/layouts/search.yml +70 -0
- data/_data/layouts/section.yml +74 -0
- data/_data/layouts/subsection.yml +68 -0
- data/_data/layouts/theme.yml +378 -0
- data/_data/manifest.json +661 -0
- data/_data/schema.yml +15 -0
- data/_includes/activity_pub/actor.html +7 -0
- data/_includes/activity_pub/alternate.html +10 -0
- data/_includes/activity_pub/head.html +22 -0
- data/_includes/bootstrap/alert.html +13 -0
- data/_includes/bootstrap/buttons/a.html +18 -0
- data/_includes/bootstrap/buttons/base.html +18 -0
- data/_includes/bootstrap/buttons/button.html +14 -0
- data/_includes/bootstrap/details.html +28 -0
- data/_includes/bootstrap/navbar.html +65 -0
- data/_includes/buttons/button_primary.html +15 -0
- data/_includes/dark_toggler.html +18 -0
- data/_includes/fa.html +8 -0
- data/_includes/footer.html +113 -0
- data/_includes/footer_link_group.html +24 -0
- data/_includes/footer_socials.html +17 -0
- data/_includes/form/search.html +33 -0
- data/_includes/head/favicons.html +56 -0
- data/_includes/head/social_network.html +5 -0
- data/_includes/item_card.html +39 -0
- data/_includes/item_card_icon.html +30 -0
- data/_includes/menu.html +64 -0
- data/_includes/modal.html +35 -0
- data/_includes/navigation_posts.html +51 -0
- data/_includes/pack.html +17 -0
- data/_includes/page_card.html +23 -0
- data/_includes/post_preview.html +55 -0
- data/_includes/preload_font.html +5 -0
- data/_includes/script.html +5 -0
- data/_includes/search.html +22 -0
- data/_includes/style.html +15 -0
- data/_includes/subsection.html +31 -0
- data/_includes/sutty/a.html +21 -0
- data/_includes/sutty/details.html +29 -0
- data/_includes/sutty/picture.html +52 -0
- data/_includes/sutty/placeholder.html +12 -0
- data/_includes/sutty/toggler/backdrop.html +7 -0
- data/_includes/sutty/toggler/toggler.html +33 -0
- data/_includes/sutty/toggler/toggler_label.html +17 -0
- data/_includes/sutty/toggler/toggler_related.html +17 -0
- data/_includes/sutty/video.html +48 -0
- data/_includes/svg/arrow.svg +6 -0
- data/_includes/svg/arrow_next.svg +6 -0
- data/_includes/svg/arrow_prev.svg +6 -0
- data/_includes/svg/circle_plus.svg +7 -0
- data/_includes/svg/corner.svg +8 -0
- data/_includes/svg/disco_coop.svg +5 -0
- data/_includes/svg/heart.svg +7 -0
- data/_includes/svg/justice.svg +7 -0
- data/_includes/svg/language.svg +7 -0
- data/_includes/svg/menu.svg +44 -0
- data/_includes/svg/peerproduction.svg +4 -0
- data/_includes/svg/people.svg +7 -0
- data/_includes/svg/search.svg +32 -0
- data/_includes/svg/spell.svg +7 -0
- data/_includes/svg/tools.svg +7 -0
- data/_includes/svg/world.svg +6 -0
- data/_includes/svg/x.svg +31 -0
- data/_includes/tabs.html +81 -0
- data/_includes/text_box.html +12 -0
- data/_includes/theme/a.html +19 -0
- data/_includes/theme/button_primary.html +14 -0
- data/_includes/theme/button_primary_external.html +16 -0
- data/_includes/theme/button_primary_external_textwhite_pill.html +16 -0
- data/_includes/theme/button_primary_external_textwhite_rect.html +16 -0
- data/_includes/theme/button_primary_external_textwhite_rounded.html +16 -0
- data/_includes/theme/button_primary_internal_textwhite_pill.html +15 -0
- data/_includes/theme/button_primary_internal_textwhite_rect.html +15 -0
- data/_includes/theme/button_primary_internal_textwhite_rounded.html +15 -0
- data/_includes/theme/buttons.html +15 -0
- data/_includes/theme/content.html +74 -0
- data/_includes/theme/dark_toggler.html +9 -0
- data/_includes/theme/details.html +55 -0
- data/_includes/theme/fa.html +19 -0
- data/_includes/theme/fonts.html +76 -0
- data/_includes/theme/footer.html +14 -0
- data/_includes/theme/footer_link_group.html +11 -0
- data/_includes/theme/footer_socials.html +11 -0
- data/_includes/theme/item_card.html +20 -0
- data/_includes/theme/menu.html +19 -0
- data/_includes/theme/modal.html +24 -0
- data/_includes/theme/navbar.html +12 -0
- data/_includes/theme/navigation_posts.html +16 -0
- data/_includes/theme/page_card.html +22 -0
- data/_includes/theme/picture.html +11 -0
- data/_includes/theme/search.html +9 -0
- data/_includes/theme/subsection.html +23 -0
- data/_includes/theme/svg.html +18 -0
- data/_includes/theme/tabs.html +32 -0
- data/_includes/theme/text_box.html +11 -0
- data/_includes/theme/toggler.html +53 -0
- data/_includes/theme/utilities.html +35 -0
- data/_includes/theme/video.html +9 -0
- data/_includes/utilities.scss +27 -0
- data/_includes/variables/name.html +14 -0
- data/_layouts/category.html +14 -0
- data/_layouts/code_of_conduct.html +83 -0
- data/_layouts/default.html +60 -0
- data/_layouts/glosario.html +67 -0
- data/_layouts/index.html +21 -0
- data/_layouts/indexed.html +3 -0
- data/_layouts/license.html +98 -0
- data/_layouts/page.html +83 -0
- data/_layouts/post.html +108 -0
- data/_layouts/privacy_policy.html +83 -0
- data/_layouts/search.html +14 -0
- data/_layouts/section.html +21 -0
- data/_layouts/theme.html +58 -0
- data/_sass/baskervville_ital_0_1.scss +52 -0
- data/_sass/content.scss +58 -0
- data/_sass/dark_mode.scss +66 -0
- data/_sass/fonts.scss +8 -0
- data/_sass/inter_ital_opsz_wght_0_14..32_100..900_1_14..32_100..900.scss +148 -0
- data/_sass/monokai.scss +300 -0
- data/_sass/pt_serif_ital_wght_0_400_0_700_1_400_1_700.scss +29 -0
- data/_sass/raleway_ital_wght_0_100..900_1_100..900.scss +144 -0
- data/_sass/roboto_ital_wght_0_100_0_300_0_400_0_500_0_700_0_900_1_100_1_300_1_400_1_500_1_700_1_900.scss +946 -0
- data/_sass/roboto_mono_ital_wght_0_100..700_1_100..700.scss +142 -0
- data/_sass/saira_ital_wght_0_100..900_1_100..900.scss +84 -0
- data/_sass/space_grotesk_wght_300..700.scss +39 -0
- data/_sass/toggler.scss +32 -0
- data/assets/css/styles.scss +95 -0
- data/assets/fonts/baskervville/v16/YA9Kr0yU4l_XOrogbkun3kQQtamlrvLp9A.woff2 +0 -0
- data/assets/fonts/baskervville/v16/YA9Kr0yU4l_XOrogbkun3kQQtamrrvI.woff2 +0 -0
- data/assets/fonts/baskervville/v16/YA9Ur0yU4l_XOrogbkun3kQQsJmp.woff2 +0 -0
- data/assets/fonts/baskervville/v16/YA9Ur0yU4l_XOrogbkun3kQQvpmptvY.woff2 +0 -0
- data/assets/fonts/forkawesome-webfont.woff2 +0 -0
- data/assets/fonts/inter/v18/UcCm3FwrK3iLTcvnUwAT9nA2.woff2 +0 -0
- data/assets/fonts/inter/v18/UcCm3FwrK3iLTcvnUwQT9g.woff2 +0 -0
- data/assets/fonts/inter/v18/UcCm3FwrK3iLTcvnUwcT9nA2.woff2 +0 -0
- data/assets/fonts/inter/v18/UcCm3FwrK3iLTcvnUwgT9nA2.woff2 +0 -0
- data/assets/fonts/inter/v18/UcCm3FwrK3iLTcvnUwkT9nA2.woff2 +0 -0
- data/assets/fonts/inter/v18/UcCm3FwrK3iLTcvnUwoT9nA2.woff2 +0 -0
- data/assets/fonts/inter/v18/UcCm3FwrK3iLTcvnUwsT9nA2.woff2 +0 -0
- data/assets/fonts/inter/v18/UcCo3FwrK3iLTcvhYwYL8g.woff2 +0 -0
- data/assets/fonts/inter/v18/UcCo3FwrK3iLTcviYwY.woff2 +0 -0
- data/assets/fonts/inter/v18/UcCo3FwrK3iLTcvmYwYL8g.woff2 +0 -0
- data/assets/fonts/inter/v18/UcCo3FwrK3iLTcvsYwYL8g.woff2 +0 -0
- data/assets/fonts/inter/v18/UcCo3FwrK3iLTcvtYwYL8g.woff2 +0 -0
- data/assets/fonts/inter/v18/UcCo3FwrK3iLTcvuYwYL8g.woff2 +0 -0
- data/assets/fonts/inter/v18/UcCo3FwrK3iLTcvvYwYL8g.woff2 +0 -0
- data/assets/fonts/ptserif/v18/EJRQQgYoZZY2vCFuvAFT9gaQVy4.ttf +0 -0
- data/assets/fonts/ptserif/v18/EJRSQgYoZZY2vCFuvAnt65qV.ttf +0 -0
- data/assets/fonts/ptserif/v18/EJRTQgYoZZY2vCFuvAFTzro.ttf +0 -0
- data/assets/fonts/ptserif/v18/EJRVQgYoZZY2vCFuvDFR.ttf +0 -0
- data/assets/fonts/raleway/v34/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4TbMPrQ.ttf +0 -0
- data/assets/fonts/raleway/v34/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4VrMPrQ.ttf +0 -0
- data/assets/fonts/raleway/v34/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4WjMPrQ.ttf +0 -0
- data/assets/fonts/raleway/v34/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4WjNPrQ.ttf +0 -0
- data/assets/fonts/raleway/v34/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4Y_LPrQ.ttf +0 -0
- data/assets/fonts/raleway/v34/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4bbLPrQ.ttf +0 -0
- data/assets/fonts/raleway/v34/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4cHLPrQ.ttf +0 -0
- data/assets/fonts/raleway/v34/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4ejLPrQ.ttf +0 -0
- data/assets/fonts/raleway/v34/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4ejMPrQ.ttf +0 -0
- data/assets/fonts/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVs9pYCP.ttf +0 -0
- data/assets/fonts/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVsEpYCP.ttf +0 -0
- data/assets/fonts/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtaooCP.ttf +0 -0
- data/assets/fonts/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtapYCP.ttf +0 -0
- data/assets/fonts/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtzpYCP.ttf +0 -0
- data/assets/fonts/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVuEooCP.ttf +0 -0
- data/assets/fonts/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvao4CP.ttf +0 -0
- data/assets/fonts/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaooCP.ttf +0 -0
- data/assets/fonts/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvoooCP.ttf +0 -0
- data/assets/fonts/roboto/v32/KFOiCnqEu92Fr1Mu51QrEz0dL_nz.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOiCnqEu92Fr1Mu51QrEz4dL_nz.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOiCnqEu92Fr1Mu51QrEz8dL_nz.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOiCnqEu92Fr1Mu51QrEzAdLw.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOiCnqEu92Fr1Mu51QrEzMdL_nz.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOiCnqEu92Fr1Mu51QrEzQdL_nz.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOiCnqEu92Fr1Mu51QrEzwdL_nz.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51S7ACc-CsTKlA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51S7ACc0CsTKlA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51S7ACc1CsTKlA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51S7ACc2CsTKlA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51S7ACc3CsTKlA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51S7ACc5CsTKlA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51S7ACc6CsQ.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TLBCc-CsTKlA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TLBCc0CsTKlA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TLBCc1CsTKlA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TLBCc2CsTKlA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TLBCc3CsTKlA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TLBCc5CsTKlA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TLBCc6CsQ.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TjASc-CsTKlA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TjASc0CsTKlA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TjASc1CsTKlA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TjASc2CsTKlA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TjASc3CsTKlA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TjASc5CsTKlA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TjASc6CsQ.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TzBic-CsTKlA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TzBic0CsTKlA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TzBic1CsTKlA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TzBic2CsTKlA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TzBic3CsTKlA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TzBic5CsTKlA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TzBic6CsQ.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOkCnqEu92Fr1MmgVxEIzIFKw.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOkCnqEu92Fr1MmgVxFIzIFKw.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOkCnqEu92Fr1MmgVxGIzIFKw.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOkCnqEu92Fr1MmgVxHIzIFKw.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOkCnqEu92Fr1MmgVxIIzI.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOkCnqEu92Fr1MmgVxLIzIFKw.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOkCnqEu92Fr1MmgVxMIzIFKw.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOkCnqEu92Fr1Mu51xEIzIFKw.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOkCnqEu92Fr1Mu51xFIzIFKw.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOkCnqEu92Fr1Mu51xGIzIFKw.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOkCnqEu92Fr1Mu51xHIzIFKw.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOkCnqEu92Fr1Mu51xIIzI.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOkCnqEu92Fr1Mu51xLIzIFKw.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOkCnqEu92Fr1Mu51xMIzIFKw.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmEU9fABc4EsA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmEU9fBBc4.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmEU9fBxc4EsA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmEU9fCBc4EsA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmEU9fCRc4EsA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmEU9fChc4EsA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmEU9fCxc4EsA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmSU5fABc4EsA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmSU5fBBc4.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmSU5fBxc4EsA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmSU5fCBc4EsA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmSU5fCRc4EsA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmSU5fChc4EsA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmSU5fCxc4EsA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmWUlfABc4EsA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmWUlfBBc4.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmWUlfBxc4EsA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmWUlfCBc4EsA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmWUlfCRc4EsA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmWUlfChc4EsA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmWUlfCxc4EsA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmYUtfABc4EsA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmYUtfBBc4.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmYUtfBxc4EsA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmYUtfCBc4EsA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmYUtfCRc4EsA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmYUtfChc4EsA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmYUtfCxc4EsA.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOmCnqEu92Fr1Mu4WxKOzY.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOmCnqEu92Fr1Mu4mxK.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOmCnqEu92Fr1Mu5mxKOzY.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOmCnqEu92Fr1Mu72xKOzY.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOmCnqEu92Fr1Mu7GxKOzY.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOmCnqEu92Fr1Mu7WxKOzY.woff2 +0 -0
- data/assets/fonts/roboto/v32/KFOmCnqEu92Fr1Mu7mxKOzY.woff2 +0 -0
- data/assets/fonts/robotomono/v23/L0x5DF4xlVMF-BfR8bXMIjhEq3-OXg.woff2 +0 -0
- data/assets/fonts/robotomono/v23/L0x5DF4xlVMF-BfR8bXMIjhFq3-OXg.woff2 +0 -0
- data/assets/fonts/robotomono/v23/L0x5DF4xlVMF-BfR8bXMIjhGq3-OXg.woff2 +0 -0
- data/assets/fonts/robotomono/v23/L0x5DF4xlVMF-BfR8bXMIjhIq3-OXg.woff2 +0 -0
- data/assets/fonts/robotomono/v23/L0x5DF4xlVMF-BfR8bXMIjhLq38.woff2 +0 -0
- data/assets/fonts/robotomono/v23/L0x5DF4xlVMF-BfR8bXMIjhPq3-OXg.woff2 +0 -0
- data/assets/fonts/robotomono/v23/L0x7DF4xlVMF-BfR8bXMIjhOm32WWg.woff2 +0 -0
- data/assets/fonts/robotomono/v23/L0x7DF4xlVMF-BfR8bXMIjhOm36WWoKC.woff2 +0 -0
- data/assets/fonts/robotomono/v23/L0x7DF4xlVMF-BfR8bXMIjhOm3CWWoKC.woff2 +0 -0
- data/assets/fonts/robotomono/v23/L0x7DF4xlVMF-BfR8bXMIjhOm3KWWoKC.woff2 +0 -0
- data/assets/fonts/robotomono/v23/L0x7DF4xlVMF-BfR8bXMIjhOm3OWWoKC.woff2 +0 -0
- data/assets/fonts/robotomono/v23/L0x7DF4xlVMF-BfR8bXMIjhOm3mWWoKC.woff2 +0 -0
- data/assets/fonts/saira/v20/memhYa2wxmKQyNkiV50dulWP7s95AqZTzbvQfS0.woff2 +0 -0
- data/assets/fonts/saira/v20/memhYa2wxmKQyNkiV50dulWP7s95AqZTzbvefS2-vw.woff2 +0 -0
- data/assets/fonts/saira/v20/memhYa2wxmKQyNkiV50dulWP7s95AqZTzbvffS2-vw.woff2 +0 -0
- data/assets/fonts/saira/v20/memjYa2wxmKQyPMrZX79wwYZQMhsyuSLh4vSZSk.woff2 +0 -0
- data/assets/fonts/saira/v20/memjYa2wxmKQyPMrZX79wwYZQMhsyuSLhovSZSk.woff2 +0 -0
- data/assets/fonts/saira/v20/memjYa2wxmKQyPMrZX79wwYZQMhsyuSLiIvS.woff2 +0 -0
- data/assets/fonts/spacegrotesk/v16/V8mDoQDjQSkFtoMM3T6r8E7mPb54C-s0.woff2 +0 -0
- data/assets/fonts/spacegrotesk/v16/V8mDoQDjQSkFtoMM3T6r8E7mPb94C-s0.woff2 +0 -0
- data/assets/fonts/spacegrotesk/v16/V8mDoQDjQSkFtoMM3T6r8E7mPbF4Cw.woff2 +0 -0
- data/assets/js/env.js +8 -0
- data/assets/js/pack.4CCOOFTO.js +49 -0
- data/assets/js/pack.4CCOOFTO.js.map +7 -0
- data.tar.gz.sig +0 -0
- metadata +674 -0
- metadata.gz.sig +0 -0
@@ -0,0 +1,148 @@
|
|
1
|
+
/* cyrillic-ext */
|
2
|
+
@font-face {
|
3
|
+
font-family: "Inter";
|
4
|
+
font-style: italic;
|
5
|
+
font-weight: 100 900;
|
6
|
+
font-display: swap;
|
7
|
+
src: url(../fonts/inter/v18/UcCm3FwrK3iLTcvnUwkT9nA2.woff2) format("woff2");
|
8
|
+
unicode-range:
|
9
|
+
U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
10
|
+
}
|
11
|
+
/* cyrillic */
|
12
|
+
@font-face {
|
13
|
+
font-family: "Inter";
|
14
|
+
font-style: italic;
|
15
|
+
font-weight: 100 900;
|
16
|
+
font-display: swap;
|
17
|
+
src: url(../fonts/inter/v18/UcCm3FwrK3iLTcvnUwAT9nA2.woff2) format("woff2");
|
18
|
+
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
19
|
+
}
|
20
|
+
/* greek-ext */
|
21
|
+
@font-face {
|
22
|
+
font-family: "Inter";
|
23
|
+
font-style: italic;
|
24
|
+
font-weight: 100 900;
|
25
|
+
font-display: swap;
|
26
|
+
src: url(../fonts/inter/v18/UcCm3FwrK3iLTcvnUwgT9nA2.woff2) format("woff2");
|
27
|
+
unicode-range: U+1F00-1FFF;
|
28
|
+
}
|
29
|
+
/* greek */
|
30
|
+
@font-face {
|
31
|
+
font-family: "Inter";
|
32
|
+
font-style: italic;
|
33
|
+
font-weight: 100 900;
|
34
|
+
font-display: swap;
|
35
|
+
src: url(../fonts/inter/v18/UcCm3FwrK3iLTcvnUwcT9nA2.woff2) format("woff2");
|
36
|
+
unicode-range:
|
37
|
+
U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
|
38
|
+
}
|
39
|
+
/* vietnamese */
|
40
|
+
@font-face {
|
41
|
+
font-family: "Inter";
|
42
|
+
font-style: italic;
|
43
|
+
font-weight: 100 900;
|
44
|
+
font-display: swap;
|
45
|
+
src: url(../fonts/inter/v18/UcCm3FwrK3iLTcvnUwsT9nA2.woff2) format("woff2");
|
46
|
+
unicode-range:
|
47
|
+
U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
|
48
|
+
U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
|
49
|
+
U+1EA0-1EF9, U+20AB;
|
50
|
+
}
|
51
|
+
/* latin-ext */
|
52
|
+
@font-face {
|
53
|
+
font-family: "Inter";
|
54
|
+
font-style: italic;
|
55
|
+
font-weight: 100 900;
|
56
|
+
font-display: swap;
|
57
|
+
src: url(../fonts/inter/v18/UcCm3FwrK3iLTcvnUwoT9nA2.woff2) format("woff2");
|
58
|
+
unicode-range:
|
59
|
+
U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304,
|
60
|
+
U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB,
|
61
|
+
U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
62
|
+
}
|
63
|
+
/* latin */
|
64
|
+
@font-face {
|
65
|
+
font-family: "Inter";
|
66
|
+
font-style: italic;
|
67
|
+
font-weight: 100 900;
|
68
|
+
font-display: swap;
|
69
|
+
src: url(../fonts/inter/v18/UcCm3FwrK3iLTcvnUwQT9g.woff2) format("woff2");
|
70
|
+
unicode-range:
|
71
|
+
U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
|
72
|
+
U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
|
73
|
+
U+2215, U+FEFF, U+FFFD;
|
74
|
+
}
|
75
|
+
/* cyrillic-ext */
|
76
|
+
@font-face {
|
77
|
+
font-family: "Inter";
|
78
|
+
font-style: normal;
|
79
|
+
font-weight: 100 900;
|
80
|
+
font-display: swap;
|
81
|
+
src: url(../fonts/inter/v18/UcCo3FwrK3iLTcvvYwYL8g.woff2) format("woff2");
|
82
|
+
unicode-range:
|
83
|
+
U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
84
|
+
}
|
85
|
+
/* cyrillic */
|
86
|
+
@font-face {
|
87
|
+
font-family: "Inter";
|
88
|
+
font-style: normal;
|
89
|
+
font-weight: 100 900;
|
90
|
+
font-display: swap;
|
91
|
+
src: url(../fonts/inter/v18/UcCo3FwrK3iLTcvmYwYL8g.woff2) format("woff2");
|
92
|
+
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
93
|
+
}
|
94
|
+
/* greek-ext */
|
95
|
+
@font-face {
|
96
|
+
font-family: "Inter";
|
97
|
+
font-style: normal;
|
98
|
+
font-weight: 100 900;
|
99
|
+
font-display: swap;
|
100
|
+
src: url(../fonts/inter/v18/UcCo3FwrK3iLTcvuYwYL8g.woff2) format("woff2");
|
101
|
+
unicode-range: U+1F00-1FFF;
|
102
|
+
}
|
103
|
+
/* greek */
|
104
|
+
@font-face {
|
105
|
+
font-family: "Inter";
|
106
|
+
font-style: normal;
|
107
|
+
font-weight: 100 900;
|
108
|
+
font-display: swap;
|
109
|
+
src: url(../fonts/inter/v18/UcCo3FwrK3iLTcvhYwYL8g.woff2) format("woff2");
|
110
|
+
unicode-range:
|
111
|
+
U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
|
112
|
+
}
|
113
|
+
/* vietnamese */
|
114
|
+
@font-face {
|
115
|
+
font-family: "Inter";
|
116
|
+
font-style: normal;
|
117
|
+
font-weight: 100 900;
|
118
|
+
font-display: swap;
|
119
|
+
src: url(../fonts/inter/v18/UcCo3FwrK3iLTcvtYwYL8g.woff2) format("woff2");
|
120
|
+
unicode-range:
|
121
|
+
U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
|
122
|
+
U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
|
123
|
+
U+1EA0-1EF9, U+20AB;
|
124
|
+
}
|
125
|
+
/* latin-ext */
|
126
|
+
@font-face {
|
127
|
+
font-family: "Inter";
|
128
|
+
font-style: normal;
|
129
|
+
font-weight: 100 900;
|
130
|
+
font-display: swap;
|
131
|
+
src: url(../fonts/inter/v18/UcCo3FwrK3iLTcvsYwYL8g.woff2) format("woff2");
|
132
|
+
unicode-range:
|
133
|
+
U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304,
|
134
|
+
U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB,
|
135
|
+
U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
136
|
+
}
|
137
|
+
/* latin */
|
138
|
+
@font-face {
|
139
|
+
font-family: "Inter";
|
140
|
+
font-style: normal;
|
141
|
+
font-weight: 100 900;
|
142
|
+
font-display: swap;
|
143
|
+
src: url(../fonts/inter/v18/UcCo3FwrK3iLTcviYwY.woff2) format("woff2");
|
144
|
+
unicode-range:
|
145
|
+
U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
|
146
|
+
U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
|
147
|
+
U+2215, U+FEFF, U+FFFD;
|
148
|
+
}
|
data/_sass/monokai.scss
ADDED
@@ -0,0 +1,300 @@
|
|
1
|
+
.highlight {
|
2
|
+
color: #f8f8f2;
|
3
|
+
background-color: #49483e;
|
4
|
+
|
5
|
+
pre {
|
6
|
+
padding: 1rem;
|
7
|
+
}
|
8
|
+
|
9
|
+
table {
|
10
|
+
td {
|
11
|
+
padding: 5px;
|
12
|
+
}
|
13
|
+
|
14
|
+
pre {
|
15
|
+
margin: 0;
|
16
|
+
}
|
17
|
+
}
|
18
|
+
|
19
|
+
.c,
|
20
|
+
.ch,
|
21
|
+
.cd,
|
22
|
+
.cpf {
|
23
|
+
color: #75715e;
|
24
|
+
font-style: italic;
|
25
|
+
}
|
26
|
+
|
27
|
+
.cm {
|
28
|
+
color: #75715e;
|
29
|
+
font-style: italic;
|
30
|
+
}
|
31
|
+
|
32
|
+
.c1 {
|
33
|
+
color: #75715e;
|
34
|
+
font-style: italic;
|
35
|
+
}
|
36
|
+
|
37
|
+
.cp {
|
38
|
+
color: #75715e;
|
39
|
+
font-weight: bold;
|
40
|
+
}
|
41
|
+
|
42
|
+
.cs {
|
43
|
+
color: #75715e;
|
44
|
+
font-weight: bold;
|
45
|
+
font-style: italic;
|
46
|
+
}
|
47
|
+
|
48
|
+
.err {
|
49
|
+
color: #960050;
|
50
|
+
background-color: #1e0010;
|
51
|
+
}
|
52
|
+
|
53
|
+
.gi {
|
54
|
+
color: #ffffff;
|
55
|
+
background-color: #324932;
|
56
|
+
}
|
57
|
+
|
58
|
+
.gd {
|
59
|
+
color: #ffffff;
|
60
|
+
background-color: #493131;
|
61
|
+
}
|
62
|
+
|
63
|
+
.ge {
|
64
|
+
font-style: italic;
|
65
|
+
}
|
66
|
+
|
67
|
+
.ges {
|
68
|
+
font-weight: bold;
|
69
|
+
font-style: italic;
|
70
|
+
}
|
71
|
+
|
72
|
+
.gr {
|
73
|
+
color: #aa0000;
|
74
|
+
}
|
75
|
+
|
76
|
+
.gt {
|
77
|
+
color: #aa0000;
|
78
|
+
}
|
79
|
+
|
80
|
+
.gh {
|
81
|
+
color: #999999;
|
82
|
+
}
|
83
|
+
|
84
|
+
.go {
|
85
|
+
color: #888888;
|
86
|
+
}
|
87
|
+
|
88
|
+
.gp {
|
89
|
+
color: #555555;
|
90
|
+
}
|
91
|
+
|
92
|
+
.gs {
|
93
|
+
font-weight: bold;
|
94
|
+
}
|
95
|
+
|
96
|
+
.gu {
|
97
|
+
color: #aaaaaa;
|
98
|
+
}
|
99
|
+
|
100
|
+
.k,
|
101
|
+
.kv {
|
102
|
+
color: #66d9ef;
|
103
|
+
font-weight: bold;
|
104
|
+
}
|
105
|
+
|
106
|
+
.kc {
|
107
|
+
color: #66d9ef;
|
108
|
+
font-weight: bold;
|
109
|
+
}
|
110
|
+
|
111
|
+
.kd {
|
112
|
+
color: #66d9ef;
|
113
|
+
font-weight: bold;
|
114
|
+
}
|
115
|
+
|
116
|
+
.kp {
|
117
|
+
color: #66d9ef;
|
118
|
+
font-weight: bold;
|
119
|
+
}
|
120
|
+
|
121
|
+
.kr {
|
122
|
+
color: #66d9ef;
|
123
|
+
font-weight: bold;
|
124
|
+
}
|
125
|
+
|
126
|
+
.kt {
|
127
|
+
color: #66d9ef;
|
128
|
+
font-weight: bold;
|
129
|
+
}
|
130
|
+
|
131
|
+
.kn {
|
132
|
+
color: #f92672;
|
133
|
+
font-weight: bold;
|
134
|
+
}
|
135
|
+
|
136
|
+
.ow {
|
137
|
+
color: #f92672;
|
138
|
+
font-weight: bold;
|
139
|
+
}
|
140
|
+
|
141
|
+
.o {
|
142
|
+
color: #f92672;
|
143
|
+
font-weight: bold;
|
144
|
+
}
|
145
|
+
|
146
|
+
.mf {
|
147
|
+
color: #ae81ff;
|
148
|
+
}
|
149
|
+
|
150
|
+
.mh {
|
151
|
+
color: #ae81ff;
|
152
|
+
}
|
153
|
+
|
154
|
+
.il {
|
155
|
+
color: #ae81ff;
|
156
|
+
}
|
157
|
+
|
158
|
+
.mi {
|
159
|
+
color: #ae81ff;
|
160
|
+
}
|
161
|
+
|
162
|
+
.mo {
|
163
|
+
color: #ae81ff;
|
164
|
+
}
|
165
|
+
|
166
|
+
.m,
|
167
|
+
.mb,
|
168
|
+
.mx {
|
169
|
+
color: #ae81ff;
|
170
|
+
}
|
171
|
+
|
172
|
+
.se {
|
173
|
+
color: #ae81ff;
|
174
|
+
}
|
175
|
+
|
176
|
+
.sa {
|
177
|
+
color: #66d9ef;
|
178
|
+
font-weight: bold;
|
179
|
+
}
|
180
|
+
|
181
|
+
.sb {
|
182
|
+
color: #e6db74;
|
183
|
+
}
|
184
|
+
|
185
|
+
.sc {
|
186
|
+
color: #e6db74;
|
187
|
+
}
|
188
|
+
|
189
|
+
.sd {
|
190
|
+
color: #e6db74;
|
191
|
+
}
|
192
|
+
|
193
|
+
.s2 {
|
194
|
+
color: #e6db74;
|
195
|
+
}
|
196
|
+
|
197
|
+
.sh {
|
198
|
+
color: #e6db74;
|
199
|
+
}
|
200
|
+
|
201
|
+
.si {
|
202
|
+
color: #e6db74;
|
203
|
+
}
|
204
|
+
|
205
|
+
.sx {
|
206
|
+
color: #e6db74;
|
207
|
+
}
|
208
|
+
|
209
|
+
.sr {
|
210
|
+
color: #e6db74;
|
211
|
+
}
|
212
|
+
|
213
|
+
.s1 {
|
214
|
+
color: #e6db74;
|
215
|
+
}
|
216
|
+
|
217
|
+
.ss {
|
218
|
+
color: #e6db74;
|
219
|
+
}
|
220
|
+
|
221
|
+
.s,
|
222
|
+
.dl {
|
223
|
+
color: #e6db74;
|
224
|
+
}
|
225
|
+
|
226
|
+
.na {
|
227
|
+
color: #a6e22e;
|
228
|
+
}
|
229
|
+
|
230
|
+
.nc {
|
231
|
+
color: #a6e22e;
|
232
|
+
font-weight: bold;
|
233
|
+
}
|
234
|
+
|
235
|
+
.nd {
|
236
|
+
color: #a6e22e;
|
237
|
+
font-weight: bold;
|
238
|
+
}
|
239
|
+
|
240
|
+
.ne {
|
241
|
+
color: #a6e22e;
|
242
|
+
font-weight: bold;
|
243
|
+
}
|
244
|
+
|
245
|
+
.nf,
|
246
|
+
.fm {
|
247
|
+
color: #a6e22e;
|
248
|
+
font-weight: bold;
|
249
|
+
}
|
250
|
+
|
251
|
+
.no {
|
252
|
+
color: #66d9ef;
|
253
|
+
}
|
254
|
+
|
255
|
+
.bp {
|
256
|
+
color: #f8f8f2;
|
257
|
+
}
|
258
|
+
|
259
|
+
.nb {
|
260
|
+
color: #f8f8f2;
|
261
|
+
}
|
262
|
+
|
263
|
+
.ni {
|
264
|
+
color: #f8f8f2;
|
265
|
+
}
|
266
|
+
|
267
|
+
.nn {
|
268
|
+
color: #f8f8f2;
|
269
|
+
}
|
270
|
+
|
271
|
+
.vc {
|
272
|
+
color: #f8f8f2;
|
273
|
+
}
|
274
|
+
|
275
|
+
.vg {
|
276
|
+
color: #f8f8f2;
|
277
|
+
}
|
278
|
+
|
279
|
+
.vi {
|
280
|
+
color: #f8f8f2;
|
281
|
+
}
|
282
|
+
|
283
|
+
.nv,
|
284
|
+
.vm {
|
285
|
+
color: #f8f8f2;
|
286
|
+
}
|
287
|
+
|
288
|
+
.w {
|
289
|
+
color: #f8f8f2;
|
290
|
+
}
|
291
|
+
|
292
|
+
.nl {
|
293
|
+
color: #f8f8f2;
|
294
|
+
font-weight: bold;
|
295
|
+
}
|
296
|
+
|
297
|
+
.nt {
|
298
|
+
color: #f92672;
|
299
|
+
}
|
300
|
+
}
|
@@ -0,0 +1,29 @@
|
|
1
|
+
@font-face {
|
2
|
+
font-family: "PT Serif";
|
3
|
+
font-style: italic;
|
4
|
+
font-weight: 400;
|
5
|
+
font-display: swap;
|
6
|
+
src: url(../fonts/ptserif/v18/EJRTQgYoZZY2vCFuvAFTzro.ttf) format("truetype");
|
7
|
+
}
|
8
|
+
@font-face {
|
9
|
+
font-family: "PT Serif";
|
10
|
+
font-style: italic;
|
11
|
+
font-weight: 700;
|
12
|
+
font-display: swap;
|
13
|
+
src: url(../fonts/ptserif/v18/EJRQQgYoZZY2vCFuvAFT9gaQVy4.ttf)
|
14
|
+
format("truetype");
|
15
|
+
}
|
16
|
+
@font-face {
|
17
|
+
font-family: "PT Serif";
|
18
|
+
font-style: normal;
|
19
|
+
font-weight: 400;
|
20
|
+
font-display: swap;
|
21
|
+
src: url(../fonts/ptserif/v18/EJRVQgYoZZY2vCFuvDFR.ttf) format("truetype");
|
22
|
+
}
|
23
|
+
@font-face {
|
24
|
+
font-family: "PT Serif";
|
25
|
+
font-style: normal;
|
26
|
+
font-weight: 700;
|
27
|
+
font-display: swap;
|
28
|
+
src: url(../fonts/ptserif/v18/EJRSQgYoZZY2vCFuvAnt65qV.ttf) format("truetype");
|
29
|
+
}
|
@@ -0,0 +1,144 @@
|
|
1
|
+
@font-face {
|
2
|
+
font-family: "Raleway";
|
3
|
+
font-style: italic;
|
4
|
+
font-weight: 100;
|
5
|
+
font-display: swap;
|
6
|
+
src: url(../fonts/raleway/v34/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4WjNPrQ.ttf)
|
7
|
+
format("truetype");
|
8
|
+
}
|
9
|
+
@font-face {
|
10
|
+
font-family: "Raleway";
|
11
|
+
font-style: italic;
|
12
|
+
font-weight: 200;
|
13
|
+
font-display: swap;
|
14
|
+
src: url(../fonts/raleway/v34/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4ejMPrQ.ttf)
|
15
|
+
format("truetype");
|
16
|
+
}
|
17
|
+
@font-face {
|
18
|
+
font-family: "Raleway";
|
19
|
+
font-style: italic;
|
20
|
+
font-weight: 300;
|
21
|
+
font-display: swap;
|
22
|
+
src: url(../fonts/raleway/v34/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4TbMPrQ.ttf)
|
23
|
+
format("truetype");
|
24
|
+
}
|
25
|
+
@font-face {
|
26
|
+
font-family: "Raleway";
|
27
|
+
font-style: italic;
|
28
|
+
font-weight: 400;
|
29
|
+
font-display: swap;
|
30
|
+
src: url(../fonts/raleway/v34/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4WjMPrQ.ttf)
|
31
|
+
format("truetype");
|
32
|
+
}
|
33
|
+
@font-face {
|
34
|
+
font-family: "Raleway";
|
35
|
+
font-style: italic;
|
36
|
+
font-weight: 500;
|
37
|
+
font-display: swap;
|
38
|
+
src: url(../fonts/raleway/v34/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4VrMPrQ.ttf)
|
39
|
+
format("truetype");
|
40
|
+
}
|
41
|
+
@font-face {
|
42
|
+
font-family: "Raleway";
|
43
|
+
font-style: italic;
|
44
|
+
font-weight: 600;
|
45
|
+
font-display: swap;
|
46
|
+
src: url(../fonts/raleway/v34/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4bbLPrQ.ttf)
|
47
|
+
format("truetype");
|
48
|
+
}
|
49
|
+
@font-face {
|
50
|
+
font-family: "Raleway";
|
51
|
+
font-style: italic;
|
52
|
+
font-weight: 700;
|
53
|
+
font-display: swap;
|
54
|
+
src: url(../fonts/raleway/v34/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4Y_LPrQ.ttf)
|
55
|
+
format("truetype");
|
56
|
+
}
|
57
|
+
@font-face {
|
58
|
+
font-family: "Raleway";
|
59
|
+
font-style: italic;
|
60
|
+
font-weight: 800;
|
61
|
+
font-display: swap;
|
62
|
+
src: url(../fonts/raleway/v34/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4ejLPrQ.ttf)
|
63
|
+
format("truetype");
|
64
|
+
}
|
65
|
+
@font-face {
|
66
|
+
font-family: "Raleway";
|
67
|
+
font-style: italic;
|
68
|
+
font-weight: 900;
|
69
|
+
font-display: swap;
|
70
|
+
src: url(../fonts/raleway/v34/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4cHLPrQ.ttf)
|
71
|
+
format("truetype");
|
72
|
+
}
|
73
|
+
@font-face {
|
74
|
+
font-family: "Raleway";
|
75
|
+
font-style: normal;
|
76
|
+
font-weight: 100;
|
77
|
+
font-display: swap;
|
78
|
+
src: url(../fonts/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvao4CP.ttf)
|
79
|
+
format("truetype");
|
80
|
+
}
|
81
|
+
@font-face {
|
82
|
+
font-family: "Raleway";
|
83
|
+
font-style: normal;
|
84
|
+
font-weight: 200;
|
85
|
+
font-display: swap;
|
86
|
+
src: url(../fonts/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtaooCP.ttf)
|
87
|
+
format("truetype");
|
88
|
+
}
|
89
|
+
@font-face {
|
90
|
+
font-family: "Raleway";
|
91
|
+
font-style: normal;
|
92
|
+
font-weight: 300;
|
93
|
+
font-display: swap;
|
94
|
+
src: url(../fonts/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVuEooCP.ttf)
|
95
|
+
format("truetype");
|
96
|
+
}
|
97
|
+
@font-face {
|
98
|
+
font-family: "Raleway";
|
99
|
+
font-style: normal;
|
100
|
+
font-weight: 400;
|
101
|
+
font-display: swap;
|
102
|
+
src: url(../fonts/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaooCP.ttf)
|
103
|
+
format("truetype");
|
104
|
+
}
|
105
|
+
@font-face {
|
106
|
+
font-family: "Raleway";
|
107
|
+
font-style: normal;
|
108
|
+
font-weight: 500;
|
109
|
+
font-display: swap;
|
110
|
+
src: url(../fonts/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvoooCP.ttf)
|
111
|
+
format("truetype");
|
112
|
+
}
|
113
|
+
@font-face {
|
114
|
+
font-family: "Raleway";
|
115
|
+
font-style: normal;
|
116
|
+
font-weight: 600;
|
117
|
+
font-display: swap;
|
118
|
+
src: url(../fonts/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVsEpYCP.ttf)
|
119
|
+
format("truetype");
|
120
|
+
}
|
121
|
+
@font-face {
|
122
|
+
font-family: "Raleway";
|
123
|
+
font-style: normal;
|
124
|
+
font-weight: 700;
|
125
|
+
font-display: swap;
|
126
|
+
src: url(../fonts/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVs9pYCP.ttf)
|
127
|
+
format("truetype");
|
128
|
+
}
|
129
|
+
@font-face {
|
130
|
+
font-family: "Raleway";
|
131
|
+
font-style: normal;
|
132
|
+
font-weight: 800;
|
133
|
+
font-display: swap;
|
134
|
+
src: url(../fonts/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtapYCP.ttf)
|
135
|
+
format("truetype");
|
136
|
+
}
|
137
|
+
@font-face {
|
138
|
+
font-family: "Raleway";
|
139
|
+
font-style: normal;
|
140
|
+
font-weight: 900;
|
141
|
+
font-display: swap;
|
142
|
+
src: url(../fonts/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtzpYCP.ttf)
|
143
|
+
format("truetype");
|
144
|
+
}
|