├── .editorconfig
├── .github
└── FUNDING.yml
├── .gitignore
├── README.md
├── archetypes
├── default.md
├── lectures.md
├── modules.md
└── page.md
├── config.yaml
├── content
├── _index.md
├── blog
│ ├── 3-things-to-know-about-openemr-and-sphere.md
│ ├── 7-features-to-look-for-in-your-medical-practice-management-software.md
│ ├── _index.md
│ ├── accepting-donations-on-open-collective.md
│ ├── buy-a-piece-of-openemr-history.md
│ ├── covid19.md
│ ├── doctors-day-2020.md
│ ├── embracing-docker.md
│ ├── gsoc-2020-hybrid-app.md
│ ├── gsoc-2020-work-product-fhir-integration-in-openemr.md
│ ├── gsoc-2020-work-product-modernize-openemr-user-interface.md
│ ├── healthhacks-2018.md
│ ├── ifah-award.md
│ ├── open-source-software-creates-a-more-secure-world.md
│ ├── openemr-a-great-long-term-choice.md
│ ├── openemr-achieves-onc-certification-with-groundbreaking-release-70.md
│ ├── openemr-availabile-on-aws.md
│ ├── openemr-cloud-standard-edition-now-available-in-aws-marketplace.md
│ ├── openemr-comlink-telehealth-release-7-0-1-2023-04-25.md
│ ├── openemr-installations-support-puerto-rico.md
│ ├── openemr-medical-image-viewer.md
│ ├── openemr-offers-panel-of-turn-key-solutions-with-amazons-cloud-services.md
│ ├── openemr-sponsors-healthhacks-at-vcu.md
│ ├── openemr-version-501-released-ushers-in-golden-age-for-openemr.md
│ ├── openemr-version-502-released.md
│ ├── openemr_development_presentation_at_womca_sar_2017.md
│ ├── openemrs-gsoc-2020-resounding-success.md
│ ├── smile.md
│ ├── success-at-healthhacks-2017.md
│ ├── the-openemr-foundation-is-excited-to-announce-a-strategic-partnership-with-the-opal-health-informatics-group.md
│ └── you-can-be-a-openemr-developer-in-5-easy-steps.md
├── chat
│ └── _index.md
├── demo
│ └── _index.md
├── deployment_choices
│ ├── _index.md
│ ├── cloud.md
│ └── on-prem.md
├── donate
│ ├── _index.md
│ ├── cancel.md
│ └── thank-you.md
├── email-signup-confirmation
│ └── _index.md
├── features
│ ├── _index.md
│ ├── advanced-security.md
│ ├── cdr.md
│ ├── cms-reporting.md
│ ├── erx.md
│ ├── lab-integration.md
│ ├── medical-billing.md
│ ├── multilingual-support.md
│ └── scheduling.md
├── foundation
│ └── _index.md
├── gen-survey-thank-you
│ └── _index.md
├── homepage
│ ├── _index.md
│ ├── intro.md
│ ├── need_help.md
│ ├── onc_certified.md
│ └── open_source.md
├── lectures
│ ├── acute-care-clinical-workflow.md
│ ├── claimrev-module.md
│ ├── event-driven-architecture.md
│ ├── layout-based-forms.md
│ ├── openemr-ccda.md
│ ├── openemr-fhir-api-2.md
│ ├── openemr-fhir-api.md
│ ├── openemr-login-page.md
│ ├── openemr-modules.md
│ ├── openemr-patient-portal.md
│ ├── openemr-questionnaire-assessment.md
│ ├── openemr-twig.md
│ └── visualehr-vehr-timeline-based-dashboard-module.md
├── modules
│ ├── billing-claim-submissions.md
│ ├── comlink.md
│ ├── fax-sms.md
│ ├── prior-auth.md
│ ├── sphere.md
│ └── weno.md
├── privacy
│ └── _index.md
├── summer-of-code
│ └── _index.md
├── support
│ └── _index.md
├── welcome
│ ├── _index.md
│ └── mat.jpg
├── winter-of-code
│ └── _index.md
└── year-in-review
│ ├── _index.md
│ └── year_in_review.png
├── data
└── users.yml
├── layouts
└── section
│ └── year-in-review.html
├── package.json
├── static
├── .htaccess
├── android-chrome-192x192.png
├── android-chrome-384x384.png
├── apple-touch-icon.png
├── browserconfig.xml
├── docker.png
├── favicon-16x16.png
├── favicon-32x32.png
├── favicon.ico
├── google202ee1f71fc02c31.html
├── hh-vcu.jpg
├── images
│ ├── 404.png
│ ├── GT_logo_white.png
│ ├── OpenEMR_Cloud.png
│ ├── OpenEMR_Cloud_AWS_Offerings.png
│ ├── amazonsmile.jpg
│ ├── cloud-computing.png
│ ├── collective-sharing.jpg
│ ├── covid19.png
│ ├── covid19_blank.png
│ ├── cyber.jpg
│ ├── demographics-feature.png
│ ├── dicom-web-viewer.png
│ ├── doctor-reviewing-pt-chart.jpg
│ ├── doctorsday2020.png
│ ├── donate.jpg
│ ├── donate.png
│ ├── donate2.jpg
│ ├── embracing_docker_thumb.jpg
│ ├── emrpic.jpg
│ ├── flutter.jpg
│ ├── give_page.jpg
│ ├── group_dragon.jpg
│ ├── group_sepsis.jpg
│ ├── group_watch.jpg
│ ├── gsoc-fhir.png
│ ├── gsoc-openemr-logo.jpg
│ ├── gsoc-openemr.jpg
│ ├── gsoc_banner.png
│ ├── gsoc_logo.png
│ ├── gt_logo.svg
│ ├── healthhacks-follow-up-cover.jpg
│ ├── healthhacks-vcu.jpg
│ ├── healthhacks_fu_share.jpg
│ ├── heart.svg
│ ├── ifah-award.jpg
│ ├── laptop-person.jpg
│ ├── lectures
│ │ ├── acute-care-clinician-workflows.png
│ │ ├── ccda-lecture.png
│ │ ├── clearinghouse.png
│ │ ├── eda.png
│ │ ├── fhir-openemr-2.png
│ │ ├── layout-based-forms-2.png
│ │ ├── modules.png
│ │ ├── new-forms-lecture.png
│ │ ├── openemr-fhir-api.png
│ │ ├── patient-portal.png
│ │ ├── twig.png
│ │ └── vehr.png
│ ├── mail.png
│ ├── maria-puerto-rico.jpg
│ ├── opal-openemr.png
│ ├── open_collective.png
│ ├── openemr-blue-logo.png
│ ├── openemr-development-course.png
│ ├── openemr-sphere.jpg
│ ├── openemr.png
│ ├── openemrCloud.png
│ ├── openemr_logo.png
│ ├── openemr_long_term_web.png
│ ├── release-501.jpg
│ ├── robert-down-presenting-challenge.jpg
│ ├── stethoscope.jpg
│ ├── telehealth.png
│ ├── very-old-logo.gif
│ ├── wonca_thumb.jpg
│ └── wonca_vita.jpg
├── mstile-144x144.png
├── mstile-150x150.png
├── mstile-310x310.png
├── mstile-70x70.png
├── onc.png
├── openemr_cloud_aws.jpg
├── safari-pinned-tab.svg
├── site.webmanifest
└── year_in_review_bg.jpg
└── themes
└── openemr
├── LICENSE.md
├── README
├── archetypes
├── default.md
└── features.md
├── assets
└── scss
│ ├── _blog.scss
│ ├── _colors.scss
│ ├── _give.scss
│ ├── _gt.scss
│ ├── _holiday.scss
│ ├── _imports.scss
│ ├── _jumbotron.scss
│ ├── _lectures.scss
│ ├── _mixins.scss
│ ├── _nav.scss
│ ├── _type.scss
│ ├── _variables.scss
│ ├── _yir.scss
│ └── style.scss
├── layouts
├── 404.html
├── _default
│ ├── baseof.html
│ ├── list.html
│ ├── page.html
│ └── single.html
├── blog
│ ├── list.html
│ └── single.html
├── donate
│ └── list.html.html
├── index.html.html
├── lectures
│ ├── list.html
│ └── single.html
├── modules
│ ├── list.html
│ └── single.html
├── partials
│ ├── blog
│ │ ├── featured-list.html
│ │ ├── page-content.html
│ │ ├── page-header.html
│ │ ├── post-footer.html
│ │ └── post-stub.html
│ ├── features
│ │ ├── feature-list.html
│ │ └── feature-stub.html
│ ├── footer.html
│ ├── header.html
│ ├── help-needed.html
│ ├── highlighted_users.html
│ ├── homepage
│ │ ├── billboard-card.html
│ │ ├── billboard.html
│ │ ├── feature.html
│ │ ├── recent_blog.html
│ │ └── recent_lecture.html
│ ├── mailchimp.html
│ ├── menu.html
│ ├── navigation.html
│ ├── opengraph.html
│ ├── page_section.html
│ ├── page_section_parallax.html
│ ├── pagination.html
│ ├── parallax.html
│ ├── single-content-center.html
│ ├── split-content-image.html
│ ├── split-content.html
│ └── text-left-cta.html
├── section
│ ├── give.html
│ ├── privacy.html
│ └── support.html
└── shortcodes
│ ├── github_sponsor.html
│ ├── open_collective.html
│ ├── paypal.html
│ └── rawhtml.html
├── package-lock.json
├── package.json
├── static
├── android-chrome-192x192.png
├── android-chrome-384x384.png
├── app.js
├── apple-touch-icon.png
├── browserconfig.xml
├── favicon-16x16.png
├── favicon-32x32.png
├── favicon.ico
├── fonts
│ ├── FontAwesome.otf
│ ├── aleo
│ │ ├── Aleo-Bold.woff
│ │ ├── Aleo-BoldItalic.woff
│ │ ├── Aleo-Italic.woff
│ │ ├── Aleo-Light.woff
│ │ ├── Aleo-LightItalic.woff
│ │ └── Aleo-Regular.woff
│ ├── cooper_hewitt
│ │ ├── cooper_hewitt.css
│ │ ├── cooperhewitt-bold.ttf
│ │ ├── cooperhewitt-bold.woff
│ │ ├── cooperhewitt-bold.woff2
│ │ ├── cooperhewitt-bolditalic.woff
│ │ ├── cooperhewitt-bolditalic.woff2
│ │ ├── cooperhewitt-book.ttf
│ │ ├── cooperhewitt-book.woff
│ │ ├── cooperhewitt-book.woff2
│ │ ├── cooperhewitt-bookitalic.woff
│ │ ├── cooperhewitt-bookitalic.woff2
│ │ ├── cooperhewitt-heavy.ttf
│ │ ├── cooperhewitt-heavy.woff
│ │ ├── cooperhewitt-heavy.woff2
│ │ ├── cooperhewitt-heavyitalic.woff
│ │ ├── cooperhewitt-heavyitalic.woff2
│ │ ├── cooperhewitt-light.ttf
│ │ ├── cooperhewitt-light.woff
│ │ ├── cooperhewitt-light.woff2
│ │ ├── cooperhewitt-lightitalic.ttf
│ │ ├── cooperhewitt-lightitalic.woff
│ │ ├── cooperhewitt-lightitalic.woff2
│ │ ├── cooperhewitt-medium.ttf
│ │ ├── cooperhewitt-medium.woff
│ │ ├── cooperhewitt-medium.woff2
│ │ ├── cooperhewitt-mediumitalic.woff
│ │ ├── cooperhewitt-mediumitalic.woff2
│ │ ├── cooperhewitt-semibold.woff
│ │ ├── cooperhewitt-semibold.woff2
│ │ ├── cooperhewitt-semibolditalic.ttf
│ │ ├── cooperhewitt-semibolditalic.woff
│ │ ├── cooperhewitt-semibolditalic.woff2
│ │ ├── cooperhewitt-thin.woff
│ │ ├── cooperhewitt-thin.woff2
│ │ ├── cooperhewitt-thinitalic.woff
│ │ └── cooperhewitt-thinitalic.woff2
│ ├── fontawesome-webfont.eot
│ ├── fontawesome-webfont.svg
│ ├── fontawesome-webfont.ttf
│ ├── fontawesome-webfont.woff
│ ├── fontawesome-webfont.woff2
│ ├── ibm_plex_mono
│ │ ├── CHANGELOG.md
│ │ ├── IBM-Plex-Mono
│ │ │ └── fonts
│ │ │ │ ├── complete
│ │ │ │ ├── woff
│ │ │ │ │ ├── IBMPlexMono-Bold.woff
│ │ │ │ │ ├── IBMPlexMono-BoldItalic.woff
│ │ │ │ │ ├── IBMPlexMono-ExtraLight.woff
│ │ │ │ │ ├── IBMPlexMono-ExtraLightItalic.woff
│ │ │ │ │ ├── IBMPlexMono-Italic.woff
│ │ │ │ │ ├── IBMPlexMono-Light.woff
│ │ │ │ │ ├── IBMPlexMono-LightItalic.woff
│ │ │ │ │ ├── IBMPlexMono-Medium.woff
│ │ │ │ │ ├── IBMPlexMono-MediumItalic.woff
│ │ │ │ │ ├── IBMPlexMono-Regular.woff
│ │ │ │ │ ├── IBMPlexMono-SemiBold.woff
│ │ │ │ │ ├── IBMPlexMono-SemiBoldItalic.woff
│ │ │ │ │ ├── IBMPlexMono-Text.woff
│ │ │ │ │ ├── IBMPlexMono-TextItalic.woff
│ │ │ │ │ ├── IBMPlexMono-Thin.woff
│ │ │ │ │ ├── IBMPlexMono-ThinItalic.woff
│ │ │ │ │ └── license.txt
│ │ │ │ └── woff2
│ │ │ │ │ ├── IBMPlexMono-Bold.woff2
│ │ │ │ │ ├── IBMPlexMono-BoldItalic.woff2
│ │ │ │ │ ├── IBMPlexMono-ExtraLight.woff2
│ │ │ │ │ ├── IBMPlexMono-ExtraLightItalic.woff2
│ │ │ │ │ ├── IBMPlexMono-Italic.woff2
│ │ │ │ │ ├── IBMPlexMono-Light.woff2
│ │ │ │ │ ├── IBMPlexMono-LightItalic.woff2
│ │ │ │ │ ├── IBMPlexMono-Medium.woff2
│ │ │ │ │ ├── IBMPlexMono-MediumItalic.woff2
│ │ │ │ │ ├── IBMPlexMono-Regular.woff2
│ │ │ │ │ ├── IBMPlexMono-SemiBold.woff2
│ │ │ │ │ ├── IBMPlexMono-SemiBoldItalic.woff2
│ │ │ │ │ ├── IBMPlexMono-Text.woff2
│ │ │ │ │ ├── IBMPlexMono-TextItalic.woff2
│ │ │ │ │ ├── IBMPlexMono-Thin.woff2
│ │ │ │ │ ├── IBMPlexMono-ThinItalic.woff2
│ │ │ │ │ └── license.txt
│ │ │ │ └── split
│ │ │ │ ├── woff
│ │ │ │ ├── IBMPlexMono-Bold-Cyrillic.woff
│ │ │ │ ├── IBMPlexMono-Bold-Latin1.woff
│ │ │ │ ├── IBMPlexMono-Bold-Latin2.woff
│ │ │ │ ├── IBMPlexMono-Bold-Latin3.woff
│ │ │ │ ├── IBMPlexMono-Bold-Pi.woff
│ │ │ │ ├── IBMPlexMono-BoldItalic-Cyrillic.woff
│ │ │ │ ├── IBMPlexMono-BoldItalic-Latin1.woff
│ │ │ │ ├── IBMPlexMono-BoldItalic-Latin2.woff
│ │ │ │ ├── IBMPlexMono-BoldItalic-Latin3.woff
│ │ │ │ ├── IBMPlexMono-BoldItalic-Pi.woff
│ │ │ │ ├── IBMPlexMono-ExtraLight-Cyrillic.woff
│ │ │ │ ├── IBMPlexMono-ExtraLight-Latin1.woff
│ │ │ │ ├── IBMPlexMono-ExtraLight-Latin2.woff
│ │ │ │ ├── IBMPlexMono-ExtraLight-Latin3.woff
│ │ │ │ ├── IBMPlexMono-ExtraLight-Pi.woff
│ │ │ │ ├── IBMPlexMono-ExtraLightItalic-Cyrillic.woff
│ │ │ │ ├── IBMPlexMono-ExtraLightItalic-Latin1.woff
│ │ │ │ ├── IBMPlexMono-ExtraLightItalic-Latin2.woff
│ │ │ │ ├── IBMPlexMono-ExtraLightItalic-Latin3.woff
│ │ │ │ ├── IBMPlexMono-ExtraLightItalic-Pi.woff
│ │ │ │ ├── IBMPlexMono-Italic-Cyrillic.woff
│ │ │ │ ├── IBMPlexMono-Italic-Latin1.woff
│ │ │ │ ├── IBMPlexMono-Italic-Latin2.woff
│ │ │ │ ├── IBMPlexMono-Italic-Latin3.woff
│ │ │ │ ├── IBMPlexMono-Italic-Pi.woff
│ │ │ │ ├── IBMPlexMono-Light-Cyrillic.woff
│ │ │ │ ├── IBMPlexMono-Light-Latin1.woff
│ │ │ │ ├── IBMPlexMono-Light-Latin2.woff
│ │ │ │ ├── IBMPlexMono-Light-Latin3.woff
│ │ │ │ ├── IBMPlexMono-Light-Pi.woff
│ │ │ │ ├── IBMPlexMono-LightItalic-Cyrillic.woff
│ │ │ │ ├── IBMPlexMono-LightItalic-Latin1.woff
│ │ │ │ ├── IBMPlexMono-LightItalic-Latin2.woff
│ │ │ │ ├── IBMPlexMono-LightItalic-Latin3.woff
│ │ │ │ ├── IBMPlexMono-LightItalic-Pi.woff
│ │ │ │ ├── IBMPlexMono-Medium-Cyrillic.woff
│ │ │ │ ├── IBMPlexMono-Medium-Latin1.woff
│ │ │ │ ├── IBMPlexMono-Medium-Latin2.woff
│ │ │ │ ├── IBMPlexMono-Medium-Latin3.woff
│ │ │ │ ├── IBMPlexMono-Medium-Pi.woff
│ │ │ │ ├── IBMPlexMono-MediumItalic-Cyrillic.woff
│ │ │ │ ├── IBMPlexMono-MediumItalic-Latin1.woff
│ │ │ │ ├── IBMPlexMono-MediumItalic-Latin2.woff
│ │ │ │ ├── IBMPlexMono-MediumItalic-Latin3.woff
│ │ │ │ ├── IBMPlexMono-MediumItalic-Pi.woff
│ │ │ │ ├── IBMPlexMono-Regular-Cyrillic.woff
│ │ │ │ ├── IBMPlexMono-Regular-Latin1.woff
│ │ │ │ ├── IBMPlexMono-Regular-Latin2.woff
│ │ │ │ ├── IBMPlexMono-Regular-Latin3.woff
│ │ │ │ ├── IBMPlexMono-Regular-Pi.woff
│ │ │ │ ├── IBMPlexMono-SemiBold-Cyrillic.woff
│ │ │ │ ├── IBMPlexMono-SemiBold-Latin1.woff
│ │ │ │ ├── IBMPlexMono-SemiBold-Latin2.woff
│ │ │ │ ├── IBMPlexMono-SemiBold-Latin3.woff
│ │ │ │ ├── IBMPlexMono-SemiBold-Pi.woff
│ │ │ │ ├── IBMPlexMono-SemiBoldItalic-Cyrillic.woff
│ │ │ │ ├── IBMPlexMono-SemiBoldItalic-Latin1.woff
│ │ │ │ ├── IBMPlexMono-SemiBoldItalic-Latin2.woff
│ │ │ │ ├── IBMPlexMono-SemiBoldItalic-Latin3.woff
│ │ │ │ ├── IBMPlexMono-SemiBoldItalic-Pi.woff
│ │ │ │ ├── IBMPlexMono-Text-Cyrillic.woff
│ │ │ │ ├── IBMPlexMono-Text-Latin1.woff
│ │ │ │ ├── IBMPlexMono-Text-Latin2.woff
│ │ │ │ ├── IBMPlexMono-Text-Latin3.woff
│ │ │ │ ├── IBMPlexMono-Text-Pi.woff
│ │ │ │ ├── IBMPlexMono-TextItalic-Cyrillic.woff
│ │ │ │ ├── IBMPlexMono-TextItalic-Latin1.woff
│ │ │ │ ├── IBMPlexMono-TextItalic-Latin2.woff
│ │ │ │ ├── IBMPlexMono-TextItalic-Latin3.woff
│ │ │ │ ├── IBMPlexMono-TextItalic-Pi.woff
│ │ │ │ ├── IBMPlexMono-Thin-Cyrillic.woff
│ │ │ │ ├── IBMPlexMono-Thin-Latin1.woff
│ │ │ │ ├── IBMPlexMono-Thin-Latin2.woff
│ │ │ │ ├── IBMPlexMono-Thin-Latin3.woff
│ │ │ │ ├── IBMPlexMono-Thin-Pi.woff
│ │ │ │ ├── IBMPlexMono-ThinItalic-Cyrillic.woff
│ │ │ │ ├── IBMPlexMono-ThinItalic-Latin1.woff
│ │ │ │ ├── IBMPlexMono-ThinItalic-Latin2.woff
│ │ │ │ ├── IBMPlexMono-ThinItalic-Latin3.woff
│ │ │ │ ├── IBMPlexMono-ThinItalic-Pi.woff
│ │ │ │ └── license.txt
│ │ │ │ └── woff2
│ │ │ │ ├── IBMPlexMono-Bold-Cyrillic.woff2
│ │ │ │ ├── IBMPlexMono-Bold-Latin1.woff2
│ │ │ │ ├── IBMPlexMono-Bold-Latin2.woff2
│ │ │ │ ├── IBMPlexMono-Bold-Latin3.woff2
│ │ │ │ ├── IBMPlexMono-Bold-Pi.woff2
│ │ │ │ ├── IBMPlexMono-BoldItalic-Cyrillic.woff2
│ │ │ │ ├── IBMPlexMono-BoldItalic-Latin1.woff2
│ │ │ │ ├── IBMPlexMono-BoldItalic-Latin2.woff2
│ │ │ │ ├── IBMPlexMono-BoldItalic-Latin3.woff2
│ │ │ │ ├── IBMPlexMono-BoldItalic-Pi.woff2
│ │ │ │ ├── IBMPlexMono-ExtraLight-Cyrillic.woff2
│ │ │ │ ├── IBMPlexMono-ExtraLight-Latin1.woff2
│ │ │ │ ├── IBMPlexMono-ExtraLight-Latin2.woff2
│ │ │ │ ├── IBMPlexMono-ExtraLight-Latin3.woff2
│ │ │ │ ├── IBMPlexMono-ExtraLight-Pi.woff2
│ │ │ │ ├── IBMPlexMono-ExtraLightItalic-Cyrillic.woff2
│ │ │ │ ├── IBMPlexMono-ExtraLightItalic-Latin1.woff2
│ │ │ │ ├── IBMPlexMono-ExtraLightItalic-Latin2.woff2
│ │ │ │ ├── IBMPlexMono-ExtraLightItalic-Latin3.woff2
│ │ │ │ ├── IBMPlexMono-ExtraLightItalic-Pi.woff2
│ │ │ │ ├── IBMPlexMono-Italic-Cyrillic.woff2
│ │ │ │ ├── IBMPlexMono-Italic-Latin1.woff2
│ │ │ │ ├── IBMPlexMono-Italic-Latin2.woff2
│ │ │ │ ├── IBMPlexMono-Italic-Latin3.woff2
│ │ │ │ ├── IBMPlexMono-Italic-Pi.woff2
│ │ │ │ ├── IBMPlexMono-Light-Cyrillic.woff2
│ │ │ │ ├── IBMPlexMono-Light-Latin1.woff2
│ │ │ │ ├── IBMPlexMono-Light-Latin2.woff2
│ │ │ │ ├── IBMPlexMono-Light-Latin3.woff2
│ │ │ │ ├── IBMPlexMono-Light-Pi.woff2
│ │ │ │ ├── IBMPlexMono-LightItalic-Cyrillic.woff2
│ │ │ │ ├── IBMPlexMono-LightItalic-Latin1.woff2
│ │ │ │ ├── IBMPlexMono-LightItalic-Latin2.woff2
│ │ │ │ ├── IBMPlexMono-LightItalic-Latin3.woff2
│ │ │ │ ├── IBMPlexMono-LightItalic-Pi.woff2
│ │ │ │ ├── IBMPlexMono-Medium-Cyrillic.woff2
│ │ │ │ ├── IBMPlexMono-Medium-Latin1.woff2
│ │ │ │ ├── IBMPlexMono-Medium-Latin2.woff2
│ │ │ │ ├── IBMPlexMono-Medium-Latin3.woff2
│ │ │ │ ├── IBMPlexMono-Medium-Pi.woff2
│ │ │ │ ├── IBMPlexMono-MediumItalic-Cyrillic.woff2
│ │ │ │ ├── IBMPlexMono-MediumItalic-Latin1.woff2
│ │ │ │ ├── IBMPlexMono-MediumItalic-Latin2.woff2
│ │ │ │ ├── IBMPlexMono-MediumItalic-Latin3.woff2
│ │ │ │ ├── IBMPlexMono-MediumItalic-Pi.woff2
│ │ │ │ ├── IBMPlexMono-Regular-Cyrillic.woff2
│ │ │ │ ├── IBMPlexMono-Regular-Latin1.woff2
│ │ │ │ ├── IBMPlexMono-Regular-Latin2.woff2
│ │ │ │ ├── IBMPlexMono-Regular-Latin3.woff2
│ │ │ │ ├── IBMPlexMono-Regular-Pi.woff2
│ │ │ │ ├── IBMPlexMono-SemiBold-Cyrillic.woff2
│ │ │ │ ├── IBMPlexMono-SemiBold-Latin1.woff2
│ │ │ │ ├── IBMPlexMono-SemiBold-Latin2.woff2
│ │ │ │ ├── IBMPlexMono-SemiBold-Latin3.woff2
│ │ │ │ ├── IBMPlexMono-SemiBold-Pi.woff2
│ │ │ │ ├── IBMPlexMono-SemiBoldItalic-Cyrillic.woff2
│ │ │ │ ├── IBMPlexMono-SemiBoldItalic-Latin1.woff2
│ │ │ │ ├── IBMPlexMono-SemiBoldItalic-Latin2.woff2
│ │ │ │ ├── IBMPlexMono-SemiBoldItalic-Latin3.woff2
│ │ │ │ ├── IBMPlexMono-SemiBoldItalic-Pi.woff2
│ │ │ │ ├── IBMPlexMono-Text-Cyrillic.woff2
│ │ │ │ ├── IBMPlexMono-Text-Latin1.woff2
│ │ │ │ ├── IBMPlexMono-Text-Latin2.woff2
│ │ │ │ ├── IBMPlexMono-Text-Latin3.woff2
│ │ │ │ ├── IBMPlexMono-Text-Pi.woff2
│ │ │ │ ├── IBMPlexMono-TextItalic-Cyrillic.woff2
│ │ │ │ ├── IBMPlexMono-TextItalic-Latin1.woff2
│ │ │ │ ├── IBMPlexMono-TextItalic-Latin2.woff2
│ │ │ │ ├── IBMPlexMono-TextItalic-Latin3.woff2
│ │ │ │ ├── IBMPlexMono-TextItalic-Pi.woff2
│ │ │ │ ├── IBMPlexMono-Thin-Cyrillic.woff2
│ │ │ │ ├── IBMPlexMono-Thin-Latin1.woff2
│ │ │ │ ├── IBMPlexMono-Thin-Latin2.woff2
│ │ │ │ ├── IBMPlexMono-Thin-Latin3.woff2
│ │ │ │ ├── IBMPlexMono-Thin-Pi.woff2
│ │ │ │ ├── IBMPlexMono-ThinItalic-Cyrillic.woff2
│ │ │ │ ├── IBMPlexMono-ThinItalic-Latin1.woff2
│ │ │ │ ├── IBMPlexMono-ThinItalic-Latin2.woff2
│ │ │ │ ├── IBMPlexMono-ThinItalic-Latin3.woff2
│ │ │ │ ├── IBMPlexMono-ThinItalic-Pi.woff2
│ │ │ │ └── license.txt
│ │ ├── LICENSE.txt
│ │ ├── css
│ │ │ ├── ibm-plex.css
│ │ │ └── ibm-plex.min.css
│ │ └── scss
│ │ │ ├── ibm-plex.scss
│ │ │ └── mono
│ │ │ ├── _index.scss
│ │ │ ├── bold
│ │ │ ├── _cyrillic.scss
│ │ │ ├── _index.scss
│ │ │ ├── _latin1.scss
│ │ │ ├── _latin2.scss
│ │ │ ├── _latin3.scss
│ │ │ ├── _pi.scss
│ │ │ └── italic
│ │ │ │ ├── _cyrillic.scss
│ │ │ │ ├── _index.scss
│ │ │ │ ├── _latin1.scss
│ │ │ │ ├── _latin2.scss
│ │ │ │ ├── _latin3.scss
│ │ │ │ └── _pi.scss
│ │ │ ├── extralight
│ │ │ ├── _cyrillic.scss
│ │ │ ├── _index.scss
│ │ │ ├── _latin1.scss
│ │ │ ├── _latin2.scss
│ │ │ ├── _latin3.scss
│ │ │ ├── _pi.scss
│ │ │ └── italic
│ │ │ │ ├── _cyrillic.scss
│ │ │ │ ├── _index.scss
│ │ │ │ ├── _latin1.scss
│ │ │ │ ├── _latin2.scss
│ │ │ │ ├── _latin3.scss
│ │ │ │ └── _pi.scss
│ │ │ ├── italic
│ │ │ ├── _cyrillic.scss
│ │ │ ├── _index.scss
│ │ │ ├── _latin1.scss
│ │ │ ├── _latin2.scss
│ │ │ ├── _latin3.scss
│ │ │ └── _pi.scss
│ │ │ ├── light
│ │ │ ├── _cyrillic.scss
│ │ │ ├── _index.scss
│ │ │ ├── _latin1.scss
│ │ │ ├── _latin2.scss
│ │ │ ├── _latin3.scss
│ │ │ ├── _pi.scss
│ │ │ └── italic
│ │ │ │ ├── _cyrillic.scss
│ │ │ │ ├── _index.scss
│ │ │ │ ├── _latin1.scss
│ │ │ │ ├── _latin2.scss
│ │ │ │ ├── _latin3.scss
│ │ │ │ └── _pi.scss
│ │ │ ├── medium
│ │ │ ├── _cyrillic.scss
│ │ │ ├── _index.scss
│ │ │ ├── _latin1.scss
│ │ │ ├── _latin2.scss
│ │ │ ├── _latin3.scss
│ │ │ ├── _pi.scss
│ │ │ └── italic
│ │ │ │ ├── _cyrillic.scss
│ │ │ │ ├── _index.scss
│ │ │ │ ├── _latin1.scss
│ │ │ │ ├── _latin2.scss
│ │ │ │ ├── _latin3.scss
│ │ │ │ └── _pi.scss
│ │ │ ├── regular
│ │ │ ├── _cyrillic.scss
│ │ │ ├── _index.scss
│ │ │ ├── _latin1.scss
│ │ │ ├── _latin2.scss
│ │ │ ├── _latin3.scss
│ │ │ └── _pi.scss
│ │ │ ├── semibold
│ │ │ ├── _cyrillic.scss
│ │ │ ├── _index.scss
│ │ │ ├── _latin1.scss
│ │ │ ├── _latin2.scss
│ │ │ ├── _latin3.scss
│ │ │ ├── _pi.scss
│ │ │ └── italic
│ │ │ │ ├── _cyrillic.scss
│ │ │ │ ├── _index.scss
│ │ │ │ ├── _latin1.scss
│ │ │ │ ├── _latin2.scss
│ │ │ │ ├── _latin3.scss
│ │ │ │ └── _pi.scss
│ │ │ ├── text
│ │ │ ├── _cyrillic.scss
│ │ │ ├── _index.scss
│ │ │ ├── _latin1.scss
│ │ │ ├── _latin2.scss
│ │ │ ├── _latin3.scss
│ │ │ ├── _pi.scss
│ │ │ └── italic
│ │ │ │ ├── _cyrillic.scss
│ │ │ │ ├── _index.scss
│ │ │ │ ├── _latin1.scss
│ │ │ │ ├── _latin2.scss
│ │ │ │ ├── _latin3.scss
│ │ │ │ └── _pi.scss
│ │ │ └── thin
│ │ │ ├── _cyrillic.scss
│ │ │ ├── _index.scss
│ │ │ ├── _latin1.scss
│ │ │ ├── _latin2.scss
│ │ │ ├── _latin3.scss
│ │ │ ├── _pi.scss
│ │ │ └── italic
│ │ │ ├── _cyrillic.scss
│ │ │ ├── _index.scss
│ │ │ ├── _latin1.scss
│ │ │ ├── _latin2.scss
│ │ │ ├── _latin3.scss
│ │ │ └── _pi.scss
│ └── ostrich_sans
│ │ ├── ostrichsans-bold.ttf
│ │ ├── ostrichsans-bold.woff
│ │ ├── ostrichsans-bold.woff2
│ │ ├── ostrichsans-medium.woff
│ │ └── ostrichsans-medium.woff2
├── img
│ ├── IPPF-full-logo.png
│ ├── ONC-CertHIT_horizontal-logo.jpg
│ ├── ONC-CertHIT_stacked-logo.jpg
│ ├── ONC_Certification_HIT_2015Edition_CU_Horizontal_CMYK.jpg
│ ├── ONC_Certification_HIT_2015Edition_CU_Horizontal_RGB.png
│ ├── ONC_Certification_HIT_2015Edition_CU_Stacked_RGB.jpg
│ ├── ONC_Certification_HIT_2015Edition_CU_Stacked_RGB.png
│ ├── SLI_Certification_Mark_2017-01.png
│ ├── SLI_Certification_Mark_white_background_2017-01.png
│ ├── bitbucket.svg
│ ├── calendar.png
│ ├── calendar.svg
│ ├── calendar_2.svg
│ ├── clipboard.svg
│ ├── cloud.svg
│ ├── computer-homepage.jpg
│ ├── covid19-icon.png
│ ├── donate.svg
│ ├── download-arrow.png
│ ├── earth.svg
│ ├── fb.svg
│ ├── flowchart.svg
│ ├── full_mark.png
│ ├── gift-box.svg
│ ├── github-logo.svg
│ ├── give-front.svg
│ ├── giving-bg.jpg
│ ├── giving-front.svg
│ ├── gt-logo-white.svg
│ ├── holiday-bg.jpg
│ ├── hospital.jpg
│ ├── info.png
│ ├── invoice.png
│ ├── invoice.svg
│ ├── jumbo2.jpg
│ ├── main-logo-dark.svg
│ ├── main-logo.svg
│ ├── md-with-ipad.jpg
│ ├── medical-report.png
│ ├── medical-report.svg
│ ├── medicine.jpg
│ ├── money.png
│ ├── monitor.png
│ ├── onc_certification_stacked.png
│ ├── openemr-logo.png
│ ├── osi-certified.png
│ ├── padlock.svg
│ ├── peace-corps.png
│ ├── prescription.png
│ ├── prescription.svg
│ ├── rx.svg
│ ├── screen.jpg
│ ├── server.svg
│ ├── siaya-district-hospital.jpg
│ ├── stethoscope.jpg
│ ├── twitter-circular-button.svg
│ ├── twitter.svg
│ └── vaccine.svg
├── mstile-144x144.png
├── mstile-150x150.png
├── mstile-310x310.png
├── mstile-70x70.png
├── safari-pinned-tab.svg
└── site.webmanifest
├── theme.toml
└── yarn.lock
/archetypes/default.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: "{{ replace .TranslationBaseName "-" " " | title }}"
3 | date: {{ .Date }}
4 | draft: true
5 | ---
6 |
7 |
--------------------------------------------------------------------------------
/archetypes/lectures.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: "{{ replace .Name "-" " " | title }}"
3 | date: {{ .Date }}
4 | presenter: Presenter
5 | description: Description
6 | recording_url: recording_url
7 | draft: true
8 | ---
9 | Write description here
10 |
11 |
--------------------------------------------------------------------------------
/archetypes/modules.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: "{{ replace .TranslationBaseName "-" " " | title }}"
3 | date: {{ .Date }}
4 | wiki: 'http://open-emr.org/wiki/PUT-LINK-HERE'
5 | minimum_version: 1.2.3(p)
6 | categories:
7 | - CATEGORY-HERE
8 | ---
9 | Write description here
10 |
11 |
--------------------------------------------------------------------------------
/archetypes/page.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: "{{ replace .Name "-" " " | title }}"
3 | date: {{ .Date }}
4 | draft: true
5 | ---
6 |
--------------------------------------------------------------------------------
/content/blog/_index.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: OpenEMR News
3 | subtitle: News from around the OpenEMR project and community
4 | ---
5 |
--------------------------------------------------------------------------------
/content/deployment_choices/_index.md:
--------------------------------------------------------------------------------
1 | ---
2 | headless: true
3 | ---
4 |
--------------------------------------------------------------------------------
/content/deployment_choices/cloud.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Cloud-Based
3 | image: img/cloud.svg
4 | weight: 2
5 | ---
6 |
7 | Deploy OpenEMR to the cloud
8 |
--------------------------------------------------------------------------------
/content/deployment_choices/on-prem.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: On-Premises
3 | image: img/server.svg
4 | weight: 1
5 | ---
6 |
7 | Run OpenEMR on your own servers on location
8 |
--------------------------------------------------------------------------------
/content/donate/cancel.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: "Donation Canceled"
3 | date: 2020-01-01
4 | url: donate/cancel
5 | ---
6 |
7 | # Something go wrong?
8 |
9 | It seems you canceled your donation to OpenEMR. Was this a mistake? If so, you can always [try again](https://www.paypal.com/donate?hosted_button_id=TB3FJYFQ4PWQJ). If you need assistance you can find support on our [forums](https://community.open-emr.org) or you can email hello@open-emr.org
10 |
--------------------------------------------------------------------------------
/content/donate/thank-you.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: "Donation Received"
3 | date: 2020-01-01
4 | ---
5 |
6 | # Hooray! Your donation was successful
7 |
8 | Thank you for making a donation to the OpenEMR Foundation - your contribution will help OpenEMR remain a leader in open-source healthcare IT software.
9 |
--------------------------------------------------------------------------------
/content/email-signup-confirmation/_index.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: "General Survey Follow Up"
3 | date: 2020-10-06
4 | ---
5 |
6 | # Thank you!
7 |
8 | Thank you for signing up to receive email communication from OpenEMR!
9 |
--------------------------------------------------------------------------------
/content/features/advanced-security.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Advanced Security
3 | image: img/padlock.svg
4 | weight: 7
5 | ---
6 |
7 | HIPAA-friendly, fine-grained access control objects, and industry-standard password hashing helps to protect your practice from intrusion
8 |
--------------------------------------------------------------------------------
/content/features/cdr.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Clinical Decision Rules
3 | image: img/flowchart.svg
4 | weight: 6
5 | ---
6 |
7 | Navigate complex patient algorithms using the clinical decision rules engine to ensure the highest quality of care for patients.
8 |
--------------------------------------------------------------------------------
/content/features/cms-reporting.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: 'CMS Reporting'
3 | image: img/medical-report.svg
4 | weight: 4
5 | ---
6 |
7 | Generate reports with just a few clicks
8 |
--------------------------------------------------------------------------------
/content/features/erx.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: e-Prescribing
3 | image: img/prescription.svg
4 | weight: 2
5 | ---
6 |
7 | Enter a prescription into an encounter and have it electronically sent to the patient's pharmacy.
8 |
--------------------------------------------------------------------------------
/content/features/lab-integration.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Lab Integration
3 | image: img/vaccine.svg
4 | weight: 5
5 | ---
6 |
7 | Have lab orders automatically sent to a lab and integrate the results into a patient's chart automatically
8 |
--------------------------------------------------------------------------------
/content/features/medical-billing.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: 'Medical Billing'
3 | image: 'img/invoice.svg'
4 | weight: 3
5 | ---
6 |
7 | Integrated billing supporting HIPAA ASC X12 Version 5010 Transaction and Code Set Standards.
8 |
--------------------------------------------------------------------------------
/content/features/multilingual-support.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Multilingual Support
3 | image: img/earth.svg
4 | weight: 8
5 | ---
6 |
7 | Available in over 30 languages, and customizable to add more.
8 |
--------------------------------------------------------------------------------
/content/features/scheduling.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Scheduling
3 | image: img/calendar.svg
4 | weight: 1
5 | ---
6 |
7 | Advanced scheduling allows clinics to create repeating events, automated-workflows triggered by check-in, and patient reminds.
8 |
--------------------------------------------------------------------------------
/content/homepage/_index.md:
--------------------------------------------------------------------------------
1 | ---
2 | cascade:
3 | - build:
4 | list: local
5 | publishResources: false
6 | render: never
7 | title: OpenEMR
8 | ---
9 |
--------------------------------------------------------------------------------
/content/homepage/intro.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Fully Open-Source. Free Software, Always and Forever.
3 | layout: single-content-center
4 | featured: true
5 | weight: 1
6 | ---
7 |
8 | OpenEMR is the most popular open source electronic health records and medical practice management solution. OpenEMR is a community of passionate volunteers and contributors dedicated to guarding OpenEMR's status as a free, open source software solution for medical practices with a commitment to openness, kindness and cooperation.
9 |
--------------------------------------------------------------------------------
/content/homepage/open_source.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Open-Source
3 | layout: split-content-image
4 | image: img/osi-certified.png
5 | classes:
6 | fluid:
7 | - py-5
8 | title:
9 | - text-left
10 | - display-4
11 | content_container:
12 | - col-sm-12
13 | - col-md-6
14 | - order-2
15 | image_container:
16 | - col-sm-12
17 | - col-md-6
18 | - order-1
19 | - text-center
20 | ---
21 |
22 | Open source software has changed the world for the better. OpenEMR is a leader in healthcare open source software. Costly proprietary EMRs are no longer the only option. Learn how to start contributing today!
23 |
--------------------------------------------------------------------------------
/content/lectures/acute-care-clinical-workflow.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: "Acute Care Clinical Workflow"
3 | anchor_id: acute-care-clinical-workflow
4 | date: 2022-03-05
5 | publishDate: 2022-03-04
6 | presentationDate: 2022-03-05
7 | presenter: Robert Down, RN
8 | youtube_id: sHLG_cuH_n0
9 | image: images/lectures/acute-care-clinician-workflows.png
10 | ---
11 |
12 | Learn about the daily workflow of acute care clinical staff in this lecture by Robert Down, who currently works as a
13 | travel nurse. Robert has experience in direct-patient care and leadership of nursing units.
14 |
15 |
--------------------------------------------------------------------------------
/content/lectures/event-driven-architecture.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: "Event Driven Architecture"
3 | anchor_id: event-driven-architecture
4 | date: 2021-11-13
5 | presenter: Robert Down, BSN, RN
6 | youtube_id: TeugaN8YOIY
7 | image: images/lectures/eda.png
8 | ---
9 |
10 | Robert Down discusses Event Listeners and how to leverage Event Listeners in OpenEMR development
11 |
12 |
--------------------------------------------------------------------------------
/content/lectures/layout-based-forms.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: "Customizing OpenEMR For Your Practice Using Layout Based Forms"
3 | anchor_id: layout-based-forms
4 | date: 2022-04-09
5 | publishDate: 2022-04-03
6 | presentationDate: 2022-04-09
7 | presenter: Sandra Gutierrez, MD
8 | youtube_id: Kkbq4O60dW0
9 | image: images/lectures/layout-based-forms-2.png
10 | ---
11 |
12 | Learn how to customize OpenEMR for your practice using Layout Based Forms in this lecture and demonstration by Sandra Gutierrez. Sandra has experience in using Layout Based Forms in her own practice.
13 |
14 |
--------------------------------------------------------------------------------
/content/lectures/openemr-ccda.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: "C-CDA and OpenEMR - Everything you need to know"
3 | anchor_id: c-cda-and-openemr-everything you need to know
4 | date: 2023-01-14
5 | publishDate: 2023-01-14
6 | presentationDate: 2023-01-14
7 | presenter: Jerry Padgett
8 | youtube_id: G-nk730ZItI
9 | image: images/lectures/ccda-lecture.png
10 | ---
11 |
12 | Jerry Padgett discusses everything you need to know about C-CDA (Consolidated Clinical Document Architecture) for OpenEMR.
13 |
14 |
--------------------------------------------------------------------------------
/content/lectures/openemr-fhir-api-2.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: "OpenEMR FHIR Lecture Series: Lecture 2 - FHIR Bulk Data in OpenEMR"
3 | anchor_id: openemr-fhir-api-2
4 | date: 2022-01-15
5 | presenter: Stephen Nielson
6 | youtube_id: 2qr0IV9Kulg
7 | image: images/lectures/fhir-openemr-2.png
8 | ---
9 |
10 | Stephen Nielson describes OpenEMR's FHIR Bulk Data API
11 |
12 |
--------------------------------------------------------------------------------
/content/lectures/openemr-fhir-api.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: "OpenEMR FHIR Lecture Series: Lecture 1 - Overview and Use of FHIR in OpenEMR"
3 | anchor_id: openemr-fhir-api-1
4 | date: 2022-01-08
5 | presenter: Stephen Nielson
6 | youtube_id: LQHNRBgg6Q8
7 | image: images/lectures/openemr-fhir-api.png
8 | ---
9 |
10 | Stephen Nielson describes OpenEMR's FHIR API
11 |
12 |
--------------------------------------------------------------------------------
/content/lectures/openemr-login-page.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: "First Impressions Are Everything: Creating an Inviting OpenEMR Login Page for your Users"
3 | anchor_id: first-impressions-are-everything-creating-an-inviting-openemr-login-page-for-your-users
4 | date: 2023-02-18
5 | publishDate: 2023-02-18
6 | presentationDate: 2023-02-18
7 | presenter: Robert Down
8 | ---
9 |
10 | Robert Down discusses how to customize the OpenEMR login page.
11 |
12 |
--------------------------------------------------------------------------------
/content/lectures/openemr-modules.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: "OpenEMR Modules"
3 | anchor_id: openemr-modules
4 | date: 2021-11-20
5 | presenter: Stephen Nielson
6 | youtube_id: LYA8MosIWF0
7 | image: images/lectures/modules.png
8 | ---
9 |
10 | Stephen Nielson describes how to effectively develop OpenEMR modules
11 |
12 |
--------------------------------------------------------------------------------
/content/lectures/openemr-patient-portal.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: "OpenEMR Patient Portal Presentation: New Features - Patient Form Templates Management"
3 | anchor_id: openemr-patient-portal
4 | date: 2022-02-12
5 | presenter: Jerry Padgett
6 | youtube_id: UnYBr0wlAZk
7 | image: images/lectures/patient-portal.png
8 | ---
9 |
10 | Jerry Padgett describes new features in Patient Portal, which include patient form templates management. Overview on creating and managing patient form templates and distributing them with Template Profiles and Patient Groups.
11 |
12 |
--------------------------------------------------------------------------------
/content/lectures/openemr-twig.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: "Twig, Macros, and Partials: Streamline your OpenEMR Development"
3 | anchor_id: twig-macros-and-partials-streamline-your-openemr-development
4 | date: 2023-02-18
5 | publishDate: 2023-02-18
6 | presentationDate: 2023-02-18
7 | presenter: Robert Down
8 | youtube_id: RDDEfckd01g
9 | image: images/lectures/twig.png
10 | ---
11 |
12 | Robert Down discusses how to streamline your OpenEMR developement with twig, macros, and partials.
13 |
14 |
--------------------------------------------------------------------------------
/content/lectures/visualehr-vehr-timeline-based-dashboard-module.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: "VisualEHR (VEHR) Timeline Based Dashboard Module in OpenEMR"
3 | anchor_id: visualehr-vehr-timeline-based-dashboard-module
4 | date: 2022-12-10
5 | publishDate: 2023-01-02
6 | presentationDate: 2022-12-10
7 | presenter: John Purdy from Omega Systems Group, Inc.
8 | youtube_id: WlbxTgFWhPw
9 | image: images/lectures/vehr.png
10 | ---
11 |
12 | Omega Systems Group describes and demonstrates a timeline based dashboard module in OpenEMR that they are nearing completion on.
13 |
14 |
--------------------------------------------------------------------------------
/content/modules/billing-claim-submissions.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: "ClaimRev Clearinghouse"
3 | date: 2023-04-22
4 | wiki: 'https://www.open-emr.org/wiki/index.php/ClaimRev_Clearinghouse_Module'
5 | minimum_version: '7.0.1'
6 | categories:
7 | - billing claim submissions
8 | ---
9 | This module implements the ClaimRev Clearinghouse for billing claim submissions.
10 |
11 |
--------------------------------------------------------------------------------
/content/modules/comlink.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: "Comlink Telehealth"
3 | date: 2023-04-24
4 | wiki: 'https://www.open-emr.org/wiki/index.php/Comlink_Telehealth'
5 | minimum_version: '7.0.0 (2)'
6 | categories:
7 | - telehealth
8 | ---
9 | This module implements the Comlink Telehealth system for video conferencing.
10 |
11 |
--------------------------------------------------------------------------------
/content/modules/fax-sms.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: "Fax SMS"
3 | date: 2023-04-23
4 | wiki: 'https://community.open-emr.org/t/openemr-fax-and-or-sms-module-guide/20273'
5 | minimum_version: 7.0.1
6 | categories:
7 | - telecom
8 | - fax
9 | - sms
10 | ---
11 | Fax and SMS feature for OpenEMR
12 |
13 |
--------------------------------------------------------------------------------
/content/modules/prior-auth.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: "Prior Authorizations Management"
3 | date: 2023-04-20
4 | wiki: 'https://github.com/openemr/openemr/blob/rel-701/interface/modules/custom_modules/oe-module-prior-authorizations/README.md'
5 | minimum_version: '7.0.1'
6 | categories:
7 | - prior authorizations management
8 | ---
9 | This module implements prior authorizations management.
10 |
11 |
--------------------------------------------------------------------------------
/content/modules/sphere.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: "Sphere Payment Processing"
3 | date: 2023-04-21
4 | wiki: 'https://www.open-emr.org/wiki/index.php/Sphere_Payment_Processing_Module'
5 | minimum_version: '6.0.0 (4)'
6 | categories:
7 | - payment processing
8 | ---
9 | This module implements Sphere payment processing service.
10 |
11 |
--------------------------------------------------------------------------------
/content/modules/weno.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: "WENO Exchange ePrescribing"
3 | date: 2024-05-29
4 | wiki: 'https://community.open-emr.org/t/new-weno-module-install-and-setup/21995'
5 | minimum_version: '7.0.2 (1)'
6 | categories:
7 | - ePrescribing
8 | ---
9 | This module implements WENO Exchange ePrescribing service.
10 |
11 |
--------------------------------------------------------------------------------
/content/privacy/_index.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: "Privacy Policy"
3 | date: 2018-03-29
4 | url: privacy
5 | ---
6 |
7 | # Privacy Policy
8 |
--------------------------------------------------------------------------------
/content/welcome/mat.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/content/welcome/mat.jpg
--------------------------------------------------------------------------------
/content/year-in-review/_index.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: "OpenEMR 2017 Year in Review"
3 | date: 2018-01-06T20:57:39-05:00
4 | layout: year-in-review
5 | url: year-in-review/
6 | images:
7 | - year-in-review/year_in_review.png
8 | ---
9 |
10 | This is a stub; all the content is in the layout.
11 |
--------------------------------------------------------------------------------
/content/year-in-review/year_in_review.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/content/year-in-review/year_in_review.png
--------------------------------------------------------------------------------
/data/users.yml:
--------------------------------------------------------------------------------
1 | - name: IPPF
2 | logo: img/IPPF-full-logo.png
3 | - name: Peace Corps
4 | logo: img/peace-corps.png
5 | - name: siaya_district_hospital
6 | logo: img/siaya-district-hospital.jpg
7 |
--------------------------------------------------------------------------------
/static/.htaccess:
--------------------------------------------------------------------------------
1 | # 2 HOURS cache
2 |
3 | Header set Cache-Control "max-age=7200, must-revalidate"
4 |
5 |
6 | Header set Cache-Control "max-age=7200, must-revalidate"
7 |
8 |
9 | # kill the facebook fb_xd_fragment and sms_ss bug
10 | RewriteEngine On
11 | RewriteCond %{QUERY_STRING} ^fb_xd_fragment
12 | RewriteRule ^(.*)$ http://www.open-emr.org\/$1? [R=301,L]
13 | RewriteCond %{QUERY_STRING} ^sms_ss
14 | RewriteRule ^(.*)$ http://www.open-emr.org\/$1? [R=301,L]
15 |
16 | ErrorDocument 404 /404.html
17 |
--------------------------------------------------------------------------------
/static/android-chrome-192x192.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/static/android-chrome-192x192.png
--------------------------------------------------------------------------------
/static/android-chrome-384x384.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/static/android-chrome-384x384.png
--------------------------------------------------------------------------------
/static/apple-touch-icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/static/apple-touch-icon.png
--------------------------------------------------------------------------------
/static/browserconfig.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 | #2d89ef
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/static/docker.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/static/docker.png
--------------------------------------------------------------------------------
/static/favicon-16x16.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/static/favicon-16x16.png
--------------------------------------------------------------------------------
/static/favicon-32x32.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/static/favicon-32x32.png
--------------------------------------------------------------------------------
/static/favicon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/static/favicon.ico
--------------------------------------------------------------------------------
/static/google202ee1f71fc02c31.html:
--------------------------------------------------------------------------------
1 | google-site-verification: google202ee1f71fc02c31.html
2 |
--------------------------------------------------------------------------------
/static/hh-vcu.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/static/hh-vcu.jpg
--------------------------------------------------------------------------------
/static/images/404.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/static/images/404.png
--------------------------------------------------------------------------------
/static/images/GT_logo_white.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/static/images/GT_logo_white.png
--------------------------------------------------------------------------------
/static/images/OpenEMR_Cloud.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/static/images/OpenEMR_Cloud.png
--------------------------------------------------------------------------------
/static/images/OpenEMR_Cloud_AWS_Offerings.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/static/images/OpenEMR_Cloud_AWS_Offerings.png
--------------------------------------------------------------------------------
/static/images/amazonsmile.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/static/images/amazonsmile.jpg
--------------------------------------------------------------------------------
/static/images/cloud-computing.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/static/images/cloud-computing.png
--------------------------------------------------------------------------------
/static/images/collective-sharing.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/static/images/collective-sharing.jpg
--------------------------------------------------------------------------------
/static/images/covid19.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/static/images/covid19.png
--------------------------------------------------------------------------------
/static/images/covid19_blank.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/static/images/covid19_blank.png
--------------------------------------------------------------------------------
/static/images/cyber.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/static/images/cyber.jpg
--------------------------------------------------------------------------------
/static/images/demographics-feature.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/static/images/demographics-feature.png
--------------------------------------------------------------------------------
/static/images/dicom-web-viewer.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/static/images/dicom-web-viewer.png
--------------------------------------------------------------------------------
/static/images/doctor-reviewing-pt-chart.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/static/images/doctor-reviewing-pt-chart.jpg
--------------------------------------------------------------------------------
/static/images/doctorsday2020.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/static/images/doctorsday2020.png
--------------------------------------------------------------------------------
/static/images/donate.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/static/images/donate.jpg
--------------------------------------------------------------------------------
/static/images/donate.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/static/images/donate.png
--------------------------------------------------------------------------------
/static/images/donate2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/static/images/donate2.jpg
--------------------------------------------------------------------------------
/static/images/embracing_docker_thumb.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/static/images/embracing_docker_thumb.jpg
--------------------------------------------------------------------------------
/static/images/emrpic.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/static/images/emrpic.jpg
--------------------------------------------------------------------------------
/static/images/flutter.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/static/images/flutter.jpg
--------------------------------------------------------------------------------
/static/images/give_page.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/static/images/give_page.jpg
--------------------------------------------------------------------------------
/static/images/group_dragon.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/static/images/group_dragon.jpg
--------------------------------------------------------------------------------
/static/images/group_sepsis.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/static/images/group_sepsis.jpg
--------------------------------------------------------------------------------
/static/images/group_watch.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/static/images/group_watch.jpg
--------------------------------------------------------------------------------
/static/images/gsoc-fhir.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/static/images/gsoc-fhir.png
--------------------------------------------------------------------------------
/static/images/gsoc-openemr-logo.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/static/images/gsoc-openemr-logo.jpg
--------------------------------------------------------------------------------
/static/images/gsoc-openemr.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/static/images/gsoc-openemr.jpg
--------------------------------------------------------------------------------
/static/images/gsoc_banner.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/static/images/gsoc_banner.png
--------------------------------------------------------------------------------
/static/images/gsoc_logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/static/images/gsoc_logo.png
--------------------------------------------------------------------------------
/static/images/healthhacks-follow-up-cover.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/static/images/healthhacks-follow-up-cover.jpg
--------------------------------------------------------------------------------
/static/images/healthhacks-vcu.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/static/images/healthhacks-vcu.jpg
--------------------------------------------------------------------------------
/static/images/healthhacks_fu_share.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/static/images/healthhacks_fu_share.jpg
--------------------------------------------------------------------------------
/static/images/ifah-award.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/static/images/ifah-award.jpg
--------------------------------------------------------------------------------
/static/images/laptop-person.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/static/images/laptop-person.jpg
--------------------------------------------------------------------------------
/static/images/lectures/acute-care-clinician-workflows.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/static/images/lectures/acute-care-clinician-workflows.png
--------------------------------------------------------------------------------
/static/images/lectures/ccda-lecture.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/static/images/lectures/ccda-lecture.png
--------------------------------------------------------------------------------
/static/images/lectures/clearinghouse.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/static/images/lectures/clearinghouse.png
--------------------------------------------------------------------------------
/static/images/lectures/eda.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/static/images/lectures/eda.png
--------------------------------------------------------------------------------
/static/images/lectures/fhir-openemr-2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/static/images/lectures/fhir-openemr-2.png
--------------------------------------------------------------------------------
/static/images/lectures/layout-based-forms-2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/static/images/lectures/layout-based-forms-2.png
--------------------------------------------------------------------------------
/static/images/lectures/modules.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/static/images/lectures/modules.png
--------------------------------------------------------------------------------
/static/images/lectures/new-forms-lecture.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/static/images/lectures/new-forms-lecture.png
--------------------------------------------------------------------------------
/static/images/lectures/openemr-fhir-api.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/static/images/lectures/openemr-fhir-api.png
--------------------------------------------------------------------------------
/static/images/lectures/patient-portal.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/static/images/lectures/patient-portal.png
--------------------------------------------------------------------------------
/static/images/lectures/twig.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/static/images/lectures/twig.png
--------------------------------------------------------------------------------
/static/images/lectures/vehr.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/static/images/lectures/vehr.png
--------------------------------------------------------------------------------
/static/images/mail.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/static/images/mail.png
--------------------------------------------------------------------------------
/static/images/maria-puerto-rico.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/static/images/maria-puerto-rico.jpg
--------------------------------------------------------------------------------
/static/images/opal-openemr.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/static/images/opal-openemr.png
--------------------------------------------------------------------------------
/static/images/open_collective.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/static/images/open_collective.png
--------------------------------------------------------------------------------
/static/images/openemr-blue-logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/static/images/openemr-blue-logo.png
--------------------------------------------------------------------------------
/static/images/openemr-development-course.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/static/images/openemr-development-course.png
--------------------------------------------------------------------------------
/static/images/openemr-sphere.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/static/images/openemr-sphere.jpg
--------------------------------------------------------------------------------
/static/images/openemr.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/static/images/openemr.png
--------------------------------------------------------------------------------
/static/images/openemrCloud.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/static/images/openemrCloud.png
--------------------------------------------------------------------------------
/static/images/openemr_logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/static/images/openemr_logo.png
--------------------------------------------------------------------------------
/static/images/openemr_long_term_web.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/static/images/openemr_long_term_web.png
--------------------------------------------------------------------------------
/static/images/release-501.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/static/images/release-501.jpg
--------------------------------------------------------------------------------
/static/images/robert-down-presenting-challenge.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/static/images/robert-down-presenting-challenge.jpg
--------------------------------------------------------------------------------
/static/images/stethoscope.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/static/images/stethoscope.jpg
--------------------------------------------------------------------------------
/static/images/telehealth.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/static/images/telehealth.png
--------------------------------------------------------------------------------
/static/images/very-old-logo.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/static/images/very-old-logo.gif
--------------------------------------------------------------------------------
/static/images/wonca_thumb.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/static/images/wonca_thumb.jpg
--------------------------------------------------------------------------------
/static/images/wonca_vita.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/static/images/wonca_vita.jpg
--------------------------------------------------------------------------------
/static/mstile-144x144.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/static/mstile-144x144.png
--------------------------------------------------------------------------------
/static/mstile-150x150.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/static/mstile-150x150.png
--------------------------------------------------------------------------------
/static/mstile-310x310.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/static/mstile-310x310.png
--------------------------------------------------------------------------------
/static/mstile-70x70.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/static/mstile-70x70.png
--------------------------------------------------------------------------------
/static/onc.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/static/onc.png
--------------------------------------------------------------------------------
/static/openemr_cloud_aws.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/static/openemr_cloud_aws.jpg
--------------------------------------------------------------------------------
/static/site.webmanifest:
--------------------------------------------------------------------------------
1 | {
2 | "name": "OpenEMR",
3 | "short_name": "OpenEMR",
4 | "icons": [
5 | {
6 | "src": "/android-chrome-192x192.png?v=pgq70jawxe",
7 | "sizes": "192x192",
8 | "type": "image/png"
9 | },
10 | {
11 | "src": "/android-chrome-384x384.png?v=pgq70jawxe",
12 | "sizes": "384x384",
13 | "type": "image/png"
14 | }
15 | ],
16 | "theme_color": "#ffffff",
17 | "background_color": "#ffffff",
18 | "display": "standalone"
19 | }
20 |
--------------------------------------------------------------------------------
/static/year_in_review_bg.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/static/year_in_review_bg.jpg
--------------------------------------------------------------------------------
/themes/openemr/archetypes/default.md:
--------------------------------------------------------------------------------
1 | +++
2 | +++
3 |
--------------------------------------------------------------------------------
/themes/openemr/archetypes/features.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: '{{ replace .File.ContentBaseName `-` ` ` | title }}'
3 | image: ''
4 | ---
5 |
6 | Template here
7 |
--------------------------------------------------------------------------------
/themes/openemr/assets/scss/_gt.scss:
--------------------------------------------------------------------------------
1 | .billboard__home--giving-tuesday {
2 |
3 | .display-1 {
4 | font-family: 'IBM Plex Sans';
5 | font-weight: 300;
6 | font-size: 3em;
7 | }
8 |
9 | @include media-breakpoint-up(md) {
10 | .display-1 {
11 | font-size:5em;
12 | }
13 | }
14 |
15 | p strong {
16 | font-weight: bold;
17 | }
18 |
19 | background-color: #00509D;
20 | background-color: hsl(217, 100, 21);
21 | }
22 |
--------------------------------------------------------------------------------
/themes/openemr/assets/scss/_imports.scss:
--------------------------------------------------------------------------------
1 | @import "../../node_modules/bootstrap/scss/bootstrap";
2 | @import "mixins";
3 | @import "variables";
4 | @import "give";
5 | @import "type";
6 | @import "colors";
7 | @import "jumbotron";
8 | @import "nav";
9 | @import "blog";
10 | @import "gt";
11 | @import "lectures";
12 |
--------------------------------------------------------------------------------
/themes/openemr/assets/scss/_lectures.scss:
--------------------------------------------------------------------------------
1 | main.lectures-list {
2 | // @extend .container;
3 | // margin-top: 70px;
4 | header h1 {
5 | font-size: 2em;
6 | }
7 | }
8 |
--------------------------------------------------------------------------------
/themes/openemr/assets/scss/_mixins.scss:
--------------------------------------------------------------------------------
1 | @mixin center-column {
2 | @include make-col-ready();
3 |
4 | @include media-breakpoint-up(xs) {
5 | @include make-col(12);
6 | }
7 |
8 | @include media-breakpoint-up(lg) {
9 | @include make-col(6);
10 | }
11 | }
12 |
13 | @mixin linear-gradient($gradient...) {
14 | background: -moz-linear-gradient($gradient); /* FF3.6-15 */
15 | background: -webkit-linear-gradient($gradient); /* Chrome10-25,Safari5.1-6 */
16 | background: linear-gradient($gradient); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
17 | }
18 |
--------------------------------------------------------------------------------
/themes/openemr/layouts/404.html:
--------------------------------------------------------------------------------
1 | {{ define "main"}}
2 |
3 |
4 |
5 |
6 |

7 |
8 |
9 |
4-oh-4!
10 |
Looks like you were looking for a page that can't be found right now.
11 |
Sorry about that, the misshap has been logged and we'll look into it!
12 |
13 |
14 |
15 | {{ end }}
--------------------------------------------------------------------------------
/themes/openemr/layouts/_default/list.html:
--------------------------------------------------------------------------------
1 | {{ partial "header.html" . }}
2 |
3 | {{ partial "navigation.html" . }}
4 |
5 |
15 |
16 | {{ partial "footer.html" . }}
17 |
--------------------------------------------------------------------------------
/themes/openemr/layouts/_default/single.html:
--------------------------------------------------------------------------------
1 | {{ partial "header.html" . }}
2 |
3 | {{ partial "navigation.html" . }}
4 |
5 |
16 |
17 | {{ partial "footer.html" . }}
18 |
--------------------------------------------------------------------------------
/themes/openemr/layouts/donate/list.html.html:
--------------------------------------------------------------------------------
1 | {{ define "main" }}
2 |
3 |
4 |
5 |
6 |
{{ .Title }}
7 |
8 |
11 |
12 |
13 |
14 | {{ end }}
15 |
--------------------------------------------------------------------------------
/themes/openemr/layouts/partials/blog/featured-list.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
Featured blog posts
4 |
5 |
6 |
7 | {{ range where .Pages "Params.featured" true }}
8 |
9 | {{ partial "blog/post-stub" . }}
10 |
11 | {{ end }}
12 |
13 |
14 |
--------------------------------------------------------------------------------
/themes/openemr/layouts/partials/blog/page-content.html:
--------------------------------------------------------------------------------
1 |
2 |
3 | {{ with index .Params "author" }}
4 | Written by {{ .name }} {{- with .twitter }} (
@{{ . }}){{- end }}
5 | {{ end }}
6 | on {{ dateFormat "Monday, Jan 2, 2006" .Date }}
7 |
8 |
9 |
10 |
11 | {{ .Content }}
12 |
13 |
14 |
--------------------------------------------------------------------------------
/themes/openemr/layouts/partials/features/feature-list.html:
--------------------------------------------------------------------------------
1 | {{ with .Params.parallax.before }} {{ partial "parallax" . }} {{ end }}
2 |
3 |
4 |
5 |
{{ .Title }}
6 | {{ .Content }}
7 |
8 | {{- range .Pages.ByWeight -}}
9 | {{- partial "features/feature-stub" . -}}
10 | {{- end -}}
11 |
12 |
13 | {{ with .Params.parallax.after }} {{ partial "parallax" . }} {{ end }}
14 |
--------------------------------------------------------------------------------
/themes/openemr/layouts/partials/features/feature-stub.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |

4 |
5 |
{{ .Title }}
6 |
7 | {{ .Content }}
8 |
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/themes/openemr/layouts/partials/highlighted_users.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
Who uses {{ .Site.Title }}
6 |
7 |
8 |
9 | {{- range .Site.Data.users -}}
10 |
11 |

12 |
13 | {{- end -}}
14 |
15 |
16 |
17 |
--------------------------------------------------------------------------------
/themes/openemr/layouts/partials/homepage/billboard-card.html:
--------------------------------------------------------------------------------
1 |
14 |
--------------------------------------------------------------------------------
/themes/openemr/layouts/partials/page_section.html:
--------------------------------------------------------------------------------
1 | {{- $fluid_classes := delimit (index .Params.classes "fluid" | default (slice "")) " " -}}
2 | {{- $container_classes := delimit (index .Params.classes "container" | default (slice "container")) " " -}}
3 |
4 |
5 |
6 | {{ partial (.Params.layout | default "homepage/feature.html") . }}
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/themes/openemr/layouts/partials/page_section_parallax.html:
--------------------------------------------------------------------------------
1 | {{- with .Params.parallax.before -}}
2 | {{ partial "parallax" . }}
3 | {{- end -}}
4 |
5 | {{ partial "page_section" . -}}
6 |
7 | {{- with .Params.parallax.after -}}
8 | {{ partial "parallax" . }}
9 | {{- end -}}
10 |
--------------------------------------------------------------------------------
/themes/openemr/layouts/partials/parallax.html:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/themes/openemr/layouts/partials/single-content-center.html:
--------------------------------------------------------------------------------
1 | {{ $fluid_classes := delimit (index .Params "fluid_classes" | default (slice "py-5" "my-5")) " "}}
2 | {{ $title_classes := delimit (index .Params "title_class" | default (slice "display-3")) " " }}
3 |
4 |
5 | {{ .Title }}
6 | {{ .Content }}
7 |
8 |
9 |
--------------------------------------------------------------------------------
/themes/openemr/layouts/partials/split-content.html:
--------------------------------------------------------------------------------
1 | {{ $deploy := .Site.GetPage "deployment_choices"}}
2 |
3 |
4 |
5 | {{ range $deploy.Pages.ByWeight }}
6 |
7 |

8 |
{{ .Title }}
9 |
{{ .Content }}
10 |
11 | {{ end }}
12 |
13 |
14 |
--------------------------------------------------------------------------------
/themes/openemr/layouts/partials/text-left-cta.html:
--------------------------------------------------------------------------------
1 | {{- $title_classes := delimit (index .Params.classes "title" | default (slice "display-3")) " " -}}
2 | {{- $content_classes := delimit (index .Params.classes "content" | default (slice "lead")) " " -}}
3 |
4 |
{{ .Title }}
5 |
6 |
7 |
{{ .Content }}
8 |
13 |
14 |
--------------------------------------------------------------------------------
/themes/openemr/layouts/shortcodes/github_sponsor.html:
--------------------------------------------------------------------------------
1 | {{ with $.Site.Params.githubSponser }}
2 |
3 | {{ end }}
4 |
--------------------------------------------------------------------------------
/themes/openemr/layouts/shortcodes/open_collective.html:
--------------------------------------------------------------------------------
1 | {{ with .Site.Params.openCollective }}
2 | Donate on OpenCollective
3 | {{ end }}
4 |
--------------------------------------------------------------------------------
/themes/openemr/layouts/shortcodes/paypal.html:
--------------------------------------------------------------------------------
1 |
2 |
8 |
--------------------------------------------------------------------------------
/themes/openemr/layouts/shortcodes/rawhtml.html:
--------------------------------------------------------------------------------
1 |
2 | {{ .Inner }}
3 |
--------------------------------------------------------------------------------
/themes/openemr/package.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "openemr",
3 | "version": "0.0.1",
4 | "description": "OpenEMR Website",
5 | "scripts": {
6 | "start": "webpack",
7 | "dev": "set NODE_ENV=production && webpack --mode=production --watch"
8 | },
9 | "author": "Robert Down ",
10 | "private": true,
11 | "devDependencies": {},
12 | "dependencies": {
13 | "@popperjs/core": "^2.11.2",
14 | "bootstrap": "^5.1.3",
15 | "font-awesome": "^4.7.0"
16 | }
17 | }
18 |
--------------------------------------------------------------------------------
/themes/openemr/static/android-chrome-192x192.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/android-chrome-192x192.png
--------------------------------------------------------------------------------
/themes/openemr/static/android-chrome-384x384.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/android-chrome-384x384.png
--------------------------------------------------------------------------------
/themes/openemr/static/app.js:
--------------------------------------------------------------------------------
1 | /**!
2 | * OpenEMR Template
3 | */
4 |
5 | $(document).ready(function(){
6 | $('.parallax').parallax();
7 | });
8 |
--------------------------------------------------------------------------------
/themes/openemr/static/apple-touch-icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/apple-touch-icon.png
--------------------------------------------------------------------------------
/themes/openemr/static/browserconfig.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 | #2d89ef
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/themes/openemr/static/favicon-16x16.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/favicon-16x16.png
--------------------------------------------------------------------------------
/themes/openemr/static/favicon-32x32.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/favicon-32x32.png
--------------------------------------------------------------------------------
/themes/openemr/static/favicon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/favicon.ico
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/FontAwesome.otf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/FontAwesome.otf
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/aleo/Aleo-Bold.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/aleo/Aleo-Bold.woff
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/aleo/Aleo-BoldItalic.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/aleo/Aleo-BoldItalic.woff
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/aleo/Aleo-Italic.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/aleo/Aleo-Italic.woff
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/aleo/Aleo-Light.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/aleo/Aleo-Light.woff
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/aleo/Aleo-LightItalic.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/aleo/Aleo-LightItalic.woff
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/aleo/Aleo-Regular.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/aleo/Aleo-Regular.woff
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/cooper_hewitt/cooperhewitt-bold.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/cooper_hewitt/cooperhewitt-bold.ttf
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/cooper_hewitt/cooperhewitt-bold.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/cooper_hewitt/cooperhewitt-bold.woff
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/cooper_hewitt/cooperhewitt-bold.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/cooper_hewitt/cooperhewitt-bold.woff2
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/cooper_hewitt/cooperhewitt-bolditalic.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/cooper_hewitt/cooperhewitt-bolditalic.woff
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/cooper_hewitt/cooperhewitt-bolditalic.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/cooper_hewitt/cooperhewitt-bolditalic.woff2
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/cooper_hewitt/cooperhewitt-book.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/cooper_hewitt/cooperhewitt-book.ttf
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/cooper_hewitt/cooperhewitt-book.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/cooper_hewitt/cooperhewitt-book.woff
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/cooper_hewitt/cooperhewitt-book.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/cooper_hewitt/cooperhewitt-book.woff2
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/cooper_hewitt/cooperhewitt-bookitalic.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/cooper_hewitt/cooperhewitt-bookitalic.woff
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/cooper_hewitt/cooperhewitt-bookitalic.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/cooper_hewitt/cooperhewitt-bookitalic.woff2
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/cooper_hewitt/cooperhewitt-heavy.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/cooper_hewitt/cooperhewitt-heavy.ttf
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/cooper_hewitt/cooperhewitt-heavy.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/cooper_hewitt/cooperhewitt-heavy.woff
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/cooper_hewitt/cooperhewitt-heavy.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/cooper_hewitt/cooperhewitt-heavy.woff2
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/cooper_hewitt/cooperhewitt-heavyitalic.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/cooper_hewitt/cooperhewitt-heavyitalic.woff
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/cooper_hewitt/cooperhewitt-heavyitalic.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/cooper_hewitt/cooperhewitt-heavyitalic.woff2
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/cooper_hewitt/cooperhewitt-light.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/cooper_hewitt/cooperhewitt-light.ttf
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/cooper_hewitt/cooperhewitt-light.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/cooper_hewitt/cooperhewitt-light.woff
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/cooper_hewitt/cooperhewitt-light.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/cooper_hewitt/cooperhewitt-light.woff2
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/cooper_hewitt/cooperhewitt-lightitalic.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/cooper_hewitt/cooperhewitt-lightitalic.ttf
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/cooper_hewitt/cooperhewitt-lightitalic.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/cooper_hewitt/cooperhewitt-lightitalic.woff
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/cooper_hewitt/cooperhewitt-lightitalic.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/cooper_hewitt/cooperhewitt-lightitalic.woff2
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/cooper_hewitt/cooperhewitt-medium.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/cooper_hewitt/cooperhewitt-medium.ttf
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/cooper_hewitt/cooperhewitt-medium.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/cooper_hewitt/cooperhewitt-medium.woff
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/cooper_hewitt/cooperhewitt-medium.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/cooper_hewitt/cooperhewitt-medium.woff2
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/cooper_hewitt/cooperhewitt-mediumitalic.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/cooper_hewitt/cooperhewitt-mediumitalic.woff
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/cooper_hewitt/cooperhewitt-mediumitalic.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/cooper_hewitt/cooperhewitt-mediumitalic.woff2
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/cooper_hewitt/cooperhewitt-semibold.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/cooper_hewitt/cooperhewitt-semibold.woff
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/cooper_hewitt/cooperhewitt-semibold.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/cooper_hewitt/cooperhewitt-semibold.woff2
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/cooper_hewitt/cooperhewitt-semibolditalic.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/cooper_hewitt/cooperhewitt-semibolditalic.ttf
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/cooper_hewitt/cooperhewitt-semibolditalic.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/cooper_hewitt/cooperhewitt-semibolditalic.woff
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/cooper_hewitt/cooperhewitt-semibolditalic.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/cooper_hewitt/cooperhewitt-semibolditalic.woff2
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/cooper_hewitt/cooperhewitt-thin.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/cooper_hewitt/cooperhewitt-thin.woff
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/cooper_hewitt/cooperhewitt-thin.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/cooper_hewitt/cooperhewitt-thin.woff2
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/cooper_hewitt/cooperhewitt-thinitalic.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/cooper_hewitt/cooperhewitt-thinitalic.woff
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/cooper_hewitt/cooperhewitt-thinitalic.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/cooper_hewitt/cooperhewitt-thinitalic.woff2
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/fontawesome-webfont.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/fontawesome-webfont.eot
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/fontawesome-webfont.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/fontawesome-webfont.ttf
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/fontawesome-webfont.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/fontawesome-webfont.woff
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/fontawesome-webfont.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/fontawesome-webfont.woff2
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/complete/woff/IBMPlexMono-Bold.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/complete/woff/IBMPlexMono-Bold.woff
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/complete/woff/IBMPlexMono-BoldItalic.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/complete/woff/IBMPlexMono-BoldItalic.woff
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/complete/woff/IBMPlexMono-ExtraLight.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/complete/woff/IBMPlexMono-ExtraLight.woff
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/complete/woff/IBMPlexMono-ExtraLightItalic.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/complete/woff/IBMPlexMono-ExtraLightItalic.woff
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/complete/woff/IBMPlexMono-Italic.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/complete/woff/IBMPlexMono-Italic.woff
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/complete/woff/IBMPlexMono-Light.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/complete/woff/IBMPlexMono-Light.woff
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/complete/woff/IBMPlexMono-LightItalic.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/complete/woff/IBMPlexMono-LightItalic.woff
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/complete/woff/IBMPlexMono-Medium.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/complete/woff/IBMPlexMono-Medium.woff
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/complete/woff/IBMPlexMono-MediumItalic.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/complete/woff/IBMPlexMono-MediumItalic.woff
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/complete/woff/IBMPlexMono-Regular.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/complete/woff/IBMPlexMono-Regular.woff
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/complete/woff/IBMPlexMono-SemiBold.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/complete/woff/IBMPlexMono-SemiBold.woff
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/complete/woff/IBMPlexMono-SemiBoldItalic.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/complete/woff/IBMPlexMono-SemiBoldItalic.woff
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/complete/woff/IBMPlexMono-Text.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/complete/woff/IBMPlexMono-Text.woff
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/complete/woff/IBMPlexMono-TextItalic.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/complete/woff/IBMPlexMono-TextItalic.woff
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/complete/woff/IBMPlexMono-Thin.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/complete/woff/IBMPlexMono-Thin.woff
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/complete/woff/IBMPlexMono-ThinItalic.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/complete/woff/IBMPlexMono-ThinItalic.woff
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/complete/woff2/IBMPlexMono-Bold.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/complete/woff2/IBMPlexMono-Bold.woff2
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/complete/woff2/IBMPlexMono-BoldItalic.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/complete/woff2/IBMPlexMono-BoldItalic.woff2
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/complete/woff2/IBMPlexMono-ExtraLight.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/complete/woff2/IBMPlexMono-ExtraLight.woff2
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/complete/woff2/IBMPlexMono-ExtraLightItalic.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/complete/woff2/IBMPlexMono-ExtraLightItalic.woff2
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/complete/woff2/IBMPlexMono-Italic.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/complete/woff2/IBMPlexMono-Italic.woff2
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/complete/woff2/IBMPlexMono-Light.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/complete/woff2/IBMPlexMono-Light.woff2
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/complete/woff2/IBMPlexMono-LightItalic.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/complete/woff2/IBMPlexMono-LightItalic.woff2
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/complete/woff2/IBMPlexMono-Medium.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/complete/woff2/IBMPlexMono-Medium.woff2
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/complete/woff2/IBMPlexMono-MediumItalic.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/complete/woff2/IBMPlexMono-MediumItalic.woff2
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/complete/woff2/IBMPlexMono-Regular.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/complete/woff2/IBMPlexMono-Regular.woff2
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/complete/woff2/IBMPlexMono-SemiBold.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/complete/woff2/IBMPlexMono-SemiBold.woff2
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/complete/woff2/IBMPlexMono-SemiBoldItalic.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/complete/woff2/IBMPlexMono-SemiBoldItalic.woff2
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/complete/woff2/IBMPlexMono-Text.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/complete/woff2/IBMPlexMono-Text.woff2
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/complete/woff2/IBMPlexMono-TextItalic.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/complete/woff2/IBMPlexMono-TextItalic.woff2
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/complete/woff2/IBMPlexMono-Thin.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/complete/woff2/IBMPlexMono-Thin.woff2
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/complete/woff2/IBMPlexMono-ThinItalic.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/complete/woff2/IBMPlexMono-ThinItalic.woff2
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Bold-Cyrillic.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Bold-Cyrillic.woff
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Bold-Latin1.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Bold-Latin1.woff
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Bold-Latin2.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Bold-Latin2.woff
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Bold-Latin3.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Bold-Latin3.woff
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Bold-Pi.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Bold-Pi.woff
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-BoldItalic-Cyrillic.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-BoldItalic-Cyrillic.woff
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-BoldItalic-Latin1.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-BoldItalic-Latin1.woff
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-BoldItalic-Latin2.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-BoldItalic-Latin2.woff
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-BoldItalic-Latin3.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-BoldItalic-Latin3.woff
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-BoldItalic-Pi.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-BoldItalic-Pi.woff
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-ExtraLight-Cyrillic.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-ExtraLight-Cyrillic.woff
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-ExtraLight-Latin1.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-ExtraLight-Latin1.woff
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-ExtraLight-Latin2.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-ExtraLight-Latin2.woff
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-ExtraLight-Latin3.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-ExtraLight-Latin3.woff
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-ExtraLight-Pi.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-ExtraLight-Pi.woff
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-ExtraLightItalic-Cyrillic.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-ExtraLightItalic-Cyrillic.woff
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-ExtraLightItalic-Latin1.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-ExtraLightItalic-Latin1.woff
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-ExtraLightItalic-Latin2.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-ExtraLightItalic-Latin2.woff
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-ExtraLightItalic-Latin3.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-ExtraLightItalic-Latin3.woff
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-ExtraLightItalic-Pi.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-ExtraLightItalic-Pi.woff
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Italic-Cyrillic.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Italic-Cyrillic.woff
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Italic-Latin1.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Italic-Latin1.woff
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Italic-Latin2.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Italic-Latin2.woff
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Italic-Latin3.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Italic-Latin3.woff
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Italic-Pi.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Italic-Pi.woff
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Light-Cyrillic.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Light-Cyrillic.woff
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Light-Latin1.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Light-Latin1.woff
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Light-Latin2.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Light-Latin2.woff
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Light-Latin3.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Light-Latin3.woff
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Light-Pi.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Light-Pi.woff
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-LightItalic-Cyrillic.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-LightItalic-Cyrillic.woff
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-LightItalic-Latin1.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-LightItalic-Latin1.woff
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-LightItalic-Latin2.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-LightItalic-Latin2.woff
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-LightItalic-Latin3.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-LightItalic-Latin3.woff
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-LightItalic-Pi.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-LightItalic-Pi.woff
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Medium-Cyrillic.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Medium-Cyrillic.woff
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Medium-Latin1.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Medium-Latin1.woff
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Medium-Latin2.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Medium-Latin2.woff
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Medium-Latin3.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Medium-Latin3.woff
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Medium-Pi.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Medium-Pi.woff
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-MediumItalic-Cyrillic.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-MediumItalic-Cyrillic.woff
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-MediumItalic-Latin1.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-MediumItalic-Latin1.woff
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-MediumItalic-Latin2.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-MediumItalic-Latin2.woff
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-MediumItalic-Latin3.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-MediumItalic-Latin3.woff
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-MediumItalic-Pi.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-MediumItalic-Pi.woff
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Regular-Cyrillic.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Regular-Cyrillic.woff
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Regular-Latin1.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Regular-Latin1.woff
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Regular-Latin2.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Regular-Latin2.woff
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Regular-Latin3.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Regular-Latin3.woff
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Regular-Pi.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Regular-Pi.woff
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-SemiBold-Cyrillic.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-SemiBold-Cyrillic.woff
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-SemiBold-Latin1.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-SemiBold-Latin1.woff
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-SemiBold-Latin2.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-SemiBold-Latin2.woff
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-SemiBold-Latin3.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-SemiBold-Latin3.woff
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-SemiBold-Pi.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-SemiBold-Pi.woff
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-SemiBoldItalic-Cyrillic.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-SemiBoldItalic-Cyrillic.woff
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-SemiBoldItalic-Latin1.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-SemiBoldItalic-Latin1.woff
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-SemiBoldItalic-Latin2.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-SemiBoldItalic-Latin2.woff
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-SemiBoldItalic-Latin3.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-SemiBoldItalic-Latin3.woff
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-SemiBoldItalic-Pi.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-SemiBoldItalic-Pi.woff
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Text-Cyrillic.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Text-Cyrillic.woff
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Text-Latin1.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Text-Latin1.woff
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Text-Latin2.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Text-Latin2.woff
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Text-Latin3.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Text-Latin3.woff
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Text-Pi.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Text-Pi.woff
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-TextItalic-Cyrillic.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-TextItalic-Cyrillic.woff
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-TextItalic-Latin1.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-TextItalic-Latin1.woff
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-TextItalic-Latin2.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-TextItalic-Latin2.woff
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-TextItalic-Latin3.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-TextItalic-Latin3.woff
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-TextItalic-Pi.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-TextItalic-Pi.woff
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Thin-Cyrillic.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Thin-Cyrillic.woff
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Thin-Latin1.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Thin-Latin1.woff
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Thin-Latin2.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Thin-Latin2.woff
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Thin-Latin3.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Thin-Latin3.woff
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Thin-Pi.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Thin-Pi.woff
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-ThinItalic-Cyrillic.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-ThinItalic-Cyrillic.woff
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-ThinItalic-Latin1.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-ThinItalic-Latin1.woff
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-ThinItalic-Latin2.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-ThinItalic-Latin2.woff
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-ThinItalic-Latin3.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-ThinItalic-Latin3.woff
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-ThinItalic-Pi.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-ThinItalic-Pi.woff
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Bold-Cyrillic.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Bold-Cyrillic.woff2
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Bold-Latin1.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Bold-Latin1.woff2
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Bold-Latin2.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Bold-Latin2.woff2
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Bold-Latin3.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Bold-Latin3.woff2
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Bold-Pi.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Bold-Pi.woff2
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-BoldItalic-Cyrillic.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-BoldItalic-Cyrillic.woff2
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-BoldItalic-Latin1.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-BoldItalic-Latin1.woff2
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-BoldItalic-Latin2.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-BoldItalic-Latin2.woff2
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-BoldItalic-Latin3.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-BoldItalic-Latin3.woff2
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-BoldItalic-Pi.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-BoldItalic-Pi.woff2
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-ExtraLight-Cyrillic.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-ExtraLight-Cyrillic.woff2
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-ExtraLight-Latin1.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-ExtraLight-Latin1.woff2
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-ExtraLight-Latin2.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-ExtraLight-Latin2.woff2
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-ExtraLight-Latin3.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-ExtraLight-Latin3.woff2
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-ExtraLight-Pi.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-ExtraLight-Pi.woff2
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-ExtraLightItalic-Cyrillic.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-ExtraLightItalic-Cyrillic.woff2
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-ExtraLightItalic-Latin1.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-ExtraLightItalic-Latin1.woff2
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-ExtraLightItalic-Latin2.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-ExtraLightItalic-Latin2.woff2
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-ExtraLightItalic-Latin3.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-ExtraLightItalic-Latin3.woff2
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-ExtraLightItalic-Pi.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-ExtraLightItalic-Pi.woff2
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Italic-Cyrillic.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Italic-Cyrillic.woff2
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Italic-Latin1.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Italic-Latin1.woff2
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Italic-Latin2.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Italic-Latin2.woff2
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Italic-Latin3.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Italic-Latin3.woff2
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Italic-Pi.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Italic-Pi.woff2
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Light-Cyrillic.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Light-Cyrillic.woff2
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Light-Latin1.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Light-Latin1.woff2
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Light-Latin2.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Light-Latin2.woff2
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Light-Latin3.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Light-Latin3.woff2
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Light-Pi.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Light-Pi.woff2
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-LightItalic-Cyrillic.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-LightItalic-Cyrillic.woff2
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-LightItalic-Latin1.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-LightItalic-Latin1.woff2
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-LightItalic-Latin2.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-LightItalic-Latin2.woff2
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-LightItalic-Latin3.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-LightItalic-Latin3.woff2
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-LightItalic-Pi.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-LightItalic-Pi.woff2
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Medium-Cyrillic.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Medium-Cyrillic.woff2
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Medium-Latin1.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Medium-Latin1.woff2
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Medium-Latin2.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Medium-Latin2.woff2
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Medium-Latin3.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Medium-Latin3.woff2
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Medium-Pi.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Medium-Pi.woff2
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-MediumItalic-Cyrillic.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-MediumItalic-Cyrillic.woff2
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-MediumItalic-Latin1.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-MediumItalic-Latin1.woff2
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-MediumItalic-Latin2.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-MediumItalic-Latin2.woff2
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-MediumItalic-Latin3.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-MediumItalic-Latin3.woff2
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-MediumItalic-Pi.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-MediumItalic-Pi.woff2
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Regular-Cyrillic.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Regular-Cyrillic.woff2
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Regular-Latin1.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Regular-Latin1.woff2
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Regular-Latin2.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Regular-Latin2.woff2
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Regular-Latin3.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Regular-Latin3.woff2
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Regular-Pi.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Regular-Pi.woff2
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBold-Cyrillic.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBold-Cyrillic.woff2
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBold-Latin1.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBold-Latin1.woff2
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBold-Latin2.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBold-Latin2.woff2
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBold-Latin3.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBold-Latin3.woff2
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBold-Pi.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBold-Pi.woff2
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBoldItalic-Cyrillic.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBoldItalic-Cyrillic.woff2
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBoldItalic-Latin1.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBoldItalic-Latin1.woff2
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBoldItalic-Latin2.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBoldItalic-Latin2.woff2
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBoldItalic-Latin3.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBoldItalic-Latin3.woff2
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBoldItalic-Pi.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBoldItalic-Pi.woff2
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Text-Cyrillic.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Text-Cyrillic.woff2
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Text-Latin1.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Text-Latin1.woff2
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Text-Latin2.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Text-Latin2.woff2
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Text-Latin3.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Text-Latin3.woff2
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Text-Pi.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Text-Pi.woff2
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-TextItalic-Cyrillic.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-TextItalic-Cyrillic.woff2
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-TextItalic-Latin1.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-TextItalic-Latin1.woff2
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-TextItalic-Latin2.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-TextItalic-Latin2.woff2
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-TextItalic-Latin3.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-TextItalic-Latin3.woff2
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-TextItalic-Pi.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-TextItalic-Pi.woff2
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Thin-Cyrillic.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Thin-Cyrillic.woff2
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Thin-Latin1.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Thin-Latin1.woff2
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Thin-Latin2.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Thin-Latin2.woff2
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Thin-Latin3.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Thin-Latin3.woff2
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Thin-Pi.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Thin-Pi.woff2
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-ThinItalic-Cyrillic.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-ThinItalic-Cyrillic.woff2
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-ThinItalic-Latin1.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-ThinItalic-Latin1.woff2
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-ThinItalic-Latin2.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-ThinItalic-Latin2.woff2
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-ThinItalic-Latin3.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-ThinItalic-Latin3.woff2
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-ThinItalic-Pi.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ibm_plex_mono/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-ThinItalic-Pi.woff2
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/scss/ibm-plex.scss:
--------------------------------------------------------------------------------
1 |
2 | $font-prefix: '..' !default;
3 |
4 | @import 'mono/index';
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/scss/mono/_index.scss:
--------------------------------------------------------------------------------
1 | $font-prefix: '..' !default;
2 | @import 'bold/index';
3 | @import 'bold/italic/index';
4 | @import 'extralight/index';
5 | @import 'extralight/italic/index';
6 | @import 'italic/index';
7 | @import 'light/index';
8 | @import 'light/italic/index';
9 | @import 'medium/index';
10 | @import 'medium/italic/index';
11 | @import 'regular/index';
12 | @import 'semibold/index';
13 | @import 'semibold/italic/index';
14 | @import 'text/index';
15 | @import 'text/italic/index';
16 | @import 'thin/index';
17 | @import 'thin/italic/index';
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/scss/mono/bold/_cyrillic.scss:
--------------------------------------------------------------------------------
1 | @font-face {
2 | font-family: 'IBM Plex Mono';
3 | font-style: normal;
4 | font-weight: 700;
5 | src: local('IBM Plex Mono Bold'),
6 | local('IBMPlexMono-Bold'),
7 | url('#{$font-prefix}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Bold-Cyrillic.woff2') format('woff2');
8 | unicode-range: U+0400-045F, U+0472-0473, U+0490-049D, U+04A0-04A5, U+04AA-04AB, U+04AE-04B3, U+04B6-04BB, U+04C0-04C2, U+04CF-04D9, U+04DC-04DF, U+04E2-04E9, U+04EE-04F5, U+04F8-04F9;
9 | }
10 |
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/scss/mono/bold/_index.scss:
--------------------------------------------------------------------------------
1 | $font-prefix: '..' !default;
2 | @font-face {
3 | font-family: 'IBM Plex Mono';
4 | font-style: normal;
5 | font-weight: 700;
6 | src: local('IBM Plex Mono Bold'),
7 | local('IBMPlexMono-Bold'),
8 | url('#{$font-prefix}/IBM-Plex-Mono/fonts/complete/woff/IBMPlexMono-Bold.woff') format('woff');
9 | }
10 |
11 | @import 'cyrillic';
12 | @import 'pi';
13 | @import 'latin3';
14 | @import 'latin2';
15 | @import 'latin1';
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/scss/mono/bold/_latin1.scss:
--------------------------------------------------------------------------------
1 | @font-face {
2 | font-family: 'IBM Plex Mono';
3 | font-style: normal;
4 | font-weight: 700;
5 | src: local('IBM Plex Mono Bold'),
6 | local('IBMPlexMono-Bold'),
7 | url('#{$font-prefix}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Bold-Latin1.woff2') format('woff2');
8 | unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-00A3, U+00A4-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+2074, U+20AC, U+2122, U+2212, U+FB01-FB02;
9 | }
10 |
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/scss/mono/bold/_latin2.scss:
--------------------------------------------------------------------------------
1 | @font-face {
2 | font-family: 'IBM Plex Mono';
3 | font-style: normal;
4 | font-weight: 700;
5 | src: local('IBM Plex Mono Bold'),
6 | local('IBMPlexMono-Bold'),
7 | url('#{$font-prefix}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Bold-Latin2.woff2') format('woff2');
8 | unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF, U+FB01-FB02;
9 | }
10 |
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/scss/mono/bold/_latin3.scss:
--------------------------------------------------------------------------------
1 | @font-face {
2 | font-family: 'IBM Plex Mono';
3 | font-style: normal;
4 | font-weight: 700;
5 | src: local('IBM Plex Mono Bold'),
6 | local('IBMPlexMono-Bold'),
7 | url('#{$font-prefix}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Bold-Latin3.woff2') format('woff2');
8 | unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
9 | }
10 |
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/scss/mono/bold/italic/_cyrillic.scss:
--------------------------------------------------------------------------------
1 | @font-face {
2 | font-family: 'IBM Plex Mono';
3 | font-style: italic;
4 | font-weight: 700;
5 | src: local('IBM Plex Mono Bold Italic'),
6 | local('IBMPlexMono-BoldItalic'),
7 | url('#{$font-prefix}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-BoldItalic-Cyrillic.woff2') format('woff2');
8 | unicode-range: U+0400-045F, U+0472-0473, U+0490-049D, U+04A0-04A5, U+04AA-04AB, U+04AE-04B3, U+04B6-04BB, U+04C0-04C2, U+04CF-04D9, U+04DC-04DF, U+04E2-04E9, U+04EE-04F5, U+04F8-04F9;
9 | }
10 |
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/scss/mono/bold/italic/_index.scss:
--------------------------------------------------------------------------------
1 | $font-prefix: '..' !default;
2 | @font-face {
3 | font-family: 'IBM Plex Mono';
4 | font-style: italic;
5 | font-weight: 700;
6 | src: local('IBM Plex Mono Bold Italic'),
7 | local('IBMPlexMono-BoldItalic'),
8 | url('#{$font-prefix}/IBM-Plex-Mono/fonts/complete/woff/IBMPlexMono-BoldItalic.woff') format('woff');
9 | }
10 |
11 | @import 'cyrillic';
12 | @import 'pi';
13 | @import 'latin3';
14 | @import 'latin2';
15 | @import 'latin1';
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/scss/mono/bold/italic/_latin1.scss:
--------------------------------------------------------------------------------
1 | @font-face {
2 | font-family: 'IBM Plex Mono';
3 | font-style: italic;
4 | font-weight: 700;
5 | src: local('IBM Plex Mono Bold Italic'),
6 | local('IBMPlexMono-BoldItalic'),
7 | url('#{$font-prefix}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-BoldItalic-Latin1.woff2') format('woff2');
8 | unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-00A3, U+00A4-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+2074, U+20AC, U+2122, U+2212, U+FB01-FB02;
9 | }
10 |
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/scss/mono/bold/italic/_latin2.scss:
--------------------------------------------------------------------------------
1 | @font-face {
2 | font-family: 'IBM Plex Mono';
3 | font-style: italic;
4 | font-weight: 700;
5 | src: local('IBM Plex Mono Bold Italic'),
6 | local('IBMPlexMono-BoldItalic'),
7 | url('#{$font-prefix}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-BoldItalic-Latin2.woff2') format('woff2');
8 | unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF, U+FB01-FB02;
9 | }
10 |
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/scss/mono/bold/italic/_latin3.scss:
--------------------------------------------------------------------------------
1 | @font-face {
2 | font-family: 'IBM Plex Mono';
3 | font-style: italic;
4 | font-weight: 700;
5 | src: local('IBM Plex Mono Bold Italic'),
6 | local('IBMPlexMono-BoldItalic'),
7 | url('#{$font-prefix}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-BoldItalic-Latin3.woff2') format('woff2');
8 | unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
9 | }
10 |
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/scss/mono/extralight/_cyrillic.scss:
--------------------------------------------------------------------------------
1 | @font-face {
2 | font-family: 'IBM Plex Mono';
3 | font-style: normal;
4 | font-weight: 200;
5 | src: local('IBM Plex Mono ExtraLight'),
6 | local('IBMPlexMono-ExtraLight'),
7 | url('#{$font-prefix}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-ExtraLight-Cyrillic.woff2') format('woff2');
8 | unicode-range: U+0400-045F, U+0472-0473, U+0490-049D, U+04A0-04A5, U+04AA-04AB, U+04AE-04B3, U+04B6-04BB, U+04C0-04C2, U+04CF-04D9, U+04DC-04DF, U+04E2-04E9, U+04EE-04F5, U+04F8-04F9;
9 | }
10 |
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/scss/mono/extralight/_index.scss:
--------------------------------------------------------------------------------
1 | $font-prefix: '..' !default;
2 | @font-face {
3 | font-family: 'IBM Plex Mono';
4 | font-style: normal;
5 | font-weight: 200;
6 | src: local('IBM Plex Mono ExtraLight'),
7 | local('IBMPlexMono-ExtraLight'),
8 | url('#{$font-prefix}/IBM-Plex-Mono/fonts/complete/woff/IBMPlexMono-ExtraLight.woff') format('woff');
9 | }
10 |
11 | @import 'cyrillic';
12 | @import 'pi';
13 | @import 'latin3';
14 | @import 'latin2';
15 | @import 'latin1';
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/scss/mono/extralight/_latin2.scss:
--------------------------------------------------------------------------------
1 | @font-face {
2 | font-family: 'IBM Plex Mono';
3 | font-style: normal;
4 | font-weight: 200;
5 | src: local('IBM Plex Mono ExtraLight'),
6 | local('IBMPlexMono-ExtraLight'),
7 | url('#{$font-prefix}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-ExtraLight-Latin2.woff2') format('woff2');
8 | unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF, U+FB01-FB02;
9 | }
10 |
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/scss/mono/extralight/_latin3.scss:
--------------------------------------------------------------------------------
1 | @font-face {
2 | font-family: 'IBM Plex Mono';
3 | font-style: normal;
4 | font-weight: 200;
5 | src: local('IBM Plex Mono ExtraLight'),
6 | local('IBMPlexMono-ExtraLight'),
7 | url('#{$font-prefix}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-ExtraLight-Latin3.woff2') format('woff2');
8 | unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
9 | }
10 |
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/scss/mono/extralight/italic/_cyrillic.scss:
--------------------------------------------------------------------------------
1 | @font-face {
2 | font-family: 'IBM Plex Mono';
3 | font-style: italic;
4 | font-weight: 200;
5 | src: local('IBM Plex Mono ExtraLight Italic'),
6 | local('IBMPlexMono-ExtraLightItalic'),
7 | url('#{$font-prefix}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-ExtraLightItalic-Cyrillic.woff2') format('woff2');
8 | unicode-range: U+0400-045F, U+0472-0473, U+0490-049D, U+04A0-04A5, U+04AA-04AB, U+04AE-04B3, U+04B6-04BB, U+04C0-04C2, U+04CF-04D9, U+04DC-04DF, U+04E2-04E9, U+04EE-04F5, U+04F8-04F9;
9 | }
10 |
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/scss/mono/extralight/italic/_index.scss:
--------------------------------------------------------------------------------
1 | $font-prefix: '..' !default;
2 | @font-face {
3 | font-family: 'IBM Plex Mono';
4 | font-style: italic;
5 | font-weight: 200;
6 | src: local('IBM Plex Mono ExtraLight Italic'),
7 | local('IBMPlexMono-ExtraLightItalic'),
8 | url('#{$font-prefix}/IBM-Plex-Mono/fonts/complete/woff/IBMPlexMono-ExtraLightItalic.woff') format('woff');
9 | }
10 |
11 | @import 'cyrillic';
12 | @import 'pi';
13 | @import 'latin3';
14 | @import 'latin2';
15 | @import 'latin1';
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/scss/mono/extralight/italic/_latin2.scss:
--------------------------------------------------------------------------------
1 | @font-face {
2 | font-family: 'IBM Plex Mono';
3 | font-style: italic;
4 | font-weight: 200;
5 | src: local('IBM Plex Mono ExtraLight Italic'),
6 | local('IBMPlexMono-ExtraLightItalic'),
7 | url('#{$font-prefix}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-ExtraLightItalic-Latin2.woff2') format('woff2');
8 | unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF, U+FB01-FB02;
9 | }
10 |
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/scss/mono/extralight/italic/_latin3.scss:
--------------------------------------------------------------------------------
1 | @font-face {
2 | font-family: 'IBM Plex Mono';
3 | font-style: italic;
4 | font-weight: 200;
5 | src: local('IBM Plex Mono ExtraLight Italic'),
6 | local('IBMPlexMono-ExtraLightItalic'),
7 | url('#{$font-prefix}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-ExtraLightItalic-Latin3.woff2') format('woff2');
8 | unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
9 | }
10 |
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/scss/mono/italic/_cyrillic.scss:
--------------------------------------------------------------------------------
1 | @font-face {
2 | font-family: 'IBM Plex Mono';
3 | font-style: italic;
4 | font-weight: 400;
5 | src: local('IBM Plex Mono Italic'),
6 | local('IBMPlexMono-Italic'),
7 | url('#{$font-prefix}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Italic-Cyrillic.woff2') format('woff2');
8 | unicode-range: U+0400-045F, U+0472-0473, U+0490-049D, U+04A0-04A5, U+04AA-04AB, U+04AE-04B3, U+04B6-04BB, U+04C0-04C2, U+04CF-04D9, U+04DC-04DF, U+04E2-04E9, U+04EE-04F5, U+04F8-04F9;
9 | }
10 |
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/scss/mono/italic/_index.scss:
--------------------------------------------------------------------------------
1 | $font-prefix: '..' !default;
2 | @font-face {
3 | font-family: 'IBM Plex Mono';
4 | font-style: italic;
5 | font-weight: 400;
6 | src: local('IBM Plex Mono Italic'),
7 | local('IBMPlexMono-Italic'),
8 | url('#{$font-prefix}/IBM-Plex-Mono/fonts/complete/woff/IBMPlexMono-Italic.woff') format('woff');
9 | }
10 |
11 | @import 'cyrillic';
12 | @import 'pi';
13 | @import 'latin3';
14 | @import 'latin2';
15 | @import 'latin1';
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/scss/mono/italic/_latin1.scss:
--------------------------------------------------------------------------------
1 | @font-face {
2 | font-family: 'IBM Plex Mono';
3 | font-style: italic;
4 | font-weight: 400;
5 | src: local('IBM Plex Mono Italic'),
6 | local('IBMPlexMono-Italic'),
7 | url('#{$font-prefix}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Italic-Latin1.woff2') format('woff2');
8 | unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-00A3, U+00A4-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+2074, U+20AC, U+2122, U+2212, U+FB01-FB02;
9 | }
10 |
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/scss/mono/italic/_latin2.scss:
--------------------------------------------------------------------------------
1 | @font-face {
2 | font-family: 'IBM Plex Mono';
3 | font-style: italic;
4 | font-weight: 400;
5 | src: local('IBM Plex Mono Italic'),
6 | local('IBMPlexMono-Italic'),
7 | url('#{$font-prefix}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Italic-Latin2.woff2') format('woff2');
8 | unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF, U+FB01-FB02;
9 | }
10 |
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/scss/mono/italic/_latin3.scss:
--------------------------------------------------------------------------------
1 | @font-face {
2 | font-family: 'IBM Plex Mono';
3 | font-style: italic;
4 | font-weight: 400;
5 | src: local('IBM Plex Mono Italic'),
6 | local('IBMPlexMono-Italic'),
7 | url('#{$font-prefix}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Italic-Latin3.woff2') format('woff2');
8 | unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
9 | }
10 |
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/scss/mono/light/_cyrillic.scss:
--------------------------------------------------------------------------------
1 | @font-face {
2 | font-family: 'IBM Plex Mono';
3 | font-style: normal;
4 | font-weight: 300;
5 | src: local('IBM Plex Mono Light'),
6 | local('IBMPlexMono-Light'),
7 | url('#{$font-prefix}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Light-Cyrillic.woff2') format('woff2');
8 | unicode-range: U+0400-045F, U+0472-0473, U+0490-049D, U+04A0-04A5, U+04AA-04AB, U+04AE-04B3, U+04B6-04BB, U+04C0-04C2, U+04CF-04D9, U+04DC-04DF, U+04E2-04E9, U+04EE-04F5, U+04F8-04F9;
9 | }
10 |
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/scss/mono/light/_index.scss:
--------------------------------------------------------------------------------
1 | $font-prefix: '..' !default;
2 | @font-face {
3 | font-family: 'IBM Plex Mono';
4 | font-style: normal;
5 | font-weight: 300;
6 | src: local('IBM Plex Mono Light'),
7 | local('IBMPlexMono-Light'),
8 | url('#{$font-prefix}/IBM-Plex-Mono/fonts/complete/woff/IBMPlexMono-Light.woff') format('woff');
9 | }
10 |
11 | @import 'cyrillic';
12 | @import 'pi';
13 | @import 'latin3';
14 | @import 'latin2';
15 | @import 'latin1';
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/scss/mono/light/_latin1.scss:
--------------------------------------------------------------------------------
1 | @font-face {
2 | font-family: 'IBM Plex Mono';
3 | font-style: normal;
4 | font-weight: 300;
5 | src: local('IBM Plex Mono Light'),
6 | local('IBMPlexMono-Light'),
7 | url('#{$font-prefix}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Light-Latin1.woff2') format('woff2');
8 | unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-00A3, U+00A4-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+2074, U+20AC, U+2122, U+2212, U+FB01-FB02;
9 | }
10 |
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/scss/mono/light/_latin2.scss:
--------------------------------------------------------------------------------
1 | @font-face {
2 | font-family: 'IBM Plex Mono';
3 | font-style: normal;
4 | font-weight: 300;
5 | src: local('IBM Plex Mono Light'),
6 | local('IBMPlexMono-Light'),
7 | url('#{$font-prefix}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Light-Latin2.woff2') format('woff2');
8 | unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF, U+FB01-FB02;
9 | }
10 |
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/scss/mono/light/_latin3.scss:
--------------------------------------------------------------------------------
1 | @font-face {
2 | font-family: 'IBM Plex Mono';
3 | font-style: normal;
4 | font-weight: 300;
5 | src: local('IBM Plex Mono Light'),
6 | local('IBMPlexMono-Light'),
7 | url('#{$font-prefix}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Light-Latin3.woff2') format('woff2');
8 | unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
9 | }
10 |
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/scss/mono/light/italic/_cyrillic.scss:
--------------------------------------------------------------------------------
1 | @font-face {
2 | font-family: 'IBM Plex Mono';
3 | font-style: italic;
4 | font-weight: 300;
5 | src: local('IBM Plex Mono Light Italic'),
6 | local('IBMPlexMono-LightItalic'),
7 | url('#{$font-prefix}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-LightItalic-Cyrillic.woff2') format('woff2');
8 | unicode-range: U+0400-045F, U+0472-0473, U+0490-049D, U+04A0-04A5, U+04AA-04AB, U+04AE-04B3, U+04B6-04BB, U+04C0-04C2, U+04CF-04D9, U+04DC-04DF, U+04E2-04E9, U+04EE-04F5, U+04F8-04F9;
9 | }
10 |
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/scss/mono/light/italic/_index.scss:
--------------------------------------------------------------------------------
1 | $font-prefix: '..' !default;
2 | @font-face {
3 | font-family: 'IBM Plex Mono';
4 | font-style: italic;
5 | font-weight: 300;
6 | src: local('IBM Plex Mono Light Italic'),
7 | local('IBMPlexMono-LightItalic'),
8 | url('#{$font-prefix}/IBM-Plex-Mono/fonts/complete/woff/IBMPlexMono-LightItalic.woff') format('woff');
9 | }
10 |
11 | @import 'cyrillic';
12 | @import 'pi';
13 | @import 'latin3';
14 | @import 'latin2';
15 | @import 'latin1';
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/scss/mono/light/italic/_latin2.scss:
--------------------------------------------------------------------------------
1 | @font-face {
2 | font-family: 'IBM Plex Mono';
3 | font-style: italic;
4 | font-weight: 300;
5 | src: local('IBM Plex Mono Light Italic'),
6 | local('IBMPlexMono-LightItalic'),
7 | url('#{$font-prefix}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-LightItalic-Latin2.woff2') format('woff2');
8 | unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF, U+FB01-FB02;
9 | }
10 |
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/scss/mono/light/italic/_latin3.scss:
--------------------------------------------------------------------------------
1 | @font-face {
2 | font-family: 'IBM Plex Mono';
3 | font-style: italic;
4 | font-weight: 300;
5 | src: local('IBM Plex Mono Light Italic'),
6 | local('IBMPlexMono-LightItalic'),
7 | url('#{$font-prefix}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-LightItalic-Latin3.woff2') format('woff2');
8 | unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
9 | }
10 |
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/scss/mono/medium/_cyrillic.scss:
--------------------------------------------------------------------------------
1 | @font-face {
2 | font-family: 'IBM Plex Mono';
3 | font-style: normal;
4 | font-weight: 500;
5 | src: local('IBM Plex Mono Medium'),
6 | local('IBMPlexMono-Medium'),
7 | url('#{$font-prefix}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Medium-Cyrillic.woff2') format('woff2');
8 | unicode-range: U+0400-045F, U+0472-0473, U+0490-049D, U+04A0-04A5, U+04AA-04AB, U+04AE-04B3, U+04B6-04BB, U+04C0-04C2, U+04CF-04D9, U+04DC-04DF, U+04E2-04E9, U+04EE-04F5, U+04F8-04F9;
9 | }
10 |
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/scss/mono/medium/_index.scss:
--------------------------------------------------------------------------------
1 | $font-prefix: '..' !default;
2 | @font-face {
3 | font-family: 'IBM Plex Mono';
4 | font-style: normal;
5 | font-weight: 500;
6 | src: local('IBM Plex Mono Medium'),
7 | local('IBMPlexMono-Medium'),
8 | url('#{$font-prefix}/IBM-Plex-Mono/fonts/complete/woff/IBMPlexMono-Medium.woff') format('woff');
9 | }
10 |
11 | @import 'cyrillic';
12 | @import 'pi';
13 | @import 'latin3';
14 | @import 'latin2';
15 | @import 'latin1';
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/scss/mono/medium/_latin1.scss:
--------------------------------------------------------------------------------
1 | @font-face {
2 | font-family: 'IBM Plex Mono';
3 | font-style: normal;
4 | font-weight: 500;
5 | src: local('IBM Plex Mono Medium'),
6 | local('IBMPlexMono-Medium'),
7 | url('#{$font-prefix}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Medium-Latin1.woff2') format('woff2');
8 | unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-00A3, U+00A4-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+2074, U+20AC, U+2122, U+2212, U+FB01-FB02;
9 | }
10 |
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/scss/mono/medium/_latin2.scss:
--------------------------------------------------------------------------------
1 | @font-face {
2 | font-family: 'IBM Plex Mono';
3 | font-style: normal;
4 | font-weight: 500;
5 | src: local('IBM Plex Mono Medium'),
6 | local('IBMPlexMono-Medium'),
7 | url('#{$font-prefix}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Medium-Latin2.woff2') format('woff2');
8 | unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF, U+FB01-FB02;
9 | }
10 |
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/scss/mono/medium/_latin3.scss:
--------------------------------------------------------------------------------
1 | @font-face {
2 | font-family: 'IBM Plex Mono';
3 | font-style: normal;
4 | font-weight: 500;
5 | src: local('IBM Plex Mono Medium'),
6 | local('IBMPlexMono-Medium'),
7 | url('#{$font-prefix}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Medium-Latin3.woff2') format('woff2');
8 | unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
9 | }
10 |
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/scss/mono/medium/italic/_cyrillic.scss:
--------------------------------------------------------------------------------
1 | @font-face {
2 | font-family: 'IBM Plex Mono';
3 | font-style: italic;
4 | font-weight: 500;
5 | src: local('IBM Plex Mono Medium Italic'),
6 | local('IBMPlexMono-MediumItalic'),
7 | url('#{$font-prefix}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-MediumItalic-Cyrillic.woff2') format('woff2');
8 | unicode-range: U+0400-045F, U+0472-0473, U+0490-049D, U+04A0-04A5, U+04AA-04AB, U+04AE-04B3, U+04B6-04BB, U+04C0-04C2, U+04CF-04D9, U+04DC-04DF, U+04E2-04E9, U+04EE-04F5, U+04F8-04F9;
9 | }
10 |
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/scss/mono/medium/italic/_index.scss:
--------------------------------------------------------------------------------
1 | $font-prefix: '..' !default;
2 | @font-face {
3 | font-family: 'IBM Plex Mono';
4 | font-style: italic;
5 | font-weight: 500;
6 | src: local('IBM Plex Mono Medium Italic'),
7 | local('IBMPlexMono-MediumItalic'),
8 | url('#{$font-prefix}/IBM-Plex-Mono/fonts/complete/woff/IBMPlexMono-MediumItalic.woff') format('woff');
9 | }
10 |
11 | @import 'cyrillic';
12 | @import 'pi';
13 | @import 'latin3';
14 | @import 'latin2';
15 | @import 'latin1';
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/scss/mono/medium/italic/_latin2.scss:
--------------------------------------------------------------------------------
1 | @font-face {
2 | font-family: 'IBM Plex Mono';
3 | font-style: italic;
4 | font-weight: 500;
5 | src: local('IBM Plex Mono Medium Italic'),
6 | local('IBMPlexMono-MediumItalic'),
7 | url('#{$font-prefix}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-MediumItalic-Latin2.woff2') format('woff2');
8 | unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF, U+FB01-FB02;
9 | }
10 |
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/scss/mono/medium/italic/_latin3.scss:
--------------------------------------------------------------------------------
1 | @font-face {
2 | font-family: 'IBM Plex Mono';
3 | font-style: italic;
4 | font-weight: 500;
5 | src: local('IBM Plex Mono Medium Italic'),
6 | local('IBMPlexMono-MediumItalic'),
7 | url('#{$font-prefix}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-MediumItalic-Latin3.woff2') format('woff2');
8 | unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
9 | }
10 |
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/scss/mono/regular/_cyrillic.scss:
--------------------------------------------------------------------------------
1 | @font-face {
2 | font-family: 'IBM Plex Mono';
3 | font-style: normal;
4 | font-weight: 400;
5 | src: local('IBM Plex Mono'),
6 | local('IBMPlexMono'),
7 | url('#{$font-prefix}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Regular-Cyrillic.woff2') format('woff2');
8 | unicode-range: U+0400-045F, U+0472-0473, U+0490-049D, U+04A0-04A5, U+04AA-04AB, U+04AE-04B3, U+04B6-04BB, U+04C0-04C2, U+04CF-04D9, U+04DC-04DF, U+04E2-04E9, U+04EE-04F5, U+04F8-04F9;
9 | }
10 |
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/scss/mono/regular/_index.scss:
--------------------------------------------------------------------------------
1 | $font-prefix: '..' !default;
2 | @font-face {
3 | font-family: 'IBM Plex Mono';
4 | font-style: normal;
5 | font-weight: 400;
6 | src: local('IBM Plex Mono'),
7 | local('IBMPlexMono'),
8 | url('#{$font-prefix}/IBM-Plex-Mono/fonts/complete/woff/IBMPlexMono-Regular.woff') format('woff');
9 | }
10 |
11 | @import 'cyrillic';
12 | @import 'pi';
13 | @import 'latin3';
14 | @import 'latin2';
15 | @import 'latin1';
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/scss/mono/regular/_latin1.scss:
--------------------------------------------------------------------------------
1 | @font-face {
2 | font-family: 'IBM Plex Mono';
3 | font-style: normal;
4 | font-weight: 400;
5 | src: local('IBM Plex Mono'),
6 | local('IBMPlexMono'),
7 | url('#{$font-prefix}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Regular-Latin1.woff2') format('woff2');
8 | unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-00A3, U+00A4-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+2074, U+20AC, U+2122, U+2212, U+FB01-FB02;
9 | }
10 |
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/scss/mono/regular/_latin2.scss:
--------------------------------------------------------------------------------
1 | @font-face {
2 | font-family: 'IBM Plex Mono';
3 | font-style: normal;
4 | font-weight: 400;
5 | src: local('IBM Plex Mono'),
6 | local('IBMPlexMono'),
7 | url('#{$font-prefix}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Regular-Latin2.woff2') format('woff2');
8 | unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF, U+FB01-FB02;
9 | }
10 |
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/scss/mono/regular/_latin3.scss:
--------------------------------------------------------------------------------
1 | @font-face {
2 | font-family: 'IBM Plex Mono';
3 | font-style: normal;
4 | font-weight: 400;
5 | src: local('IBM Plex Mono'),
6 | local('IBMPlexMono'),
7 | url('#{$font-prefix}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Regular-Latin3.woff2') format('woff2');
8 | unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
9 | }
10 |
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/scss/mono/semibold/_cyrillic.scss:
--------------------------------------------------------------------------------
1 | @font-face {
2 | font-family: 'IBM Plex Mono';
3 | font-style: normal;
4 | font-weight: 600;
5 | src: local('IBM Plex Mono SemiBold'),
6 | local('IBMPlexMono-SemiBold'),
7 | url('#{$font-prefix}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBold-Cyrillic.woff2') format('woff2');
8 | unicode-range: U+0400-045F, U+0472-0473, U+0490-049D, U+04A0-04A5, U+04AA-04AB, U+04AE-04B3, U+04B6-04BB, U+04C0-04C2, U+04CF-04D9, U+04DC-04DF, U+04E2-04E9, U+04EE-04F5, U+04F8-04F9;
9 | }
10 |
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/scss/mono/semibold/_index.scss:
--------------------------------------------------------------------------------
1 | $font-prefix: '..' !default;
2 | @font-face {
3 | font-family: 'IBM Plex Mono';
4 | font-style: normal;
5 | font-weight: 600;
6 | src: local('IBM Plex Mono SemiBold'),
7 | local('IBMPlexMono-SemiBold'),
8 | url('#{$font-prefix}/IBM-Plex-Mono/fonts/complete/woff/IBMPlexMono-SemiBold.woff') format('woff');
9 | }
10 |
11 | @import 'cyrillic';
12 | @import 'pi';
13 | @import 'latin3';
14 | @import 'latin2';
15 | @import 'latin1';
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/scss/mono/semibold/_latin1.scss:
--------------------------------------------------------------------------------
1 | @font-face {
2 | font-family: 'IBM Plex Mono';
3 | font-style: normal;
4 | font-weight: 600;
5 | src: local('IBM Plex Mono SemiBold'),
6 | local('IBMPlexMono-SemiBold'),
7 | url('#{$font-prefix}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBold-Latin1.woff2') format('woff2');
8 | unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-00A3, U+00A4-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+2074, U+20AC, U+2122, U+2212, U+FB01-FB02;
9 | }
10 |
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/scss/mono/semibold/_latin2.scss:
--------------------------------------------------------------------------------
1 | @font-face {
2 | font-family: 'IBM Plex Mono';
3 | font-style: normal;
4 | font-weight: 600;
5 | src: local('IBM Plex Mono SemiBold'),
6 | local('IBMPlexMono-SemiBold'),
7 | url('#{$font-prefix}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBold-Latin2.woff2') format('woff2');
8 | unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF, U+FB01-FB02;
9 | }
10 |
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/scss/mono/semibold/_latin3.scss:
--------------------------------------------------------------------------------
1 | @font-face {
2 | font-family: 'IBM Plex Mono';
3 | font-style: normal;
4 | font-weight: 600;
5 | src: local('IBM Plex Mono SemiBold'),
6 | local('IBMPlexMono-SemiBold'),
7 | url('#{$font-prefix}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBold-Latin3.woff2') format('woff2');
8 | unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
9 | }
10 |
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/scss/mono/semibold/italic/_cyrillic.scss:
--------------------------------------------------------------------------------
1 | @font-face {
2 | font-family: 'IBM Plex Mono';
3 | font-style: italic;
4 | font-weight: 600;
5 | src: local('IBM Plex Mono SemiBold Italic'),
6 | local('IBMPlexMono-SemiBoldItalic'),
7 | url('#{$font-prefix}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBoldItalic-Cyrillic.woff2') format('woff2');
8 | unicode-range: U+0400-045F, U+0472-0473, U+0490-049D, U+04A0-04A5, U+04AA-04AB, U+04AE-04B3, U+04B6-04BB, U+04C0-04C2, U+04CF-04D9, U+04DC-04DF, U+04E2-04E9, U+04EE-04F5, U+04F8-04F9;
9 | }
10 |
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/scss/mono/semibold/italic/_index.scss:
--------------------------------------------------------------------------------
1 | $font-prefix: '..' !default;
2 | @font-face {
3 | font-family: 'IBM Plex Mono';
4 | font-style: italic;
5 | font-weight: 600;
6 | src: local('IBM Plex Mono SemiBold Italic'),
7 | local('IBMPlexMono-SemiBoldItalic'),
8 | url('#{$font-prefix}/IBM-Plex-Mono/fonts/complete/woff/IBMPlexMono-SemiBoldItalic.woff') format('woff');
9 | }
10 |
11 | @import 'cyrillic';
12 | @import 'pi';
13 | @import 'latin3';
14 | @import 'latin2';
15 | @import 'latin1';
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/scss/mono/semibold/italic/_latin2.scss:
--------------------------------------------------------------------------------
1 | @font-face {
2 | font-family: 'IBM Plex Mono';
3 | font-style: italic;
4 | font-weight: 600;
5 | src: local('IBM Plex Mono SemiBold Italic'),
6 | local('IBMPlexMono-SemiBoldItalic'),
7 | url('#{$font-prefix}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBoldItalic-Latin2.woff2') format('woff2');
8 | unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF, U+FB01-FB02;
9 | }
10 |
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/scss/mono/semibold/italic/_latin3.scss:
--------------------------------------------------------------------------------
1 | @font-face {
2 | font-family: 'IBM Plex Mono';
3 | font-style: italic;
4 | font-weight: 600;
5 | src: local('IBM Plex Mono SemiBold Italic'),
6 | local('IBMPlexMono-SemiBoldItalic'),
7 | url('#{$font-prefix}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBoldItalic-Latin3.woff2') format('woff2');
8 | unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
9 | }
10 |
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/scss/mono/text/_cyrillic.scss:
--------------------------------------------------------------------------------
1 | @font-face {
2 | font-family: 'IBM Plex Mono';
3 | font-style: normal;
4 | font-weight: 450;
5 | src: local('IBM Plex Mono Text'),
6 | local('IBMPlexMono-Text'),
7 | url('#{$font-prefix}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Text-Cyrillic.woff2') format('woff2');
8 | unicode-range: U+0400-045F, U+0472-0473, U+0490-049D, U+04A0-04A5, U+04AA-04AB, U+04AE-04B3, U+04B6-04BB, U+04C0-04C2, U+04CF-04D9, U+04DC-04DF, U+04E2-04E9, U+04EE-04F5, U+04F8-04F9;
9 | }
10 |
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/scss/mono/text/_index.scss:
--------------------------------------------------------------------------------
1 | $font-prefix: '..' !default;
2 | @font-face {
3 | font-family: 'IBM Plex Mono';
4 | font-style: normal;
5 | font-weight: 450;
6 | src: local('IBM Plex Mono Text'),
7 | local('IBMPlexMono-Text'),
8 | url('#{$font-prefix}/IBM-Plex-Mono/fonts/complete/woff/IBMPlexMono-Text.woff') format('woff');
9 | }
10 |
11 | @import 'cyrillic';
12 | @import 'pi';
13 | @import 'latin3';
14 | @import 'latin2';
15 | @import 'latin1';
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/scss/mono/text/_latin1.scss:
--------------------------------------------------------------------------------
1 | @font-face {
2 | font-family: 'IBM Plex Mono';
3 | font-style: normal;
4 | font-weight: 450;
5 | src: local('IBM Plex Mono Text'),
6 | local('IBMPlexMono-Text'),
7 | url('#{$font-prefix}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Text-Latin1.woff2') format('woff2');
8 | unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-00A3, U+00A4-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+2074, U+20AC, U+2122, U+2212, U+FB01-FB02;
9 | }
10 |
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/scss/mono/text/_latin2.scss:
--------------------------------------------------------------------------------
1 | @font-face {
2 | font-family: 'IBM Plex Mono';
3 | font-style: normal;
4 | font-weight: 450;
5 | src: local('IBM Plex Mono Text'),
6 | local('IBMPlexMono-Text'),
7 | url('#{$font-prefix}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Text-Latin2.woff2') format('woff2');
8 | unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF, U+FB01-FB02;
9 | }
10 |
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/scss/mono/text/_latin3.scss:
--------------------------------------------------------------------------------
1 | @font-face {
2 | font-family: 'IBM Plex Mono';
3 | font-style: normal;
4 | font-weight: 450;
5 | src: local('IBM Plex Mono Text'),
6 | local('IBMPlexMono-Text'),
7 | url('#{$font-prefix}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Text-Latin3.woff2') format('woff2');
8 | unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
9 | }
10 |
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/scss/mono/text/italic/_cyrillic.scss:
--------------------------------------------------------------------------------
1 | @font-face {
2 | font-family: 'IBM Plex Mono';
3 | font-style: italic;
4 | font-weight: 450;
5 | src: local('IBM Plex Mono Text Italic'),
6 | local('IBMPlexMono-TextItalic'),
7 | url('#{$font-prefix}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-TextItalic-Cyrillic.woff2') format('woff2');
8 | unicode-range: U+0400-045F, U+0472-0473, U+0490-049D, U+04A0-04A5, U+04AA-04AB, U+04AE-04B3, U+04B6-04BB, U+04C0-04C2, U+04CF-04D9, U+04DC-04DF, U+04E2-04E9, U+04EE-04F5, U+04F8-04F9;
9 | }
10 |
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/scss/mono/text/italic/_index.scss:
--------------------------------------------------------------------------------
1 | $font-prefix: '..' !default;
2 | @font-face {
3 | font-family: 'IBM Plex Mono';
4 | font-style: italic;
5 | font-weight: 450;
6 | src: local('IBM Plex Mono Text Italic'),
7 | local('IBMPlexMono-TextItalic'),
8 | url('#{$font-prefix}/IBM-Plex-Mono/fonts/complete/woff/IBMPlexMono-TextItalic.woff') format('woff');
9 | }
10 |
11 | @import 'cyrillic';
12 | @import 'pi';
13 | @import 'latin3';
14 | @import 'latin2';
15 | @import 'latin1';
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/scss/mono/text/italic/_latin2.scss:
--------------------------------------------------------------------------------
1 | @font-face {
2 | font-family: 'IBM Plex Mono';
3 | font-style: italic;
4 | font-weight: 450;
5 | src: local('IBM Plex Mono Text Italic'),
6 | local('IBMPlexMono-TextItalic'),
7 | url('#{$font-prefix}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-TextItalic-Latin2.woff2') format('woff2');
8 | unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF, U+FB01-FB02;
9 | }
10 |
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/scss/mono/text/italic/_latin3.scss:
--------------------------------------------------------------------------------
1 | @font-face {
2 | font-family: 'IBM Plex Mono';
3 | font-style: italic;
4 | font-weight: 450;
5 | src: local('IBM Plex Mono Text Italic'),
6 | local('IBMPlexMono-TextItalic'),
7 | url('#{$font-prefix}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-TextItalic-Latin3.woff2') format('woff2');
8 | unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
9 | }
10 |
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/scss/mono/thin/_cyrillic.scss:
--------------------------------------------------------------------------------
1 | @font-face {
2 | font-family: 'IBM Plex Mono';
3 | font-style: normal;
4 | font-weight: 100;
5 | src: local('IBM Plex Mono Thin'),
6 | local('IBMPlexMono-Thin'),
7 | url('#{$font-prefix}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Thin-Cyrillic.woff2') format('woff2');
8 | unicode-range: U+0400-045F, U+0472-0473, U+0490-049D, U+04A0-04A5, U+04AA-04AB, U+04AE-04B3, U+04B6-04BB, U+04C0-04C2, U+04CF-04D9, U+04DC-04DF, U+04E2-04E9, U+04EE-04F5, U+04F8-04F9;
9 | }
10 |
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/scss/mono/thin/_index.scss:
--------------------------------------------------------------------------------
1 | $font-prefix: '..' !default;
2 | @font-face {
3 | font-family: 'IBM Plex Mono';
4 | font-style: normal;
5 | font-weight: 100;
6 | src: local('IBM Plex Mono Thin'),
7 | local('IBMPlexMono-Thin'),
8 | url('#{$font-prefix}/IBM-Plex-Mono/fonts/complete/woff/IBMPlexMono-Thin.woff') format('woff');
9 | }
10 |
11 | @import 'cyrillic';
12 | @import 'pi';
13 | @import 'latin3';
14 | @import 'latin2';
15 | @import 'latin1';
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/scss/mono/thin/_latin1.scss:
--------------------------------------------------------------------------------
1 | @font-face {
2 | font-family: 'IBM Plex Mono';
3 | font-style: normal;
4 | font-weight: 100;
5 | src: local('IBM Plex Mono Thin'),
6 | local('IBMPlexMono-Thin'),
7 | url('#{$font-prefix}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Thin-Latin1.woff2') format('woff2');
8 | unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-00A3, U+00A4-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+2074, U+20AC, U+2122, U+2212, U+FB01-FB02;
9 | }
10 |
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/scss/mono/thin/_latin2.scss:
--------------------------------------------------------------------------------
1 | @font-face {
2 | font-family: 'IBM Plex Mono';
3 | font-style: normal;
4 | font-weight: 100;
5 | src: local('IBM Plex Mono Thin'),
6 | local('IBMPlexMono-Thin'),
7 | url('#{$font-prefix}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Thin-Latin2.woff2') format('woff2');
8 | unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF, U+FB01-FB02;
9 | }
10 |
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/scss/mono/thin/_latin3.scss:
--------------------------------------------------------------------------------
1 | @font-face {
2 | font-family: 'IBM Plex Mono';
3 | font-style: normal;
4 | font-weight: 100;
5 | src: local('IBM Plex Mono Thin'),
6 | local('IBMPlexMono-Thin'),
7 | url('#{$font-prefix}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Thin-Latin3.woff2') format('woff2');
8 | unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
9 | }
10 |
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/scss/mono/thin/italic/_cyrillic.scss:
--------------------------------------------------------------------------------
1 | @font-face {
2 | font-family: 'IBM Plex Mono';
3 | font-style: italic;
4 | font-weight: 100;
5 | src: local('IBM Plex Mono Thin Italic'),
6 | local('IBMPlexMono-ThinItalic'),
7 | url('#{$font-prefix}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-ThinItalic-Cyrillic.woff2') format('woff2');
8 | unicode-range: U+0400-045F, U+0472-0473, U+0490-049D, U+04A0-04A5, U+04AA-04AB, U+04AE-04B3, U+04B6-04BB, U+04C0-04C2, U+04CF-04D9, U+04DC-04DF, U+04E2-04E9, U+04EE-04F5, U+04F8-04F9;
9 | }
10 |
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/scss/mono/thin/italic/_index.scss:
--------------------------------------------------------------------------------
1 | $font-prefix: '..' !default;
2 | @font-face {
3 | font-family: 'IBM Plex Mono';
4 | font-style: italic;
5 | font-weight: 100;
6 | src: local('IBM Plex Mono Thin Italic'),
7 | local('IBMPlexMono-ThinItalic'),
8 | url('#{$font-prefix}/IBM-Plex-Mono/fonts/complete/woff/IBMPlexMono-ThinItalic.woff') format('woff');
9 | }
10 |
11 | @import 'cyrillic';
12 | @import 'pi';
13 | @import 'latin3';
14 | @import 'latin2';
15 | @import 'latin1';
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/scss/mono/thin/italic/_latin2.scss:
--------------------------------------------------------------------------------
1 | @font-face {
2 | font-family: 'IBM Plex Mono';
3 | font-style: italic;
4 | font-weight: 100;
5 | src: local('IBM Plex Mono Thin Italic'),
6 | local('IBMPlexMono-ThinItalic'),
7 | url('#{$font-prefix}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-ThinItalic-Latin2.woff2') format('woff2');
8 | unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF, U+FB01-FB02;
9 | }
10 |
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ibm_plex_mono/scss/mono/thin/italic/_latin3.scss:
--------------------------------------------------------------------------------
1 | @font-face {
2 | font-family: 'IBM Plex Mono';
3 | font-style: italic;
4 | font-weight: 100;
5 | src: local('IBM Plex Mono Thin Italic'),
6 | local('IBMPlexMono-ThinItalic'),
7 | url('#{$font-prefix}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-ThinItalic-Latin3.woff2') format('woff2');
8 | unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
9 | }
10 |
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ostrich_sans/ostrichsans-bold.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ostrich_sans/ostrichsans-bold.ttf
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ostrich_sans/ostrichsans-bold.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ostrich_sans/ostrichsans-bold.woff
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ostrich_sans/ostrichsans-bold.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ostrich_sans/ostrichsans-bold.woff2
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ostrich_sans/ostrichsans-medium.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ostrich_sans/ostrichsans-medium.woff
--------------------------------------------------------------------------------
/themes/openemr/static/fonts/ostrich_sans/ostrichsans-medium.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/fonts/ostrich_sans/ostrichsans-medium.woff2
--------------------------------------------------------------------------------
/themes/openemr/static/img/IPPF-full-logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/img/IPPF-full-logo.png
--------------------------------------------------------------------------------
/themes/openemr/static/img/ONC-CertHIT_horizontal-logo.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/img/ONC-CertHIT_horizontal-logo.jpg
--------------------------------------------------------------------------------
/themes/openemr/static/img/ONC-CertHIT_stacked-logo.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/img/ONC-CertHIT_stacked-logo.jpg
--------------------------------------------------------------------------------
/themes/openemr/static/img/ONC_Certification_HIT_2015Edition_CU_Horizontal_CMYK.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/img/ONC_Certification_HIT_2015Edition_CU_Horizontal_CMYK.jpg
--------------------------------------------------------------------------------
/themes/openemr/static/img/ONC_Certification_HIT_2015Edition_CU_Horizontal_RGB.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/img/ONC_Certification_HIT_2015Edition_CU_Horizontal_RGB.png
--------------------------------------------------------------------------------
/themes/openemr/static/img/ONC_Certification_HIT_2015Edition_CU_Stacked_RGB.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/img/ONC_Certification_HIT_2015Edition_CU_Stacked_RGB.jpg
--------------------------------------------------------------------------------
/themes/openemr/static/img/ONC_Certification_HIT_2015Edition_CU_Stacked_RGB.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/img/ONC_Certification_HIT_2015Edition_CU_Stacked_RGB.png
--------------------------------------------------------------------------------
/themes/openemr/static/img/SLI_Certification_Mark_2017-01.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/img/SLI_Certification_Mark_2017-01.png
--------------------------------------------------------------------------------
/themes/openemr/static/img/SLI_Certification_Mark_white_background_2017-01.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/img/SLI_Certification_Mark_white_background_2017-01.png
--------------------------------------------------------------------------------
/themes/openemr/static/img/calendar.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/img/calendar.png
--------------------------------------------------------------------------------
/themes/openemr/static/img/computer-homepage.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/img/computer-homepage.jpg
--------------------------------------------------------------------------------
/themes/openemr/static/img/covid19-icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/img/covid19-icon.png
--------------------------------------------------------------------------------
/themes/openemr/static/img/download-arrow.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/img/download-arrow.png
--------------------------------------------------------------------------------
/themes/openemr/static/img/full_mark.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/img/full_mark.png
--------------------------------------------------------------------------------
/themes/openemr/static/img/giving-bg.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/img/giving-bg.jpg
--------------------------------------------------------------------------------
/themes/openemr/static/img/holiday-bg.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/img/holiday-bg.jpg
--------------------------------------------------------------------------------
/themes/openemr/static/img/hospital.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/img/hospital.jpg
--------------------------------------------------------------------------------
/themes/openemr/static/img/info.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/img/info.png
--------------------------------------------------------------------------------
/themes/openemr/static/img/invoice.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/img/invoice.png
--------------------------------------------------------------------------------
/themes/openemr/static/img/jumbo2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/img/jumbo2.jpg
--------------------------------------------------------------------------------
/themes/openemr/static/img/md-with-ipad.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/img/md-with-ipad.jpg
--------------------------------------------------------------------------------
/themes/openemr/static/img/medical-report.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/img/medical-report.png
--------------------------------------------------------------------------------
/themes/openemr/static/img/medicine.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/img/medicine.jpg
--------------------------------------------------------------------------------
/themes/openemr/static/img/money.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/img/money.png
--------------------------------------------------------------------------------
/themes/openemr/static/img/monitor.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/img/monitor.png
--------------------------------------------------------------------------------
/themes/openemr/static/img/onc_certification_stacked.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/img/onc_certification_stacked.png
--------------------------------------------------------------------------------
/themes/openemr/static/img/openemr-logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/img/openemr-logo.png
--------------------------------------------------------------------------------
/themes/openemr/static/img/osi-certified.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/img/osi-certified.png
--------------------------------------------------------------------------------
/themes/openemr/static/img/peace-corps.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/img/peace-corps.png
--------------------------------------------------------------------------------
/themes/openemr/static/img/prescription.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/img/prescription.png
--------------------------------------------------------------------------------
/themes/openemr/static/img/screen.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/img/screen.jpg
--------------------------------------------------------------------------------
/themes/openemr/static/img/siaya-district-hospital.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/img/siaya-district-hospital.jpg
--------------------------------------------------------------------------------
/themes/openemr/static/img/stethoscope.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/img/stethoscope.jpg
--------------------------------------------------------------------------------
/themes/openemr/static/mstile-144x144.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/mstile-144x144.png
--------------------------------------------------------------------------------
/themes/openemr/static/mstile-150x150.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/mstile-150x150.png
--------------------------------------------------------------------------------
/themes/openemr/static/mstile-310x310.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/mstile-310x310.png
--------------------------------------------------------------------------------
/themes/openemr/static/mstile-70x70.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/openemr/website-openemr/5e8b43a8cf5b944713c69efd5929321d3498a593/themes/openemr/static/mstile-70x70.png
--------------------------------------------------------------------------------
/themes/openemr/static/site.webmanifest:
--------------------------------------------------------------------------------
1 | {
2 | "name": "OpenEMR",
3 | "short_name": "OpenEMR",
4 | "icons": [
5 | {
6 | "src": "/android-chrome-192x192.png?v=pgq70jawxe",
7 | "sizes": "192x192",
8 | "type": "image/png"
9 | },
10 | {
11 | "src": "/android-chrome-384x384.png?v=pgq70jawxe",
12 | "sizes": "384x384",
13 | "type": "image/png"
14 | }
15 | ],
16 | "theme_color": "#ffffff",
17 | "background_color": "#ffffff",
18 | "display": "standalone"
19 | }
20 |
--------------------------------------------------------------------------------
/themes/openemr/theme.toml:
--------------------------------------------------------------------------------
1 | # theme.toml template for a Hugo theme
2 | # See https://github.com/gohugoio/hugoThemes#themetoml for an example
3 |
4 | name = "OpenEMR"
5 | license = "None"
6 | licenselink = "https://github.com/openemr/website-theme/blob/master/LICENSE.md"
7 | description = ""
8 | homepage = "http://open-emr.org/"
9 | tags = []
10 | features = []
11 | min_version = "0.27.1"
12 |
13 | [author]
14 | name = "Robert Down"
15 | homepage = "robertdown.net"
16 |
--------------------------------------------------------------------------------