diff --git a/theme_archit/README.rst b/theme_archit/README.rst new file mode 100755 index 000000000..66373f331 --- /dev/null +++ b/theme_archit/README.rst @@ -0,0 +1,46 @@ +.. image:: https://img.shields.io/badge/license-LGPL--3-green.svg + :target: https://www.gnu.org/licenses/lgpl-3.0-standalone.html + :alt: License: LGPL-3 + +Theme Archit +============ +* Design Web Pages with theme Archit + +Configuration +============= +* No additional configurations needed + +Company +------- +* `Cybrosys Techno Solutions `__ + +License +------- +General Public License, Version 3 (LGPL v3). +(https://www.gnu.org/licenses/lgpl-3.0-standalone.html ) + +Credits +------- +* Developer: (V16) Aswathi PN, Contact: odoo@cybrosys.com + (V17) Junaidul Ansar M, Contact: odoo@cybrosys.com + +Contacts +-------- +* Mail Contact : odoo@cybrosys.com +* Website : https://cybrosys.com + +Bug Tracker +----------- +Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. + +Maintainer +========== +.. image:: https://cybrosys.com/images/logo.png + :target: https://cybrosys.com +This module is maintained by Cybrosys Technologies. + +For support and more information, please visit https://www.cybrosys.com + +Further information +=================== +HTML Description: ``__ diff --git a/theme_archit/__init__.py b/theme_archit/__init__.py new file mode 100755 index 000000000..6f9eebeeb --- /dev/null +++ b/theme_archit/__init__.py @@ -0,0 +1,21 @@ +# -*- coding: utf-8 -*- +############################################################################# +# +# Cybrosys Technologies Pvt. Ltd. +# +# Copyright (C) 2024-TODAY Cybrosys Technologies() +# Author: Cybrosys Techno Solutions() +# +# You can modify it under the terms of the GNU LESSER +# GENERAL PUBLIC LICENSE (LGPL v3), Version 3. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU LESSER GENERAL PUBLIC LICENSE (LGPL v3) for more details. +# +# You should have received a copy of the GNU LESSER GENERAL PUBLIC LICENSE +# (LGPL v3) along with this program. +# If not, see . +# +############################################################################# diff --git a/theme_archit/__manifest__.py b/theme_archit/__manifest__.py new file mode 100755 index 000000000..e070b0cbb --- /dev/null +++ b/theme_archit/__manifest__.py @@ -0,0 +1,93 @@ +# -*- coding: utf-8 -*- +############################################################################# +# +# Cybrosys Technologies Pvt. Ltd. +# +# Copyright (C) 2024-TODAY Cybrosys Technologies() +# Author: Cybrosys Techno Solutions () +# +# You can modify it under the terms of the GNU LESSER +# GENERAL PUBLIC LICENSE (LGPL v3), Version 3. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU LESSER GENERAL PUBLIC LICENSE (LGPL v3) for more details. +# +# You should have received a copy of the GNU LESSER GENERAL PUBLIC LICENSE +# (LGPL v3) along with this program. +# If not, see . +# +############################################################################# +{ + 'name': 'Theme Archit', + 'version': '17.0.1.0.0', + 'category': 'Theme', + 'summary': 'Design The Web Pages with theme Archit', + 'description': 'Theme Archit is a specialized web design module for Odoo, ' + 'providing a range of tools and ' + 'features to streamline the process of designing and ' + 'developing websites within the Odoo platform.', + 'author': 'Cybrosys Techno Solutions', + 'company': 'Cybrosys Techno Solutions', + 'maintainer': 'Cybrosys Techno Solutions', + 'website': "https://www.cybrosys.com", + 'depends': ['website'], + 'data': [ + 'views/footer.xml', + 'views/header.xml', + 'views/loging_templates.xml', + 'views/contacts_templates.xml', + 'views/snippets/error.xml', + 'views/snippets/about.xml', + 'views/snippets/about_banner.xml', + 'views/snippets/about_partner.xml', + 'views/snippets/about_job_form.xml', + 'views/snippets/blank.xml', + 'views/snippets/blog.xml', + 'views/snippets/blog_banner.xml', + 'views/snippets/contact.xml', + 'views/snippets/contact_banner.xml', + 'views/snippets/index.xml', + 'views/snippets/index_banner.xml', + 'views/snippets/index_about.xml', + 'views/snippets/login.xml', + 'views/snippets/projects.xml', + 'views/snippets/recognition.xml', + 'views/snippets/register.xml', + 'views/snippets/single_blog.xml', + 'views/snippets/single_project.xml', + ], + 'assets': { + 'web.assets_frontend': [ + '/theme_archit/static/src/js/owl.carousel.js', + '/theme_archit/static/src/js/owl.carousel.min.js', + '/theme_archit/static/src/js/index.js', + '/theme_archit/static/src/js/contact.js', + '/theme_archit/static/src/css/animate.min.css', + '/theme_archit/static/src/css/owl.carousel.min.css', + '/theme_archit/static/src/css/owl.theme.default.min.css', + '/theme_archit/static/src/css/style.css', + 'https://fonts.googleapis.com/css2?family=Poppins&family=Space+Mono:ital,wght@0,400;0,700;1,400&family=Work+Sans&display=swap', + 'https://fonts.googleapis.com/css2?family=Overpass+Mono:wght@700&display=swap', + 'https://fonts.googleapis.com/css2?family=Julius+Sans+One&display=swap', + 'https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css', + 'https://fonts.googleapis.com/icon?family=Material+Icons', + 'https://use.fontawesome.com/releases/v5.7.0/css/all.css', + 'https://use.fontawesome.com/releases/v5.7.0/css/all.css', + 'https://fonts.googleapis.com/icon?family=Material+Icons', + 'https://code.jquery.com/jquery-3.5.1.slim.min.js', + 'https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.bundle.min.js', + 'https://ajax.googleapis.com/ajax/libs/jquery/1.12.0/jquery.min.js', + 'https://maps.googleapis.com/maps/api/js?v=3&sensor=false', + ], + }, + 'images': [ + 'static/description/banner.jpg', + 'static/description/theme_archit_screenshot.jpg' + ], + 'license': 'LGPL-3', + 'installable': True, + 'auto_install': False, + 'application': False, +} diff --git a/theme_archit/doc/RELEASE_NOTES.md b/theme_archit/doc/RELEASE_NOTES.md new file mode 100755 index 000000000..085635241 --- /dev/null +++ b/theme_archit/doc/RELEASE_NOTES.md @@ -0,0 +1,7 @@ +## Module + +#### 23.02.2024 +#### Version 17.0.1.0.0 +#### ADD + +- Initial commit for Theme Archit diff --git a/theme_archit/static/description/banner.jpg b/theme_archit/static/description/banner.jpg new file mode 100644 index 000000000..f31ce2a97 Binary files /dev/null and b/theme_archit/static/description/banner.jpg differ diff --git a/theme_archit/static/description/icon.png b/theme_archit/static/description/icon.png new file mode 100644 index 000000000..6f91a9e54 Binary files /dev/null and b/theme_archit/static/description/icon.png differ diff --git a/theme_archit/static/description/images/Cybrosys.png b/theme_archit/static/description/images/Cybrosys.png new file mode 100755 index 000000000..d76b5bafb Binary files /dev/null and b/theme_archit/static/description/images/Cybrosys.png differ diff --git a/theme_archit/static/description/images/cybro-logo-oca-no-text.png b/theme_archit/static/description/images/cybro-logo-oca-no-text.png new file mode 100755 index 000000000..180d15dd6 Binary files /dev/null and b/theme_archit/static/description/images/cybro-logo-oca-no-text.png differ diff --git a/theme_archit/static/description/images/cybro-logo-oca.png b/theme_archit/static/description/images/cybro-logo-oca.png new file mode 100755 index 000000000..90e4c9cb9 Binary files /dev/null and b/theme_archit/static/description/images/cybro-logo-oca.png differ diff --git a/theme_archit/static/description/images/hero.png b/theme_archit/static/description/images/hero.png new file mode 100755 index 000000000..506957738 Binary files /dev/null and b/theme_archit/static/description/images/hero.png differ diff --git a/theme_archit/static/description/images/hero1.png b/theme_archit/static/description/images/hero1.png new file mode 100644 index 000000000..5206f9306 Binary files /dev/null and b/theme_archit/static/description/images/hero1.png differ diff --git a/theme_archit/static/description/images/laptop_screenshots.jpg b/theme_archit/static/description/images/laptop_screenshots.jpg new file mode 100755 index 000000000..326fdb3f4 Binary files /dev/null and b/theme_archit/static/description/images/laptop_screenshots.jpg differ diff --git a/theme_archit/static/description/images/phone-screenshots.jpg b/theme_archit/static/description/images/phone-screenshots.jpg new file mode 100755 index 000000000..d4c38f4ff Binary files /dev/null and b/theme_archit/static/description/images/phone-screenshots.jpg differ diff --git a/theme_archit/static/description/index.html b/theme_archit/static/description/index.html new file mode 100755 index 000000000..6501829b4 --- /dev/null +++ b/theme_archit/static/description/index.html @@ -0,0 +1,146 @@ + +
+
+
+ Cybrosys Logo +
+
+
+
+
+ Theme Screenshot +
+
+

Archit

+

+ Archit is a popular attractive and unique front end theme mainly suitable for website. Many custom + designed snippets facilitates to add better user experience. Contains best deals with testimonial slider + that are configured from the backend. +

+
+
+
+ +
+ + +
+
+

Desktop View

+

+ It is easy to customize and use. Just drag and drop the building blocks to make attractive webpages. +

+
+
+ Theme Screenshot +
+
+ + +
+
+ Theme Screenshot +
+
+

Mobile View

+

+ User friendly and modern looking makes your page more Stylist And Beautiful. +

+
+
+ + + +
+
+

Features

+
+
+
+
+
+ +
Responsive
+
+ +
+ +
Modern
+
+ +
+ +
Built-in Slider
+
+
+ + + +
+
+

Get Help

+
+

If you have anything to share with us based on + your use of this module, please let us know. We are ready to offer our support.

+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+

A Quality Theme From

+
+
+ +
+
+ +
\ No newline at end of file diff --git a/theme_archit/static/description/screenshort/hero.png b/theme_archit/static/description/screenshort/hero.png new file mode 100755 index 000000000..506957738 Binary files /dev/null and b/theme_archit/static/description/screenshort/hero.png differ diff --git a/theme_archit/static/description/screenshort/laptop_screenshots.jpg b/theme_archit/static/description/screenshort/laptop_screenshots.jpg new file mode 100755 index 000000000..326fdb3f4 Binary files /dev/null and b/theme_archit/static/description/screenshort/laptop_screenshots.jpg differ diff --git a/theme_archit/static/description/screenshort/phone-screenshots.jpg b/theme_archit/static/description/screenshort/phone-screenshots.jpg new file mode 100755 index 000000000..d4c38f4ff Binary files /dev/null and b/theme_archit/static/description/screenshort/phone-screenshots.jpg differ diff --git a/theme_archit/static/description/screenshort/theme_screenshot.jpg b/theme_archit/static/description/screenshort/theme_screenshot.jpg new file mode 100755 index 000000000..e8027fce0 Binary files /dev/null and b/theme_archit/static/description/screenshort/theme_screenshot.jpg differ diff --git a/theme_archit/static/description/theme_archit_screenshot.jpg b/theme_archit/static/description/theme_archit_screenshot.jpg new file mode 100644 index 000000000..a9cd93c3a Binary files /dev/null and b/theme_archit/static/description/theme_archit_screenshot.jpg differ diff --git a/theme_archit/static/src/css/animate.min.css b/theme_archit/static/src/css/animate.min.css new file mode 100755 index 000000000..76d2fe1a8 --- /dev/null +++ b/theme_archit/static/src/css/animate.min.css @@ -0,0 +1,7 @@ +@charset "UTF-8";/*! + * animate.css - https://animate.style/ + * Version - 4.1.1 + * Licensed under the MIT license - http://opensource.org/licenses/MIT + * + * Copyright (c) 2020 Animate.css + */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*0.8);animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}@keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.animate__headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.animate__swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.animate__heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}@keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}@keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}@keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}@keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}@keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}@keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}@keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2);-webkit-animation-name:hinge;animation-name:hinge;-webkit-transform-origin:top left;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;-webkit-transform-origin:left center;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;-webkit-transform-origin:right center;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp} \ No newline at end of file diff --git a/theme_archit/static/src/css/owl.carousel.min.css b/theme_archit/static/src/css/owl.carousel.min.css new file mode 100755 index 000000000..a71df11c0 --- /dev/null +++ b/theme_archit/static/src/css/owl.carousel.min.css @@ -0,0 +1,6 @@ +/** + * Owl Carousel v2.3.4 + * Copyright 2013-2018 David Deutsch + * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE + */ +.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%} \ No newline at end of file diff --git a/theme_archit/static/src/css/owl.theme.default.min.css b/theme_archit/static/src/css/owl.theme.default.min.css new file mode 100755 index 000000000..487088d2e --- /dev/null +++ b/theme_archit/static/src/css/owl.theme.default.min.css @@ -0,0 +1,6 @@ +/** + * Owl Carousel v2.3.4 + * Copyright 2013-2018 David Deutsch + * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE + */ +.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791} \ No newline at end of file diff --git a/theme_archit/static/src/css/style.css b/theme_archit/static/src/css/style.css new file mode 100755 index 000000000..8adbcb42a --- /dev/null +++ b/theme_archit/static/src/css/style.css @@ -0,0 +1,3885 @@ + +/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */ +/* Document + ========================================================================== */ +/** + * 1. Correct the line height in all browsers. + * 2. Prevent adjustments of font size after orientation changes in iOS. + */ +html { + line-height: 1.15; + /* 1 */ + -webkit-text-size-adjust: 100%; + /* 2 */ +} + +/* Sections + ========================================================================== */ +/** + * Remove the margin in all browsers. + */ +body { + margin: 0; +} + +/** + * Render the `main` element consistently in IE. + */ +main { + display: block; +} + +/** + * Correct the font size and margin on `h1` elements within `section` and + * `article` contexts in Chrome, Firefox, and Safari. + */ +h1 { + font-size: 2em; + margin: 0.67em 0; +} + +/* Grouping content + ========================================================================== */ +/** + * 1. Add the correct box sizing in Firefox. + * 2. Show the overflow in Edge and IE. + */ +hr { + box-sizing: content-box; + /* 1 */ + height: 0; + /* 1 */ + overflow: visible; + /* 2 */ +} + +/** + * 1. Correct the inheritance and scaling of font size in all browsers. + * 2. Correct the odd `em` font sizing in all browsers. + */ +pre { + font-family: monospace, monospace; + /* 1 */ + font-size: 1em; + /* 2 */ +} + +/* Text-level semantics + ========================================================================== */ +/** + * Remove the gray background on active links in IE 10. + */ +a { + background-color: transparent; +} + +/** + * 1. Remove the bottom border in Chrome 57- + * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. + */ +abbr[title] { + border-bottom: none; + /* 1 */ + text-decoration: underline; + /* 2 */ + text-decoration: underline dotted; + /* 2 */ +} + +/** + * Add the correct font weight in Chrome, Edge, and Safari. + */ +b, +strong { + font-weight: bolder; +} + +/** + * 1. Correct the inheritance and scaling of font size in all browsers. + * 2. Correct the odd `em` font sizing in all browsers. + */ +code, +kbd, +samp { + font-family: monospace, monospace; + /* 1 */ + font-size: 1em; + /* 2 */ +} + +/** + * Add the correct font size in all browsers. + */ +small { + font-size: 80%; +} + +/** + * Prevent `sub` and `sup` elements from affecting the line height in + * all browsers. + */ +sub, +sup { + font-size: 75%; + line-height: 0; + position: relative; + vertical-align: baseline; +} + +sub { + bottom: -0.25em; +} + +sup { + top: -0.5em; +} + +/* Embedded content + ========================================================================== */ +/** + * Remove the border on images inside links in IE 10. + */ +img { + border-style: none; +} + +/* Forms + ========================================================================== */ +/** + * 1. Change the font styles in all browsers. + * 2. Remove the margin in Firefox and Safari. + */ +button, +input, +optgroup, +select, +textarea { + font-family: inherit; + /* 1 */ + font-size: 100%; + /* 1 */ + line-height: 1.15; + /* 1 */ + margin: 0; + /* 2 */ +} + +/** + * Show the overflow in IE. + * 1. Show the overflow in Edge. + */ +button, +input { + /* 1 */ + overflow: visible; +} + +/** + * Remove the inheritance of text transform in Edge, Firefox, and IE. + * 1. Remove the inheritance of text transform in Firefox. + */ +button, +select { + /* 1 */ + text-transform: none; +} + +/** + * Correct the inability to style clickable types in iOS and Safari. + */ +button, +[type="button"], +[type="reset"], +[type="submit"] { + -webkit-appearance: button; +} + +/** + * Remove the inner border and padding in Firefox. + */ +button::-moz-focus-inner, +[type="button"]::-moz-focus-inner, +[type="reset"]::-moz-focus-inner, +[type="submit"]::-moz-focus-inner { + border-style: none; + padding: 0; +} + +/** + * Restore the focus styles unset by the previous rule. + */ +button:-moz-focusring, +[type="button"]:-moz-focusring, +[type="reset"]:-moz-focusring, +[type="submit"]:-moz-focusring { + outline: 1px dotted ButtonText; +} + +/** + * Correct the padding in Firefox. + */ +fieldset { + padding: 0.35em 0.75em 0.625em; +} + +/** + * 1. Correct the text wrapping in Edge and IE. + * 2. Correct the color inheritance from `fieldset` elements in IE. + * 3. Remove the padding so developers are not caught out when they zero out + * `fieldset` elements in all browsers. + */ +legend { + box-sizing: border-box; + /* 1 */ + color: inherit; + /* 2 */ + display: table; + /* 1 */ + max-width: 100%; + /* 1 */ + padding: 0; + /* 3 */ + white-space: normal; + /* 1 */ +} + +/** + * Add the correct vertical alignment in Chrome, Firefox, and Opera. + */ +progress { + vertical-align: baseline; +} + +/** + * Remove the default vertical scrollbar in IE 10+. + */ +textarea { + overflow: auto; +} + +/** + * 1. Add the correct box sizing in IE 10. + * 2. Remove the padding in IE 10. + */ +[type="checkbox"], +[type="radio"] { + box-sizing: border-box; + /* 1 */ + padding: 0; + /* 2 */ +} + +/** + * Correct the cursor style of increment and decrement buttons in Chrome. + */ +[type="number"]::-webkit-inner-spin-button, +[type="number"]::-webkit-outer-spin-button { + height: auto; +} + +/** + * 1. Correct the odd appearance in Chrome and Safari. + * 2. Correct the outline style in Safari. + */ +[type="search"] { + -webkit-appearance: textfield; + /* 1 */ + outline-offset: -2px; + /* 2 */ +} + +/** + * Remove the inner padding in Chrome and Safari on macOS. + */ +[type="search"]::-webkit-search-decoration { + -webkit-appearance: none; +} + +/** + * 1. Correct the inability to style clickable types in iOS and Safari. + * 2. Change font properties to `inherit` in Safari. + */ +::-webkit-file-upload-button { + -webkit-appearance: button; + /* 1 */ + font: inherit; + /* 2 */ +} + +/* Interactive + =========================================== + =============================== */ +/* + * Add the correct display in Edge, IE 10+, and Firefox. + */ +details { + display: block; +} + +/* + * Add the correct display in all browsers. + */ +summary { + display: list-item; +} + +/* Misc + ========================================================================== */ +/** + * Add the correct display in IE 10+. + */ +template { + display: none; +} + +/** + * Add the correct display in IE 10. + */ +[hidden] { + display: none; +} + +*:focus { + outline: 0 !important; +} + +*button:focus { + border: none; + outline: none; + box-shadow: none; +} + +* { + list-style-type: none; + font-family: "Work Sans", sans-serif !important; + font-size: 14px; +} + +*:focus, *:active { + outline: none !important; +} + +*:hover { + transition: 0.5s; +} + +*::selection { + color: #c7505f; + background-color: #191919; +} + +*a, +a:visited { + color: #990000; + text-decoration: none; +} + +body { + color: #535353; + /* dark gray */ +} + +.affix { + top: 0; + width: 100%; + z-index: 9999 !important; +} + +.heading h3 { + color: #191919; + font-size: 25px; + text-align: center; + text-transform: uppercase; + letter-spacing: 1px; + line-height: 2.8rem; +} + +.heading p { + text-align: center; + padding: 15px 110px; + font-size: 16px; + line-height: 2rem; +} + +@media screen and (max-width: 992px) { + .heading p { + padding: 15px 0px; + } +} + +.sub_heading h3 { + color: #191919; + font-family: myFirstFont; + text-align: center; + font-size: 70px; + padding-top: 100px; + letter-spacing: 2px; +} + +@media screen and (max-width: 768px) { + .sub_heading h3 { + font-size: 50px; + padding-top: 60px; + } +} + +.sub_heading p { + text-align: center; + color: #d16b6d; + font-size: 16px; + line-height: 2rem; +} + +html { + scroll-behavior: smooth; +} + +.back-to-top { + position: fixed; + bottom: 25px; + right: 25px; + display: none; + background-color: #f5f5f5 !important; +} + +@font-face { + font-family: myFirstFont; + src: url(./../fonts/OstrichSans-Medium.otf); +} + +.btn { + outline: none !important; + box-shadow: none !important; + background: #191919; + border: none; + border-radius:0 !important; + z-index: 3; + padding: 10px 15px; +} + + +.btn-primary { + background-color: #000 !important; + border-color: #fff; + color: #fff !important; + font-size: 14px; + font-weight: 600; + border-radius: 0; + border: 3px solid !important; + animation: mainFadeIn 2s forwards; + animation-delay: 1.6s; + opacity: 0; +} + +@media screen and (max-width: 576px) { + .btn-primary { + padding: 10px 19px; + color: #fff !important; + font-size: 13px; + font-weight: 500; + } +} + +.btn-primary:hover { + background-color: black !important; + border: 1px solid !important; + border-color: #191919 !important; + color: #fff; +} + +.btn-primaryt { + background: #191919; + padding: 10px 20px; + border-radius: 3px; + font-size: 20px; + font-size: 16px; + color: #fff; + border: 1px solid !important; + border-color: transparent !important; +} + +@media screen and (max-width: 768px) { + .btn-primaryt { + padding: 8px 8px !important; + font-size: 14px; + } +} + +.btn-primaryt:hover { + background-color: black !important; + border: 1px solid !important; + border-color: #191919 !important; + color: #fff; +} +.btn-outline-secondary{ +color:white !important} +.btn-black { + background: #191919; + padding: 10px 20px; + border-radius: 0px; + font-size: 20px; + font-size: 16px; + color: #fff; + border: 1px solid !important; + border-color: transparent !important; + letter-spacing: 2px; + transition: all 0.3s ease-in; +} + +.btn-black:hover { + background-color: black !important; + border: 1px solid !important; + border-color: #191919 !important; + transition: all 0.3s ease-in; + color: #fff; +} + +.btn-error { + background-color: #191919 !important; + padding: 12px 36px; + color: #fff !important; + font-size: 16px; + font-weight: 600; + border-radius: 0; + border: 3px solid !important; + border-color: #191919 !important; +} + +.btn-error:hover { + background-color: black !important; + border: 3px solid !important; + border-color: #191919 !important; + color: #fff; +} + +.btn-light { + color: #fff; + background-color: #191919 !important; +} + +.btn-light:hover { + color: #252525; + background-color: #9c9c9c !important; +} + +.fixed-top { + position: fixed !important; + top: 30px; + right: 0; + left: 0; + z-index: 1030; +} + +.navbar { + box-shadow: 0px 10px 8px 0px rgba(49, 49, 50, 0.15); + padding: 8px 42px; + border-radius: 24px; +} +.oe_search_box{ + height: 42px !important; +} +.btn-group, .btn-group-vertical{ + margin-top:8px !important; +} +.o_sortby_dropdown{ + background: #191919; +} +.btn-light{ + color: #fff !important; +} +.o_sortby_dropdown .text-muted{ + color: white !important; + margin-left: 10px; +} +.navbar .navbar-collapse { + transition: all 0.35s ease-out; + transform-origin: center left; +} + +.navbar .navbar-nav { + width: 100%; + background: #fff; + display: flex; +} + +.navbar .navbar-nav .nav-item { + padding: 0 15px; + text-align: center; +} + +.navbar .navbar-nav .nav-item .active { + color: #000000 !important; +} + +.navbar .navbar-nav .nav-link { + color: #191919 !important; + padding-left: 15px; + font-weight: 700; + transition: all 0.35s ease-out; + transform-origin: center left; +} + +.navbar .navbar-nav .nav-link:hover { + color: #6c6a74; +} + +.navbar .navbar-nav .nav-link img { + width: 100%; + max-width: 25px; +} + +.navbar .nav-shop { + margin-left: auto; +} + +.navbar .nav-shop .nav-link { + color: #000000; + padding-left: 15px; +} + +.navbar .nav-shop .nav-link:hover { + color: rgba(0, 0, 0, 0.747); +} + +.bg-light { + background-color: white !important; +} + +.navbar-light .navbar-brand { + margin: auto; + max-width: 45px; +} + +.navbar-light .navbar-brand img { + width: 50px; +} + + +@media screen and (max-width: 992px) { + .navbar-light .navbar-brand { + margin: 0 !important; + } +} + +@media screen and (max-width: 768px) { + .navbar-light .navbar-brand { + font-size: 25px; + } +} + +.navbar-light .brand-shop { + color: #000000 !important; +} + +.navbar-light .footer_icon { + margin-left: auto; +} + +@media screen and (max-width: 992px) { + .navbar-light .footer_icon { + text-align: center; + margin-top: 30px; + } +} + +.navbar-light .footer_icon a { + color: #000000; + margin-right: 15px; +} + +.navbar-light .footer_icon a:hover { + color: #d4434c; +} + +.navbar-light .navbar-nav .active > .nav-link, +.navbar-light .navbar-nav .nav-link.active, +.navbar-light .navbar-nav .nav-link.show, +.navbar-light .navbar-nav .show > .nav-link { + color: #191919; + border: 1px solid; + border-color: transparent; + padding-bottom: 10px; +} +#o_main_nav .navbar-nav li i{ +color: white !important;} +.bg-o-color-4{ +background-color: #191919 !important;} + +#o_main_nav .navbar-nav li i:hover{ +color: black !important;} +.new { + fill: black; +} + +.new:hover { + fill: rgba(75, 75, 75, 0.747) !important; +} + +.navbar-toggler span { + display: block; + background-color: #4f4f4f; + height: 3px; + width: 25px; + margin-top: 5px; + margin-bottom: 5px; + position: relative; + left: 0; + opacity: 1; + transition: all 0.35s ease-out; + transform-origin: center left; +} + +.dropdown-menu.show { + display: block !important; +} + +.dropdown .dropdown-menu { + position: static; + top: 90%; + left: 0%; + z-index: 1000; + display: none !important; + float: none; + min-width: 10rem; + padding: 0.5rem 0; + margin: 0.125rem 0 0; + font-size: 1rem; + color: #212529; + text-align: left; + list-style: none; + background-color: #ffffff; + background-clip: padding-box; + border: 1px solid rgba(0, 0, 0, 0.15); + border-radius: 0.25rem; + transition: all 0.5s; +} + +.dropdown:hover .dropdown-menu { + display: block !important; + text-align: center; + box-shadow: 0px 10px 18px 2px rgba(0, 0, 0, 0.35); + border-color: transparent !important; + border-bottom-color: #191919 !important; + border: 2px solid; + position: absolute !important; +} + +.nav-item:hover .dropdown-menu .dropdown-item { + padding-top: 10px; + padding-bottom: 10px; + font-weight: 400; +} + +.nav-item:hover .dropdown-menu .dropdown-item:hover { + background: #00000036; + border: none; + border-left: 1.5px solid #fff !important; + border-radius: 0px 50px 50px 0px; + padding-left: 30px; +} + +/* top line needs a little padding */ +.navbar-toggler span:nth-child(1) { + margin-top: 0.3em; +} + +/** + * Animate collapse into X. + */ +/* top line rotates 45 degrees clockwise and moves up and in a bit to close the center of the X in the center of the button */ +.navbar-toggler:not(.collapsed) span:nth-child(1) { + transform: translate(15%, -33%) rotate(45deg); +} + +/* center line goes transparent */ +.navbar-toggler:not(.collapsed) span:nth-child(2) { + opacity: 0; +} + +/* bottom line rotates 45 degrees counter clockwise, in, and down a bit to close the center of the X in the center of the button */ +.navbar-toggler:not(.collapsed) span:nth-child(3) { + transform: translate(15%, 33%) rotate(-45deg); +} + +/** + * Animate collapse open into hamburger menu + */ +/* top line moves back to initial position and rotates back to 0 degrees */ +.navbar-toggler span:nth-child(1) { + transform: translate(0%, 0%) rotate(0deg); +} + +/* middle line goes back to regular color and opacity */ +.navbar-toggler span:nth-child(2) { + opacity: 1; +} + +/* bottom line goes back to initial position and rotates back to 0 degrees */ +.navbar-toggler span:nth-child(3) { + transform: translate(0%, 0%) rotate(0deg); +} + +.banner { + margin-bottom: 100px; +} + +@media screen and (max-width: 768px) { + .banner { + margin-bottom: 50px; + } +} + +.banner .banner_bg { + background-image: linear-gradient(#0003, #000000bf), url(./../img/banner/2.jpg); + justify-content: center; + height: 100vh; + background-size: cover; + width: 100%; + background-repeat: no-repeat; + background-position: center; + position: relative; +} + +.banner .banner_bg2 { + background-image: linear-gradient(#0003, #000000bf), url(./../img/banner/1.jpg); + justify-content: center; + height: 100vh; + background-size: cover; + width: 100%; + background-repeat: no-repeat; + background-position: center; + position: relative; +} + +.banner .banner_bg3 { + background-image: linear-gradient(#0003, #000000b5), url(./../img/banner/3.jpg); + justify-content: center; + height: 100vh; + background-size: cover; + width: 100%; + background-repeat: no-repeat; + position: relative; + background-position: center; +} + +.banner .banner_content { + top: 70%; + position: absolute; + width: 100%; +} + +@media screen and (max-width: 576px) { + .banner .banner_content { + top: 65%; + } +} + +.banner .owl-carousel { + position: relative; +} + +.banner .owl-carousel .owl-nav { + position: absolute; + display: none; + right: 0%; + bottom: 50%; + width: 100%; + text-align: center; + padding-top: 23px; +} + +@media screen and (max-width: 996px) { + .banner .owl-carousel .owl-nav { + right: 0%; + bottom: 20%; + } +} + +@media screen and (max-width: 576px) { + .banner .owl-carousel .owl-nav { + right: 0%; + bottom: 20%; + } +} + +.banner .owl-carousel .owl-prev { + color: #fff; + margin-right: 15px; + position: absolute; + left: 0; +} + +.banner .owl-carousel .owl-prev:hover { + color: #fff; + transition: 0.5s; + padding-right: 15px; +} + +.banner .owl-carousel .owl-prev:hover i { + font-size: 45px; + transition: 0.5s; +} + +.banner .owl-carousel .owl-prev i { + font-size: 45px; + padding: 15px; + margin-left: -50px; +} + +@media screen and (max-width: 576px) { + .banner .owl-carousel .owl-prev i { + font-size: 28px; + } +} + +.banner .owl-carousel .owl-next { + color: #fff; + position: absolute; + right: 0; +} + +.banner .owl-carousel .owl-next:hover { + color: #fff; + padding-left: 15px !important; + transition: 0.5s; +} + +.banner .owl-carousel .owl-next:hover i { + font-size: 45px; + padding: 15px; +} + +.banner .owl-carousel .owl-next i { + font-size: 45px; + padding: 15px; +} + +@media screen and (max-width: 576px) { + .banner .owl-carousel .owl-next i { + font-size: 28px; + } +} + +.banner .banner_lef .box { + width: 500px; + position: relative; + display: flex; + justify-content: center; + flex-direction: column; +} + +.banner .banner_lef .box .title { + width: 100%; + position: relative; + display: flex; + align-items: center; + height: 50px; +} + +.banner .banner_lef .box .title .block { + width: 0%; + height: inherit; + background: #191919; + position: absolute; + animation: mainBlock 2s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards; + animation-delay: 1s; + display: flex; +} + +.banner .banner_lef .box .title h1 { + animation: mainFadeIn 2s forwards; + animation-delay: 1.5s; + opacity: 0; + display: flex; + align-items: baseline; + position: relative; + color: #fff; + font-size: 35px; + font-weight: 700; + letter-spacing: 1px; + text-transform: uppercase; + font-family: "Julius Sans One", sans-serif !important; +} + +@media screen and (max-width: 576px) { + .banner .banner_lef .box .title h1 { + font-size: 25px; + } +} + +.banner .banner_lef .box .title h1 span { + width: 0px; + height: 0px; + border-radius: 50%; + background: #ffb510; + animation: popIn 0.8s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards; + animation-delay: 2s; + margin-left: 5px; + margin-top: -50px; + position: absolute; + bottom: 13px; + right: -12px; +} + +.banner .banner_lef .box .role { + width: 100%; + position: relative; + display: flex; + align-items: center; + height: 30px; + margin-top: -10px; +} + +@media screen and (max-width: 992px) { + .banner .banner_lef .box .role { + width: 100%; + position: relative; + display: flex; + align-items: center; + height: 30px; + margin-top: -232px; + } +} + +@media screen and (max-width: 576px) { + .banner .banner_lef .box .role { + width: 100%; + position: relative; + display: flex; + align-items: center; + height: 30px; + margin-top: -150px; + } +} + +.banner .banner_lef .box .role .block { + width: 0%; + height: inherit; + background: #191919; + position: absolute; + animation: secBlock 2s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards; + animation-delay: 2s; + display: flex; +} + +.banner .banner_lef .box .role p { + animation: secFadeIn 2s forwards; + animation-delay: 2.5s; + opacity: 0; + font-weight: 400; + color: #fff; + font-size: 18px !important; + letter-spacing: 2px; + text-transform: uppercase; +} + +.banner:hover { + transition: all 0.35s ease-out; + transform-origin: center left; +} + +.banner:hover .owl-nav { + display: block !important; +} + +.banner:hover .owl-prev i { + margin-left: 0 !important; +} + +/* Feel free to change duration */ +.animated { + animation-duration: 1000 ms; + animation-fill-mode: both; +} + +/* .owl-animated-out - only for current item */ +/* This is very important class. Use z-index if you want move Out item above In item */ +.owl-animated-out { + z-index: 1; +} + +/* .owl-animated-in - only for upcoming item +/* This is very important class. Use z-index if you want move In item above Out item */ +.owl-animated-in { + z-index: 0; +} + +/* .fadeOut is style taken from Animation.css and this is how it looks in owl.carousel.css: */ +.fadeOut { + animation-name: fadeOut; +} + +@keyframes fadeOut { + 0% { + opacity: 1; + } + 100% { + opacity: 0; + } +} + +@keyframes mainBlock { + 0% { + width: 0%; + left: 0; + } + 50% { + width: 100%; + left: 0; + } + 100% { + width: 0; + left: 100%; + } +} + +@keyframes secBlock { + 0% { + width: 0%; + left: 0; + } + 50% { + width: 100%; + left: 0; + } + 100% { + width: 0; + left: 100%; + } +} + +@keyframes mainFadeIn { + 0% { + opacity: 0; + } + 100% { + opacity: 1; + } +} + +@keyframes popIn { + 0% { + width: 0px; + height: 0px; + background: #e9d856; + border: 0px solid #ddd; + opacity: 0; + } + 50% { + width: 10px; + height: 10px; + background: #e9d856; + opacity: 1; + bottom: 45px; + } + 65% { + width: 7px; + height: 7px; + bottom: 0px; + width: 15px; + } + 80% { + width: 10px; + height: 10px; + bottom: 20px; + } + 100% { + width: 7px; + height: 7px; + background: #e9d856; + border: 0px solid #222; + bottom: 13px; + } +} + +@keyframes secFadeIn { + 0% { + opacity: 0; + } + 100% { + opacity: 0.5; + } +} + +.footer .footer_top { + padding: 40px 0; + background: #f5f5f5; +} + +.footer .footer_top .footer_icon { + text-align: center; +} + +.footer .footer_top a { + color: #191919; + margin-right: 15px; +} + +.footer .footer_top a:hover { + color: #d4434c; +} + +.footer .footer_top a span { + font-size: 25px; +} + +.footer .footer_bottom { + padding-top: 70px; + padding-bottom: 50px; + text-align: center; + background: #e8e8e8; +} + +.footer .footer_bottom .footer_description { + text-transform: uppercase; + color: #191919; + font-weight: 700; + font-size: 18px; +} + +.footer .footer_bottom .bb { + display: inline-flex; + align-items: center; + gap: 0.4rem; +} + +.footer .footer_bottom a { + color: #191919; + text-decoration: none; + font-size: 16px; + display: block; + padding: 20px 0; +} + +.footer .footer_bottom a:hover { + color: #d16b6d; +} + +.no-js #loader { + display: none; +} + +.js #loader { + display: block; + position: absolute; + left: 100px; + top: 0; +} + +#i-w { + z-index: 9999; + visibility: visible; + transform: translateY(0%); + transition: transform 0.4s ease-in-out; + will-change: transform; +} + + +/*.o_header_standard { +display:none !important; +}*/ + + + +#i-w.loaded { + visibility: hidden; + transform: translateY(-100%); + transition: transform 1.3s cubic-bezier(0.96, 0, 0.07, 1), visibility 0s 1.9s; +} + +#i-w .itr { + z-index: 100000; + position: fixed; + width: 100%; + height: 100%; + top: 0; + left: 0; + background: #191919; + display: flex; + justify-content: center; + align-items: center; + text-align: center; +} + +#i-w { + position: fixed; + width: 100%; + height: 100%; + top: 0; + left: 0; +} + +.main { + background: transparent !important; + transform: translateY(0); + transition: transform 0.7s cubic-bezier(0.96, 0, 0.07, 1); + will-change: transform; +} + +.main.fd { + transform: translateY(100%); + transition: transform 0.1s cubic-bezier(0.96, 0, 0.07, 1); +} + +.hdg { + text-transform: uppercase; + text-align: center; + color: #000; + font-size: 18vw; +} + +.itr-hdg { + font-family: myFirstFont !important; + text-transform: uppercase; + text-align: center; + color: #d4434c; + font-size: 5vw; + opacity: 1; + visibility: hidden; + will-change: transform; + transform: translate3d(0, 150%, 0) skewY(18deg) scale(1); + animation: fd-i 1.3s 0.6s cubic-bezier(0.86, 0, 0.07, 1) forwards, trlt-i 1.5s 1s cubic-bezier(0.23, 1, 0.32, 1) forwards, trlt-o 0.5s 2.9s cubic-bezier(0.23, 1, 0.32, 1) forwards, fd-o 0.4s 3s ease forwards; +} + +@keyframes trlt-i { + to { + transform: translateZ(0); + } +} + +@keyframes trlt-o { + from { + transform: translateZ(0); + } + to { + transform: translate3d(0, -150%, 0) skewY(0deg) scale(1); + } +} + +@keyframes fd-i { + 0% { + opacity: 0; + visibility: hidden; + } + to { + opacity: 1; + visibility: visible; + } +} + +@keyframes fd-o { + 0% { + opacity: 1; + visibility: visible; + } + to { + opacity: 0; + visibility: hidden; + } +} + +.about_home .heading h3 { + color: #191919; + font-size: 25px; + text-align: center; + text-transform: uppercase; + letter-spacing: 1px; + line-height: 2.8rem; +} + +.about_home .heading p { + text-align: center; + padding-top: 15px; + font-size: 16px; +} + +.about_home .wrapper { + padding-top: 40px; +} + +.about_home .wrapper .card { + border: none; +} + +.about_home .wrapper .card .card-img-top { + border-radius: 0; +} + +.about_home .wrapper .card .card-body { + padding: 0; + margin-top: 20px; +} + +.about_home .wrapper .card .card-body .card-title { + padding-top: 15px; + text-align: center; + color: #191919; + font-size: 22px; + letter-spacing: 1px; +} + +.about_home .wrapper .card .card-body .card-text { + font-size: 16px; + font-variant: small-caps; + color: #535353; + padding-top: 10px; +} + +.feature_bg1 { + position: relative; + margin-top: 100px; +} + +.feature_bg1 .bg { + background-image: linear-gradient(#0000005e, #0000005e), url(./../img/about/about-bg.jpg); + height: 75vh; + background-size: cover; + width: 100%; + background-repeat: no-repeat; + background-position: center; + background-repeat: no-repeat; + background-attachment: fixed; + background-position: center; +} + +.feature_bg1 .abt_heading h3 { + color: #fff; + font-size: 65px; + text-align: center; + text-transform: uppercase; + letter-spacing: 3px; + line-height: 2.8rem; + font-family: myFirstFont !important; + letter-spacing: 8px !important; +} + +.feature_bg1 .abt_heading h3::first-letter { + font-size: 85px; +} + +.feature_bg1 .abt_heading p { + text-align: center; + padding-top: 15px; + font-size: 20px; + letter-spacing: 3px; + color: #fff; + font-family: "Julius Sans One", sans-serif; + padding-top: 25px; +} + +@font-face { + font-family: myFirstFont; + src: url(./../fonts/OstrichSans-Medium.otf); +} + +div { + font-family: myFirstFont; +} + +.part1 { + margin-top: 100px; + padding-top: 20px; + padding-bottom: 50px; +} + +.part1 .wrapper { + margin-top: 70px; +} + +.part1 .wrapper .img_warapper { + max-width: 650px; +} + +.part1 .wrapper .img_warapper img { + width: 100%; +} + +.part1 .wrapper .img_warapper2 { + max-width: 1200px; + margin-top: 30px; +} + +.part1 .wrapper .img_warapper2 img { + width: 100%; +} + +.feature_bg2 { + position: relative; + margin-top: 100px; +} + +.feature_bg2 .bg { + background-image: linear-gradient(#0000005e, #0000005e), url(./../img/feature/7.jpg); + height: 75vh; + background-size: cover; + width: 100%; + background-repeat: no-repeat; + background-position: center; + background-repeat: no-repeat; + background-attachment: fixed; + background-position: center; +} + +.feature_bg2 .abt_heading h3 { + color: #fff; + font-size: 65px; + text-align: center; + text-transform: uppercase; + letter-spacing: 3px; + line-height: 2.8rem; + font-family: myFirstFont !important; + letter-spacing: 8px !important; +} + +.feature_bg2 .abt_heading h3::first-letter { + font-size: 85px; +} + +.feature_bg2 .abt_heading p { + text-align: center; + padding-top: 15px; + font-size: 20px; + letter-spacing: 3px; + color: #fff; + font-family: "Julius Sans One", sans-serif; + padding-top: 25px; +} + +@font-face { + font-family: myFirstFont; + src: url(./../fonts/OstrichSans-Medium.otf); +} + +div { + font-family: myFirstFont; +} + +.part2 { + margin-top: 100px; + padding-top: 20px; + padding-bottom: 50px; +} + +.part2 .wrapper { + margin-top: 70px; +} + +.part2 .wrapper .img_warapper { + max-width: 650px; +} + +.part2 .wrapper .img_warapper img { + width: 100%; +} + +.part2 .wrapper .img_warapper2 { + max-width: 1200px; + margin-top: 30px; +} + +.part2 .wrapper .img_warapper2 img { + width: 100%; +} + +.feature_bg3 { + position: relative; + margin-top: 100px; +} + +.feature_bg3 .bg { + background-image: linear-gradient(#0000005e, #0000005e), url(./../img/feature/pool.jpg); + height: 75vh; + background-size: cover; + width: 100%; + background-repeat: no-repeat; + background-position: center; + background-repeat: no-repeat; + background-attachment: fixed; + background-position: center; +} + +.feature_bg3 .abt_heading h3 { + color: #fff; + font-size: 65px; + text-align: center; + text-transform: uppercase; + letter-spacing: 3px; + line-height: 2.8rem; + font-family: myFirstFont !important; + letter-spacing: 8px !important; +} + +.feature_bg3 .abt_heading h3::first-letter { + font-size: 85px; +} + +.feature_bg3 .abt_heading p { + text-align: center; + padding-top: 15px; + font-size: 20px; + letter-spacing: 3px; + color: #fff; + font-family: "Julius Sans One", sans-serif; + padding-top: 25px; +} + +@font-face { + font-family: myFirstFont; + src: url(./../fonts/OstrichSans-Medium.otf); +} + +div { + font-family: myFirstFont; +} + +.part3 { + margin-top: 100px; + padding-top: 20px; + padding-bottom: 50px; +} + +.part3 .wrapper { + margin-top: 70px; +} + +.part3 .wrapper .img_warapper { + max-width: 650px; +} + +.part3 .wrapper .img_warapper img { + width: 100%; +} + +.part3 .wrapper .img_warapper3 { + max-width: 650px; + margin-top: 30px; +} + +.part3 .wrapper .img_warapper3 img { + width: 100%; +} + +.feature_bg4 { + position: relative; + margin-top: 100px; +} + +.feature_bg4 .bg { + background-image: linear-gradient(#0000005e, #0000005e), url(./../img/feature/light.jpg); + height: 75vh; + background-size: cover; + width: 100%; + background-repeat: no-repeat; + background-position: center; + background-repeat: no-repeat; + background-attachment: fixed; + background-position: center; +} + +.feature_bg4 .abt_heading h3 { + color: #fff; + font-size: 65px; + text-align: center; + text-transform: uppercase; + letter-spacing: 3px; + line-height: 2.8rem; + font-family: myFirstFont !important; + letter-spacing: 8px !important; +} + +.feature_bg4 .abt_heading h3::first-letter { + font-size: 85px; +} + +.feature_bg4 .abt_heading p { + text-align: center; + padding-top: 15px; + font-size: 20px; + letter-spacing: 3px; + color: #fff; + font-family: "Julius Sans One", sans-serif; + padding-top: 25px; +} + +@font-face { + font-family: myFirstFont; + src: url(./../fonts/OstrichSans-Medium.otf); +} + +div { + font-family: myFirstFont; +} + +.part3 { + margin-top: 100px; + padding-top: 20px; + padding-bottom: 50px; +} + +.part3 .wrapper { + margin-top: 70px; +} + +.part3 .wrapper .img_warapper { + max-width: 650px; +} + +.part3 .wrapper .img_warapper img { + width: 100%; +} + +.part3 .wrapper .img_warapper4 { + max-width: 1200px; + margin-top: 30px; + margin-bottom: 40px; +} + +.part3 .wrapper .img_warapper4 img { + width: 100%; +} + +.h_full { + display: flex; + justify-content: center; + height: 100%; + align-items: center; +} + +@media screen and (max-width: 576px) { + .gap { + padding-top: 30px !important; + } +} + +.flip-in-hor-bottom { + animation: flip-in-hor-bottom 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s both; +} + +@keyframes flip-in-hor-bottom { + 0% { + transform: rotateX(80deg); + opacity: 0; + } + 100% { + transform: rotateX(0); + opacity: 1; + } +} + +.wrapper-heading { + opacity: 1; +} + +.about_main .banner { + background-image: linear-gradient(#0000003d, #0000003d), url(./../img/banner/about/about_bg.jpg); + justify-content: center; + height: 70vh; + background-size: cover; + width: 100%; + background-repeat: no-repeat; + position: relative; + background-position: center; + font-family: myFirstFont; +} + +.about_main .banner h2 { + color: #fff; + font-family: myFirstFont; + text-align: center; + font-size: 90px; + vertical-align: auto; + padding-top: 180px; + letter-spacing: 2px; +} + +@media screen and (max-width: 768px) { + .about_main .banner h2 { + font-size: 50px; + padding-top: 240px; + } +} + +.about_main .banner p { + font-family: myFirstFont; + color: #fff; + text-align: center; + letter-spacing: 2px; + font-size: 40px; +} + +@media screen and (max-width: 768px) { + .about_main .banner p { + font-size: 30px; + } +} + +.about_main .about .heading { + padding-bottom: 30px; +} + +.about_main .about .heading h3 { + color: #191919; + font-size: 25px; + text-align: center; + text-transform: uppercase; + letter-spacing: 1px; + line-height: 3rem; +} + +.about_main .about .heading p { + text-align: center; + padding-top: 15px; + font-size: 16px; +} + +.about_main .about .wrapper_bg { + margin-top: 100px; + background-image: url(./../img/banner/about/team_bg.jpg); + justify-content: center; + height: 70vh; + background-size: cover; + width: 100%; + background-repeat: no-repeat; + position: relative; + background-position: center; + font-family: myFirstFont; +} + +@media screen and (max-width: 768px) { + .about_main .about .wrapper_bg { + height: 60vh; + margin-top: 20px; + } +} + +.about_main .about .wrapper_bg::before { + position: absolute; + content: ""; + background: rgba(0, 0, 0, 0.25); + top: 0; + bottom: 0; + left: 0; + right: 0; + z-index: 1; +} + +.about_main .about .wrapper_bg h2 { + color: #fff; + font-family: myFirstFont; + text-align: center; + font-size: 90px; + vertical-align: auto; + padding-top: 180px; + letter-spacing: 2px; +} + +@media screen and (max-width: 768px) { + .about_main .about .wrapper_bg h2 { + font-size: 50px; + padding-top: 135px; + } +} + +.about_main .about .wrapper_bg p { + font-family: myFirstFont; + color: #fff; + text-align: center; + letter-spacing: 2px; + font-size: 40px; +} + +@media screen and (max-width: 768px) { + .about_main .about .wrapper_bg p { + font-size: 30px; + } +} + +.about_main .about .team { + margin-top: 70px; +} + +.about_main .about .team .card { + border: none; +} + +.about_main .about .team .card .card-img-top { + border-radius: 0; +} + +.about_main .about .team .card .card-body { + padding: 0; + margin-top: 20px; +} + +.about_main .about .team .card .card-body .card-title { + padding-top: 15px; + text-align: center; + color: #191919; + font-size: 20px; + letter-spacing: 1px; +} + +.about_main .about .team .card .card-body .card-text { + font-size: 16px; + font-variant: small-caps; + color: #535353; + padding-top: 0px; + text-align: center; +} + +.about_main .partners .wrapper { + margin-top: 50px; + padding-bottom: 50px; +} + +.about_main .partners .wrapper .staff { + margin-top: 30px; +} + +@media screen and (max-width: 576px) { + .about_main .partners .wrapper .staff { + margin-left: 20px; + } +} + +.about_main .partners .wrapper .staff h4 { + color: #191919; + font-size: 22px; +} + +.about_main .partners .wrapper .staff p { + font-size: 14px; +} + +.about_main .recruit { + margin-top: 100px; + background-image: url(./../img/recruit/recruit.jpg); + justify-content: center; + height: 70vh; + background-size: cover; + width: 100%; + background-repeat: no-repeat; + position: relative; + background-position: center; + font-family: myFirstFont; +} + +@media screen and (max-width: 768px) { + .about_main .recruit { + height: 60vh; + margin-top: 20px; + } +} + +.about_main .recruit::before { + position: absolute; + content: ""; + background: rgba(0, 0, 0, 0.336); + top: 0; + bottom: 0; + left: 0; + right: 0; + z-index: 1; +} + +.about_main .recruit h2 { + color: #fff; + font-family: myFirstFont; + text-align: center; + font-size: 90px; + vertical-align: auto; + padding-top: 180px; + letter-spacing: 2px; +} + +@media screen and (max-width: 768px) { + .about_main .recruit h2 { + font-size: 50px; + padding-top: 135px; + } +} + +.about_main .recruit p { + font-family: myFirstFont; + color: #fff; + text-align: center; + letter-spacing: 2px; + font-size: 40px; +} + +@media screen and (max-width: 768px) { + .about_main .recruit p { + font-size: 30px; + } +} + +.about_main .fill_form { + margin-bottom: 150px; +} + +.about_main .fill_form .wrapper { + margin-top: 70px; +} + +.about_main .fill_form .wrapper .position { + color: #191919; + font-size: 35px; +} + +@media screen and (max-width: 768px) { + .about_main .fill_form .wrapper .position { + padding-bottom: 20px; + } +} + +.about_main .fill_form .wrapper .fill_left ul { + padding-left: 0; + margin-top: 40px; + list-style-type: disc !important; +} + +.about_main .fill_form .wrapper .fill_left ul h4 { + color: #191919; + padding-bottom: 15px; +} + +.about_main .fill_form .wrapper .fill_left ul li { + padding-bottom: 10px; +} + +.about_main .fill_form .wrapper .fill_left ul li::before { + content: "\2022"; + color: #191919; + font-weight: bold; + display: inline-block; + width: 1em; +} + +@media screen and (max-width: 768px) { + .about_main .fill_form .wrapper .fill_left form { + margin-top: 20px; + } +} + +.about_main .fill_form .wrapper .fill_left form .dropdownbox { + border: 1px solid !important; + box-shadow: none !important; + border-color: #959191 !important !important; + width: 55%; + border-radius: 0; + padding-bottom: 10px; +} + +.about_main .fill_form .wrapper .fill_left form .dropdownbox p { + padding: 5px 10px; + font-size: 1.25em; + line-height: 1.4em; + user-select: none; + -moz-user-select: none; + margin-top: 10px; + margin-bottom: 0; + /* Safari */ + -khtml-user-select: none; +} + +.about_main .fill_form .wrapper .fill_left form .dropdownbox:focus { + background-color: #fff !important; + border: 1px solid !important; + box-shadow: none !important; + border-color: #f5f5f5 !important; + box-shadow: none; + border: 1px solid !important; +} + +.about_main .fill_form .wrapper .fill_left form ul.menu { + position: relative; + width: 400px; + overflow: hidden; + margin-top: 10px; + transition: all 0.3s ease-in; + /*-moz-transform:scale(0); */ + background: transparent; + color: #191919; + cursor: pointer; + user-select: none; + -moz-user-select: none; + /* Safari */ + -khtml-user-select: none; +} + +.about_main .fill_form .wrapper .fill_left form ul.menu li { + padding: 2px 10px; + font-size: 1.25em; + line-height: 1.4em; + transition: all 0.3s ease-in; + border-bottom: 1px dotted #feeedf; +} + +.about_main .fill_form .wrapper .fill_left form ul.menu li:hover { + padding-left: 20px; + color: #816f7f; + background: #feeedf; +} + +.about_main .fill_form .wrapper .fill_left form .menu.showMenu { + /*-moz-transform:scale(1);*/ + height: 165px; +} + +.about_main .fill_form .wrapper .fill_left .contact-form { + margin-top: 70px; +} + +.about_main .fill_form .wrapper .fill_left .contact-form .form-control { + display: block; + width: 100%; + height: calc(2.5em + 0.75rem + 2px); + padding: 0.375rem 0.75rem; + font-size: 1rem; + font-weight: 400; + line-height: 1.5; + color: #495057; + background-color: #fff; + background-clip: padding-box; + border: 1px solid white; + border-bottom-color: #959191 !important; + transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; + border-radius: 0; +} + +.about_main .fill_form .wrapper .fill_left .contact-form .form-control:focus { + border: 1px solid !important; + box-shadow: none !important; + border-color: #959191 !important !important; + transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; +} + +.about_main .fill_form .wrapper .fill_left .contact-form .input-block { + margin-bottom: 30px; +} + +.about_main .fill_form .wrapper .fill_left .contact-form .input-block label { + color: #6c6a74; +} + +.recognition .banner { + background-image: linear-gradient(#0000003d, #0000003d), url(./../img/banner/recognitioin/rec.jpg); + justify-content: center; + height: 70vh; + background-size: cover; + width: 100%; + background-repeat: no-repeat; + position: relative; + background-position: center; + font-family: myFirstFont; +} + +.recognition .banner h2 { + color: #fff; + font-family: myFirstFont; + text-align: center; + font-size: 90px; + vertical-align: auto; + padding-top: 180px; + letter-spacing: 2px; +} + +@media screen and (max-width: 768px) { + .recognition .banner h2 { + font-size: 50px; + padding-top: 240px; + } +} + +.recognition .banner p { + font-family: myFirstFont; + color: #fff; + text-align: center; + letter-spacing: 2px; + font-size: 40px; +} + +@media screen and (max-width: 768px) { + .recognition .banner p { + font-size: 30px; + } +} + +.recognition .recognition .our { + line-height: 2.3rem; + padding: 0px 100px; +} + +@media screen and (max-width: 768px) { + .recognition .recognition .our { + padding: 0; + } +} + +.recognition .recognition .our .top::first-letter { + font-size: 50px; + color: #d4434c; + margin-right: 5px; +} + +.recognition .recognition .our a { + color: #f5f5f5; +} +.recognition .recognition .our a:hover{ + color: #191919; + text-decoration: none; +} +.recognition .recognition .wrapper { + margin-top: 100px; +} + +@media screen and (max-width: 768px) { + .recognition .recognition .wrapper { + margin-top: 50px; + } +} + +.recognition .recognition .wrapper .part_logo { + padding-bottom: 50px; + max-width: 150px; + margin: auto; +} + +@media screen and (max-width: 768px) { + .recognition .recognition .wrapper .part_logo { + padding-top: 50px; + } +} + +.recognition .recognition .wrapper .part_logo img { + width: 100%; +} + +.project .banner { + background-image: linear-gradient(#0000003d, #0000003d), url(./../img/banner/project/project-bg.jpg); + justify-content: center; + height: 70vh; + background-size: cover; + width: 100%; + background-repeat: no-repeat; + position: relative; + background-position: center; + font-family: myFirstFont; +} + +.project .banner h2 { + color: #fff; + font-family: myFirstFont; + text-align: center; + font-size: 90px; + vertical-align: auto; + padding-top: 180px; + letter-spacing: 2px; +} + +@media screen and (max-width: 768px) { + .project .banner h2 { + font-size: 50px; + padding-top: 240px; + } +} + +.project .banner p { + font-family: myFirstFont; + color: #fff; + text-align: center; + letter-spacing: 2px; + font-size: 40px; +} + +@media screen and (max-width: 768px) { + .project .banner p { + font-size: 30px; + } +} + +.project .project_content { + margin-bottom: 150px; +} + +.project .project_content .wrapper { + padding-top: 70px; +} + +@media screen and (max-width: 768px) { + .project .project_content .wrapper { + padding-top: 0px; + } +} + +.project .project_content .wrapper .name { + color: #191919; + font-size: 35px; + padding-bottom: 10px; +} + +.project .project_content .wrapper .project_right .project_img { + max-width: 650px; +} + +.project .project_content .wrapper .project_right .project_img img { + width: 100%; +} + +.project .project_content .wrapper .project_right .project_details { + margin-top: 30px; +} + +.project .project_content .wrapper .project_right .project_details p { + line-height: 2.3rem; +} + +.project .project_content .wrapper .project_right .project_details a { + color: #f5f5f5; +} + +.project .project_content .wrapper .project_right .project_details a:hover { + color: #191919; + text-decoration: none; +} + +.project .project_content .wrapper .pagination { + margin-top: 70px; + display: flex; + width: 100%; + align-items: center; + justify-content: center; +} + +.project .project_content .wrapper .pagination .pagination-item { + text-decoration: none; + position: relative; + margin: 0 10px; + width: 45px; + height: 45px; + border-radius: 50%; + display: flex; + align-items: center; + justify-content: center; + box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3), inset 0 -5px 0px rgba(80, 80, 80, 0.1), inset 0 -10px 0px rgba(150, 150, 150, 0.1); + overflow: hidden; + color: #191919; + cursor: pointer; + transition: 0.3s ease-in-out; + background-color: #efefef; +} + +.project .project_content .wrapper .pagination .pagination-item:before, .project .project_content .wrapper .pagination .pagination-item:after { + content: ""; + display: flex; + justify-content: center; + align-items: center; + position: absolute; + width: 100%; + height: 100%; + z-index: 11; + background-image: linear-gradient(135deg, #d4434c, #d16b6d); + transform: translateX(-100px); + transition: 0.3s ease-in-out; +} + +.project .project_content .wrapper .pagination .pagination-item:after { + content: "click"; + color: #fff; + background-image: linear-gradient(135deg, #d4434c, #d16b6d); + transition-delay: 0.25s; + transform: translateY(100px); +} + +.project .project_content .wrapper .pagination .pagination-item:hover { + box-shadow: 0 0px 20px rgba(0, 0, 0, 0.4), inset 0 -5px 0px rgba(80, 80, 80, 0), inset 0 -10px 0px rgba(150, 150, 150, 0); +} + +.project .project_content .wrapper .pagination .pagination-item:hover:before, .project .project_content .wrapper .pagination .pagination-item:hover:after { + transform: translateY(0); +} + +.project .project_content .wrapper .pagination .pagination-item:active { + box-shadow: none; +} + +.project .project_content .wrapper .pagination .pagination-item.active { + color: #fff; + background-image: linear-gradient(135deg, #d4434c, #d4434c); +} + +.project_single .banner { + background-image: linear-gradient(#0000003d, #0000003d), url(./../img/banner/project-single/ps-bg.jpg); + justify-content: center; + height: 70vh; + background-size: cover; + width: 100%; + background-repeat: no-repeat; + position: relative; + background-position: bottom; + font-family: myFirstFont; +} + +.project_single .banner h2 { + color: #fff; + font-family: myFirstFont; + text-align: center; + font-size: 90px; + vertical-align: auto; + padding-top: 180px; + letter-spacing: 2px; +} + +@media screen and (max-width: 768px) { + .project_single .banner h2 { + font-size: 50px; + padding-top: 240px; + } +} + +.project_single .banner p { + font-family: myFirstFont; + color: #fff; + text-align: center; + letter-spacing: 2px; + font-size: 40px; +} + +@media screen and (max-width: 768px) { + .project_single .banner p { + font-size: 30px; + } +} + +.project_single .project_content { + margin-bottom: 150px; +} + +@media screen and (max-width: 768px) { + .project_single .project_content { + margin-bottom: 70px; + } +} + +.project_single .project_content .wrapper { + padding-top: 70px; +} + +@media screen and (max-width: 768px) { + .project_single .project_content .wrapper { + padding-top: 0px; + } +} + +.project_single .project_content .wrapper .shrink { + padding: 0 50px; +} + +@media screen and (max-width: 768px) { + .project_single .project_content .wrapper .shrink { + padding: 0 20px; + } +} + +.project_single .project_content .wrapper .details p { + line-height: 2.3rem; + padding-bottom: 20px; +} + +.project_single .project_content .wrapper .details .single-p-img { + max-width: 1010px; + padding-bottom: 30px; +} + +.project_single .project_content .wrapper .details .single-p-img img { + width: 100%; +} + +.wrapper_2 .bottom_img { + max-width: 500px; +} + +.wrapper_2 .bottom_img img { + width: 100%; +} + +.blog_main .banner { + background-image: linear-gradient(#0000003d, #0000003d), url(./../img/banner/blog/blog-bg.jpg); + justify-content: center; + height: 70vh; + background-size: cover; + width: 100%; + background-repeat: no-repeat; + position: relative; + background-position: bottom; + font-family: myFirstFont; +} + +.blog_main .banner h2 { + color: #fff; + font-family: myFirstFont; + text-align: center; + font-size: 90px; + vertical-align: auto; + padding-top: 180px; + letter-spacing: 2px; +} + +@media screen and (max-width: 768px) { + .blog_main .banner h2 { + font-size: 50px; + padding-top: 240px; + } +} + +.blog_main .banner p { + font-family: myFirstFont; + color: #fff; + text-align: center; + letter-spacing: 2px; + font-size: 40px; +} + +@media screen and (max-width: 768px) { + .blog_main .banner p { + font-size: 30px; + } +} + +.blog_main .blog_content .wrapper { + margin-bottom: 100px; +} + +.blog_main .blog_content .wrapper .blog_s { + padding: 0 186px; + margin-top: 100px; +} + +@media screen and (max-width: 992px) { + .blog_main .blog_content .wrapper .blog_s { + padding: 0 20px; + } +} + +.blog_main .blog_content .wrapper .blog_s .heading { + text-align: center; + padding-bottom: 40px; +} + +.blog_main .blog_content .wrapper .blog_s .heading h4 { + color: #191919; + font-size: 35px; + padding-bottom: 0px; +} + +.blog_main .blog_content .wrapper .blog_s .heading p { + padding: 0px 0px; +} + +.blog_main .blog_content .wrapper .blog_s .blog_s_top { + line-height: 2.3rem; +} + +.blog_main .blog_content .wrapper .blog_s .blog_s_top a { + color: #f5f5f5; +} + +.blog_main .blog_content .wrapper .blog_s .blog_s_top a:hover { + color: #191919; + text-decoration: none; +} + +.blog_main .blog_content .wrapper .blog_s .blog_s_img { + max-width: 750px; + margin: auto; + padding: 30px 0; +} + +.blog_main .blog_content .wrapper .blog_s .blog_s_img img { + width: 100%; +} + +.blog_main .blog_content .wrapper .pagination { + margin-top: 70px; + display: flex; + width: 100%; + align-items: center; + justify-content: center; +} + +.blog_main .blog_content .wrapper .pagination .pagination-item { + text-decoration: none; + position: relative; + margin: 0 10px; + width: 45px; + height: 45px; + border-radius: 50%; + display: flex; + align-items: center; + justify-content: center; + box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3), inset 0 -5px 0px rgba(80, 80, 80, 0.1), inset 0 -10px 0px rgba(150, 150, 150, 0.1); + overflow: hidden; + color: #191919; + cursor: pointer; + transition: 0.3s ease-in-out; + background-color: #efefef; +} + +.blog_main .blog_content .wrapper .pagination .pagination-item:before, .blog_main .blog_content .wrapper .pagination .pagination-item:after { + content: ""; + display: flex; + justify-content: center; + align-items: center; + position: absolute; + width: 100%; + height: 100%; + z-index: 11; + background-image: linear-gradient(135deg, #d4434c, #d16b6d); + transform: translateX(-100px); + transition: 0.3s ease-in-out; +} + +.blog_main .blog_content .wrapper .pagination .pagination-item:after { + content: "click"; + color: #fff; + background-image: linear-gradient(135deg, #d4434c, #d16b6d); + transition-delay: 0.25s; + transform: translateY(100px); +} + +.blog_main .blog_content .wrapper .pagination .pagination-item:hover { + box-shadow: 0 0px 20px rgba(0, 0, 0, 0.4), inset 0 -5px 0px rgba(80, 80, 80, 0), inset 0 -10px 0px rgba(150, 150, 150, 0); +} + +.blog_main .blog_content .wrapper .pagination .pagination-item:hover:before, .blog_main .blog_content .wrapper .pagination .pagination-item:hover:after { + transform: translateY(0); +} + +.blog_main .blog_content .wrapper .pagination .pagination-item:active { + box-shadow: none; +} + +.blog_main .blog_content .wrapper .pagination .pagination-item.active { + color: #fff; + background-image: linear-gradient(135deg, #d4434c, #d4434c); +} + +.blog_single .banner { + background-image: linear-gradient(#0000003d, #0000003d), url(./../img/banner/blog-single/bs-bg.jpg); + justify-content: center; + height: 70vh; + background-size: cover; + width: 100%; + background-repeat: no-repeat; + position: relative; + background-position: bottom; + font-family: myFirstFont; +} + +.blog_single .banner h2 { + color: #fff; + font-family: myFirstFont; + text-align: center; + font-size: 90px; + vertical-align: auto; + padding-top: 180px; + letter-spacing: 2px; +} + +@media screen and (max-width: 768px) { + .blog_single .banner h2 { + font-size: 50px; + padding-top: 240px; + } +} + +.blog_single .banner p { + font-family: myFirstFont; + color: #fff; + text-align: center; + letter-spacing: 2px; + font-size: 40px; +} + +@media screen and (max-width: 768px) { + .blog_single .banner p { + font-size: 30px; + } +} + +.blog_single .blog_content .wrapper { + padding-bottom: 100px; +} + +@media screen and (max-width: 992px) { + .blog_single .blog_content .wrapper { + padding-bottom: 20px; + } +} + +.blog_single .blog_content .wrapper .blog_s { + padding: 0 186px; + margin-top: 100px; +} + +@media screen and (max-width: 992px) { + .blog_single .blog_content .wrapper .blog_s { + padding: 0 20px; + } +} + +.blog_single .blog_content .wrapper .blog_s .heading { + text-align: center; + padding-bottom: 40px; +} + +.blog_single .blog_content .wrapper .blog_s .heading h4 { + color: #191919; + font-size: 35px; + padding-bottom: 0px; +} + +.blog_single .blog_content .wrapper .blog_s .heading p { + padding: 0px 0px; +} + +.blog_single .blog_content .wrapper .blog_s .blog_s_top { + line-height: 2.3rem; +} + +.blog_single .blog_content .wrapper .blog_s .blog_s_top a { + color: #f5f5f5; +} + +.blog_single .blog_content .wrapper .blog_s .blog_s_top a:hover { + color: #191919; + text-decoration: none; +} + +.blog_single .blog_content .wrapper .blog_s .blog_s_img { + max-width: 750px; + margin: auto; + padding: 30px 0; +} + +.blog_single .blog_content .wrapper .blog_s .blog_s_img img { + width: 100%; +} + +.blog_single .blog_content .wrapper .comment { + padding: 0 186px; + margin-top: 100px; + margin-bottom: 75px; +} + +@media screen and (max-width: 992px) { + .blog_single .blog_content .wrapper .comment { + padding: 0 20px; + } +} + +.blog_single .blog_content .wrapper .comment .top_comment { + padding: 60px; + display: flex; +} + +@media screen and (max-width: 992px) { + .blog_single .blog_content .wrapper .comment .top_comment { + padding: 30px 0; + } +} + +.blog_single .blog_content .wrapper .comment .top_comment .img_wrapper { + max-width: 150px; +} + +.blog_single .blog_content .wrapper .comment .top_comment .img_wrapper img { + width: 100%; +} + +.blog_single .blog_content .wrapper .comment .top_comment .comment_details { + padding-top: 10px; + padding-left: 20px; +} + +.blog_single .blog_content .wrapper .comment .top_comment .comment_details h6 { + font-size: 18px; + padding-bottom: 10px; + color: #191919; + font-weight: 600; +} + +.blog_single .blog_content .wrapper .comment .top_comment .comment_details p { + font-size: 14px; + line-height: 2rem; + letter-spacing: 1px; + margin-bottom: 10px; +} + +.blog_single .blog_content .wrapper .comment .replay { + margin-top: 30px; +} + +.blog_single .blog_content .wrapper .comment .replay h6 { + font-size: 16px; + font-weight: 700; + text-transform: uppercase; + letter-spacing: 1px; + color: #191919; +} + +.blog_single .blog_content .wrapper .comment .replay .top_comment { + padding: 20px; + display: flex; +} + +.blog_single .blog_content .wrapper .comment .replay .top_comment .img_wrapper { + max-width: 75px; +} + +.blog_single .blog_content .wrapper .comment .replay .top_comment .img_wrapper img { + width: 100%; + border-radius: 50%; +} + +.blog_single .blog_content .wrapper .comment .replay .top_comment .comment_details { + padding-top: 10px; + padding-left: 20px; +} + +.blog_single .blog_content .wrapper .comment .replay .top_comment .comment_details .top { + display: flex; + justify-content: space-between; + padding-bottom: 15px; +} + +.blog_single .blog_content .wrapper .comment .replay .top_comment .comment_details .top span { + color: #191919; + font-size: 14px; + font-weight: 700; +} + +.blog_single .blog_content .wrapper .comment .replay .top_comment .comment_details .top span a { + color: #f5f5f5; + font-size: 14px; + font-weight: 700; +} + +.blog_single .blog_content .wrapper .comment .replay .top_comment .comment_details .top span a:hover { + color: #191919; + text-decoration: none; +} + +.blog_single .blog_content .wrapper .comment .replay .top_comment .comment_details .date { + padding-bottom: 15px; +} + +.blog_single .blog_content .wrapper .comment .replay .top_comment .comment_details p { + font-size: 14px; + line-height: 2rem; + letter-spacing: 1px; + color: #191919; + margin-bottom: 10px; +} + +.blog_single .blog_content .wrapper .comment .replay .top_comment_1 { + padding: 20px; + margin-top: 30px; + display: flex; +} + +.blog_single .blog_content .wrapper .comment .replay .top_comment_1 .img_wrapper { + max-width: 75px; +} + +.blog_single .blog_content .wrapper .comment .replay .top_comment_1 .img_wrapper img { + width: 100%; + border-radius: 50%; +} + +.blog_single .blog_content .wrapper .comment .replay .top_comment_1 .comment_details { + padding-top: 10px; + padding-left: 20px; +} + +.blog_single .blog_content .wrapper .comment .replay .top_comment_1 .comment_details .top { + display: flex; + justify-content: space-between; + padding-bottom: 15px; +} + +.blog_single .blog_content .wrapper .comment .replay .top_comment_1 .comment_details .top span { + color: #191919; + font-size: 14px; + font-weight: 700; +} + +.blog_single .blog_content .wrapper .comment .replay .top_comment_1 .comment_details .top span a { + color: #f5f5f5; + font-size: 14px; + font-weight: 700; +} + +.blog_single .blog_content .wrapper .comment .replay .top_comment_1 .comment_details .top span a:hover { + color: #191919; + text-decoration: none; +} + +.blog_single .blog_content .wrapper .comment .replay .top_comment_1 .comment_details .date { + padding-bottom: 15px; +} + +.blog_single .blog_content .wrapper .comment .replay .top_comment_1 .comment_details p { + font-size: 14px; + line-height: 2rem; + letter-spacing: 1px; + color: #191919; + margin-bottom: 10px; +} + +.blog_single .blog_content .wrapper .comment .replay .top_comment_2 { + padding: 20px; + margin-top: 30px; + display: flex; + margin-left: 75px; +} + +.blog_single .blog_content .wrapper .comment .replay .top_comment_2 .img_wrapper { + max-width: 75px; +} + +.blog_single .blog_content .wrapper .comment .replay .top_comment_2 .img_wrapper img { + width: 100%; + border-radius: 50%; +} + +.blog_single .blog_content .wrapper .comment .replay .top_comment_2 .comment_details { + padding-top: 10px; + padding-left: 20px; + border: 1px solid; + border-color: transparent; + border-bottom-color: #6c6a74; +} + +.blog_single .blog_content .wrapper .comment .replay .top_comment_2 .comment_details .top { + display: flex; + justify-content: space-between; + padding-bottom: 15px; +} + +.blog_single .blog_content .wrapper .comment .replay .top_comment_2 .comment_details .top span { + color: #191919; + font-size: 14px; + font-weight: 700; +} + +.blog_single .blog_content .wrapper .comment .replay .top_comment_2 .comment_details .top span a { + color: #f5f5f5; + font-size: 14px; + font-weight: 700; +} + +.blog_single .blog_content .wrapper .comment .replay .top_comment_2 .comment_details .top span a:hover { + color: #191919; + text-decoration: none; +} + +.blog_single .blog_content .wrapper .comment .replay .top_comment_2 .comment_details .date { + padding-bottom: 15px; +} + +.blog_single .blog_content .wrapper .comment .replay .top_comment_2 .comment_details p { + font-size: 14px; + line-height: 2rem; + letter-spacing: 1px; + color: #191919; + margin-bottom: 10px; +} + +.blog_single .blog_content .wrapper .comment .replay .top_comment_3 { + padding: 20px; + margin-top: 30px; + display: flex; + margin-left: 125px; +} + +.blog_single .blog_content .wrapper .comment .replay .top_comment_3 .img_wrapper { + max-width: 75px; +} + +.blog_single .blog_content .wrapper .comment .replay .top_comment_3 .img_wrapper img { + width: 100%; + border-radius: 50%; +} + +.blog_single .blog_content .wrapper .comment .replay .top_comment_3 .comment_details { + padding-top: 10px; + padding-left: 20px; + border: 1px solid; + border-color: transparent; + border-bottom-color: #6c6a74; +} + +.blog_single .blog_content .wrapper .comment .replay .top_comment_3 .comment_details .top { + display: flex; + justify-content: space-between; + padding-bottom: 15px; +} + +.blog_single .blog_content .wrapper .comment .replay .top_comment_3 .comment_details .top span { + color: #191919; + font-size: 14px; + font-weight: 700; +} + +.blog_single .blog_content .wrapper .comment .replay .top_comment_3 .comment_details .top span a { + color: #f5f5f5; + font-size: 14px; + font-weight: 700; +} + +.blog_single .blog_content .wrapper .comment .replay .top_comment_3 .comment_details .top span a:hover { + color: #191919; + text-decoration: none; +} + +.blog_single .blog_content .wrapper .comment .replay .top_comment_3 .comment_details .date { + padding-bottom: 15px; +} + +.blog_single .blog_content .wrapper .comment .replay .top_comment_3 .comment_details p { + font-size: 14px; + line-height: 2rem; + letter-spacing: 1px; + color: #191919; + margin-bottom: 10px; +} + +.blog_single .blog_content .wrapper .comment .replay .top_comment_4 { + padding: 20px; + margin-top: 30px; + display: flex; + margin-left: 50px; +} + +.blog_single .blog_content .wrapper .comment .replay .top_comment_4 .img_wrapper { + max-width: 75px; +} + +.blog_single .blog_content .wrapper .comment .replay .top_comment_4 .img_wrapper img { + width: 100%; + border-radius: 50%; +} + +.blog_single .blog_content .wrapper .comment .replay .top_comment_4 .comment_details { + padding-top: 10px; + padding-left: 20px; + border: 1px solid; + border-color: transparent; + border-bottom-color: #6c6a74; +} + +.blog_single .blog_content .wrapper .comment .replay .top_comment_4 .comment_details .top { + display: flex; + justify-content: space-between; + padding-bottom: 15px; +} + +.blog_single .blog_content .wrapper .comment .replay .top_comment_4 .comment_details .top span { + color: #191919; + font-size: 14px; + font-weight: 700; +} + +.blog_single .blog_content .wrapper .comment .replay .top_comment_4 .comment_details .top span a { + color: #f5f5f5; + font-size: 14px; + font-weight: 700; +} + +.blog_single .blog_content .wrapper .comment .replay .top_comment_4 .comment_details .top span a:hover { + color: #191919; + text-decoration: none; +} + +.blog_single .blog_content .wrapper .comment .replay .top_comment_4 .comment_details .date { + padding-bottom: 15px; +} + +.blog_single .blog_content .wrapper .comment .replay .top_comment_4 .comment_details p { + font-size: 14px; + line-height: 2rem; + letter-spacing: 1px; + color: #191919; + margin-bottom: 10px; +} + +.blog_single .blog_content .wrapper .comment .post_replay { + padding-top: 50px; +} + +.blog_single .blog_content .wrapper .comment .post_replay h6 { + font-size: 16px; + font-weight: 700; + text-transform: uppercase; + letter-spacing: 1px; +} + +.blog_single .blog_content .wrapper .comment .post_replay form { + margin-top: 30px; +} + +.blog_single .blog_content .wrapper .comment .post_replay form .form-group { + margin-bottom: 30px; +} + +.blog_single .blog_content .wrapper .comment .post_replay form .form-group .form-control { + border-radius: 0; + height: calc(3.5em + 0.95rem + 2px); + padding: 0.575rem 0.75rem; + box-shadow: none !important; +} + +.blog_single .blog_content .wrapper .comment .post_replay form .form-group .form-control:focus { + color: #5f5f5f; + background-color: #fff; + border-color: #d4434c; + outline: 0; +} + +.blog_single .blog_content .wrapper .comment .post_replay form textarea { + border: 1px solid !important; + border-top-color: #dedede !important; + border-right-color: #dedede !important; + border-bottom-color: #dedede !important; + border-left-color: #dedede !important; + padding: 30px 20px; +} + +.contact { + margin-bottom: 100px; +} + +.contact .banner { + background-image: linear-gradient(#0000003d, #0000003d), url(./../img/banner/contact/contact-bg.jpg); + justify-content: center; + height: 70vh; + background-size: cover; + width: 100%; + background-repeat: no-repeat; + position: relative; + background-position: center; + font-family: myFirstFont; +} + +.contact .banner h2 { + color: #fff; + font-family: myFirstFont; + text-align: center; + font-size: 90px; + vertical-align: auto; + padding-top: 180px; + letter-spacing: 2px; +} + +@media screen and (max-width: 768px) { + .contact .banner h2 { + font-size: 50px; + padding-top: 240px; + } +} + +.contact .banner p { + font-family: myFirstFont; + color: #fff; + text-align: center; + letter-spacing: 2px; + font-size: 40px; +} + +@media screen and (max-width: 768px) { + .contact .banner p { + font-size: 30px; + } +} + +.contact .contact_content .wrapper { + padding-top: 50px; +} + +.contact .contact_content .wrapper .address_wrapper .address { + padding-bottom: 50px; +} + +.contact .contact_content .wrapper .address_wrapper .address h4 { + color: #191919; + text-transform: uppercase; + font-weight: 600; + padding-bottom: 5px; +} + +.contact .contact_content .wrapper .address_wrapper .address p { + font-size: 18px; + margin-bottom: 5px; +} + +.contact .contact_content .wrapper .address_wrapper .address p a { + color: #f5f5f5; +} + +.contact .contact_content .wrapper .address_wrapper .address p a:hover { + color: #191919; + text-decoration: none; +} + +.contact .contact_content .wrapper .social h4 { + color: #191919; + text-transform: uppercase; + font-weight: 600; + padding-bottom: 5px; +} + +.contact .contact_content .wrapper .social .social_icon { + margin-left: auto; + padding-top: 15px; + display: flex; +} + +@media screen and (max-width: 992px) { + .contact .contact_content .wrapper .social .social_icon { + margin: auto; + } +} + +.contact .contact_content .wrapper .social .social_icon a { + width: auto; + display: block; + padding: 6px 6px; + background: black; + border-radius: 7px; + color: #fff; + margin-right: 15px; +} + +.contact .contact_content .wrapper .social .social_icon a:hover { + color: #f5f5f5; +} + +.contact .contact_content .wrapper .social .social_icon a span { + font-size: 20px; +} + +@media screen and (max-width: 768px) { + .contact .contact_content .wrapper .post_replay form { + margin-top: 70px; + } +} + +.contact .contact_content .wrapper .post_replay form .form-group { + margin-bottom: 30px; +} + +.contact .contact_content .wrapper .post_replay form .form-group .form-control { + border-radius: 0; + height: calc(3.5em + 0.95rem + 2px); + padding: 0.575rem 0.75rem; + box-shadow: none !important; +} + +.contact .contact_content .wrapper .post_replay form .form-group .form-control:focus { + color: #5f5f5f; + background-color: #fff; + border-color: #d4434c; + outline: 0; +} + +.contact .contact_content .wrapper .post_replay form textarea { + padding: 30px 20px; +} +.contact .contact_content .wrapper .post_replay .s_website_form_send { + width: inherit !important; +} + +.contact .contact_content .wrapper .post_replay form .txt { + border: 1px solid; + border-color: transparent; + border-top-color: #dedede !important; + border-right-color: #dedede !important; + border-bottom-color: #dedede !important; + border-left-color: #dedede !important; +} + +.contact .contact_content .wrapper .post_replay form .txt:focus { + color: #5f5f5f; + background-color: #fff; + border-color: #fa3737 !important; + outline: 0; +} + +.contact .contact_content .wrapper .map { + margin-top: 70px; + + + +.map-responsive{ + overflow:hidden; + padding-bottom:34.25%; + position:relative; + height:0; +} +.map-responsive iframe{ + left:0; + top:0; + height:100%; + width:100%; + position:absolute; +} + + +} +/*contact us template*/ +.contact_classic .contact_content_ct .wrapper { + padding-top: 50px; +} + +.contact_classic .contact_content_ct .wrapper .address_wrapper_ct .address_ct { + padding-bottom: 50px; +} + +.contact_classic .contact_content_ct .wrapper .address_wrapper_ct .address_ct h4 { + color: #191919; + text-transform: uppercase; + font-weight: 600; + padding-bottom: 5px; +} + +.contact_classic .contact_content_ct .wrapper .address_wrapper_ct .address_ct p { + font-size: 18px; + margin-bottom: 5px; +} + +.contact_classic .contact_content_ct .wrapper .address_wrapper_ct .address_ct p a { + color: #f5f5f5; +} + +.contact_classic .contact_content_ct .wrapper .address_wrapper_ct .address_ct p a:hover { + color: #191919; + text-decoration: none; +} +.contact_classic .contact_content_ct .wrapper .social_ct h4 { + color: #191919; + text-transform: uppercase; + font-weight: 600; + padding-bottom: 5px; +} + +.contact_classic .contact_content_ct .wrapper .social_ct .social_icon_ct { + margin-left: auto; + padding-top: 15px; + display: flex; +} + +@media screen and (max-width: 992px) { + .contact_classic .contact_content_ct .wrapper .social_ct .social_icon_ct { + margin: auto; + } +} + +.contact_classic .contact_content_ct .wrapper .social_ct .social_icon_ct a { + width: auto; + display: block; + padding: 6px 6px; + background: black; + border-radius: 7px; + color: #fff; + margin-right: 15px; +} + +.contact_classic .contact_content_ct .wrapper .social_ct .social_icon_ct a:hover { + color: #f5f5f5; +} + +.contact_classic .contact_content_ct .wrapper .social_ct .social_icon_ct a span { + font-size: 20px; +} + +@media screen and (max-width: 768px) { + .contact_classic .contact_content_ct .wrapper .post_replay_ct form { + margin-top: 70px; + } +} + +.contact_classic .contact_content_ct .wrapper .post_replay_ct form .form-group { + margin-bottom: 30px; +} + +.contact_classic .contact_content_ct .wrapper .post_replay_ct form .form-group .form-control { + border-radius: 0; + height: calc(3.5em + 0.95rem + 2px); + padding: 0.575rem 0.75rem; + box-shadow: none !important; +} + +.contact_classic .contact_content_ct .wrapper .post_replay_ct form .form-group .form-control:focus { + color: #5f5f5f; + background-color: #fff; + border-color: #d4434c; + outline: 0; +} + +.contact_classic .contact_content_ct .wrapper .post_replay_ct form textarea { + padding: 30px 20px; +} +.contact_classic .contact_content_ct .wrapper .post_replay_ct .s_website_form_send { + width: inherit !important; +} + +.contact_classic .contact_content_ct .wrapper .post_replay_ct form .txt { + border: 1px solid; + border-color: transparent; + border-top-color: #dedede !important; + border-right-color: #dedede !important; + border-bottom-color: #dedede !important; + border-left-color: #dedede !important; +} + +.contact_classic .contact_content_ct .wrapper .post_replay_ct form .txt:focus { + color: #5f5f5f; + background-color: #fff; + border-color: #fa3737 !important; + outline: 0; +} +.contact_classic .contact_content_ct .wrapper .map { + margin-top: 70px; + +.map-responsive{ + overflow:hidden; + padding-bottom:34.25%; + position:relative; + height:0; +} +.map-responsive iframe{ + left:0; + top:0; + height:100%; + width:100%; + position:absolute; +} +} + + + +.blank { + background-color: #fff; + height: 100vh; + width: auto; +} + +.blank .wrapper { + position: relative; + height: 100vh; +} + +.blank .wrapper h2 { + position: absolute; + font-size: 5vw; + text-align: center; + display: flex; + justify-content: center; + top: 43%; + left: 31%; +} + +.error { + background-image: linear-gradient(#000000ab, #000000b5), url(./../img/banner/404/404.jpg); + height: 100vh; + background-size: cover; + width: 100%; + background-repeat: no-repeat; + position: relative; + background-position: center; +} + +.error .h-full { + height: 100vh; + display: flex; + justify-content: center; +} + +.error .ct { + align-items: center; + display: flex; +} + +.error .ct h1 { + color: #fff; + font-size: 10vw; + text-align: center; + margin: 0; + font-family: myFirstFont; + letter-spacing: 2rem; +} + +.error .ct p { + color: #fff; + font-size: 2vw; + text-align: center; +} + +.error .ct .wrapper { + display: flex; + justify-content: center; +} + +.login { + background-image: linear-gradient(#11111100, #11111100), url(./../img/banner/2.jpg); + justify-content: center; + height: 100vh; + background-size: cover; + width: 100%; + background-repeat: no-repeat; + background-position: center; + position: relative; +} + +.login .h-full { + height: 100vh; + display: flex; + justify-content: center; + align-items: center; +} + +.login .wrapper { + position: relative; +} + +.login .wrapper .login_form { + background: aliceblue; + padding: 40px 1px; + border-radius: 25px; + margin-top: 50px; +} + +.login .wrapper .login_form h3 { + color: #191919; + font-family: myFirstFont; + text-align: center; + font-size: 40px; + padding-bottom: 30px; + letter-spacing: 2px; +} + +.login .wrapper .login_form form .form-group { + width: 70%; + margin: auto; + margin-bottom: auto; + margin-bottom: 32px; +} + +.login .wrapper .login_form form .form-group .form-control { + border-radius: 0; + height: calc(2.5em + 0.95rem + 2px); + padding: 0.575rem 0.75rem; + box-shadow: none !important; + background-color: transparent !important; +} + +.login .wrapper .login_form form .form-group .form-control:focus { + color: #5f5f5f; + background-color: #fff; + border-color: #d4434c; + outline: 0; +} + +.login .wrapper .login_form form .txt { + border: 1px solid; + border-color: transparent; + border-top-color: #dedede !important; + border-right-color: #dedede !important; + border-bottom-color: #dedede !important; + border-left-color: #dedede !important; +} + +.login .wrapper .login_form form .txt:focus { + color: #5f5f5f; + background-color: #fff; + border-color: #fa3737 !important; + outline: 0; +} + +.login .wrapper .login_form form .check { + display: flex; + justify-content: end; +} +/* Loging page template */ +.loging_enter .wrapper .loging_template{ + background: aliceblue; + padding: 51px 104px; + border-radius: 45px; + margin-top: 36px; +} +.loging_enter .wrapper .loging_template h3{ + color: #191919; + font-family: myFirstFont; + text-align: center; + font-size: 40px; + padding-bottom: 30px; + letter-spacing: 2px; +} +.loging_enter .wrapper .loging_template form .form-group { + width: 110%; + margin: auto; + margin-bottom: auto; + margin-bottom: 32px; +} +.loging_enter .wrapper .loging_template form .form-group .form-control { + border-radius: 0; + height: calc(2.5em + 0.95rem + 2px); + padding: 0.575rem 0.75rem; + box-shadow: none !important; + background-color: transparent !important; +} +.register { + background-image: linear-gradient(#11111100, #11111100), url(./../img/banner/2.jpg); + justify-content: center; + height: 100vh; + background-size: cover; + width: 100%; + background-repeat: no-repeat; + background-position: center; + position: relative; +} + +@media screen and (max-width: 992px) { + .register { + height: auto !important; + } +} + +.register .h-height { + height: auto; + display: flex; + justify-content: center; + align-items: center; +} + +.register .wrapper { + position: relative; +} + +@media screen and (max-width: 992px) { + .register .wrapper { + padding-top: 100px; + } +} + +.register .wrapper .register_form { + background: aliceblue; + padding: 40px 96px; + border-radius: 25px; + margin-top: 175px; +} + +@media screen and (max-width: 768px) { + .register .wrapper .register_form { + padding: 40px 40px; + margin: 50px 30px; + } +} + +@media screen and (max-width: 992px) { + .register .wrapper .register_form { + padding: 40px 40px; + margin: 75px 30px; + width:393px; + } +} + +.register .wrapper .register_form h3 { + color: #191919; + font-family: myFirstFont; + text-align: center; + font-size: 40px; + padding-bottom: 30px; + letter-spacing: 2px; +} + +.register .wrapper .register_form form .form-group { + width: 100%; + margin-bottom: 15px; +} + +.register .wrapper .register_form form .form-group .form-control { + border-radius: 0; + height: calc(2.5em + 0.95rem + 2px); + padding: 0.575rem 0.75rem; + box-shadow: none !important; + background-color: transparent !important; +} + +.register .wrapper .register_form form .form-group .form-control:focus { + color: #5f5f5f; + background-color: #fff; + border-color: #d4434c; + outline: 0; +} + +.register .wrapper .register_form form .txt { + border: 1px solid; + border-color: transparent; + border-top-color: #dedede !important; + border-right-color: #dedede !important; + border-bottom-color: #dedede !important; + border-left-color: #dedede !important; +} + +.register .wrapper .register_form form .txt:focus { + color: #5f5f5f; + background-color: #fff; + border-color: #fa3737 !important; + outline: 0; +} + +.register .wrapper .register_form form .check { + display: flex; + justify-content: end; +} + +@media screen and (max-width: 768px) { + .register .wrapper .register_form form .check { + justify-content: flex-start; + margin-left: 15px; + margin-bottom: 15px; + } +} +.oi { + font-family: 'odoo_ui_icons' !important;} +/*# sourceMappingURL=style.css.map */ +#wrapwrap{ +overflow-x: hidden !important; +} + +.o_portal_chatter_composer_input .fa-paperclip:before{ +color: white !important;} +.s_text_block .fa-thumbs-up:before{ +color: black !important;} + +.signup{ +max-width: none !important; +margin: 15px auto !important; +} +.oe_signup_form .oe_login_buttons a{ +color: white !important;} + +.register_template .register_form_rt{ + background: aliceblue; + padding: 21px 162px; + border-radius: 53px; + margin-top: 175px; +} +.oe_website_login_container{ +background-image: linear-gradient(#11111100, #11111100), url(./../img/banner/2.jpg); + justify-content: center; + height: 100vh; + background-size: cover; + width: 100%; + background-repeat: no-repeat; + background-position: center; + position: relative;} + +.register_template .h-height { + height: auto; + display: flex; + justify-content: center; + align-items: center; +} +.register_template .wrapper { + position: relative; +} +@media screen and (max-width: 992px) { + .register_template .wrapper { + padding-top: 100px; + } +} + +.register_template .wrapper .register_form_rt { + background: aliceblue; + padding: 40px 96px; + border-radius: 25px; + margin-top: 73px; +} + +@media screen and (max-width: 768px) { + .register_template .wrapper .register_form_rt { + padding: 40px 40px; + margin: 50px 30px; + } +} + +@media screen and (max-width: 992px) { + .register_template .wrapper .register_form_rt { + padding: 40px 40px; + margin: 75px 30px; + } +} + +.register_template .wrapper .register_form_rt h3 { + color: #191919; + font-family: myFirstFont; + text-align: center; + font-size: 40px; + padding-bottom: 30px; + letter-spacing: 2px; +} + +.register_template .wrapper .register_form_rt form .form-group { + width: 100%; + margin-bottom: 15px; +} + +.register_template .wrapper .register_form_rt form .form-group .form-control { + border-radius: 0; + height: calc(2.5em + 0.95rem + 2px); + padding: 0.575rem 0.75rem; + box-shadow: none !important; + background-color: transparent !important; +} + +.register_template .wrapper .register_form_rt form .form-group .form-control:focus { + color: #5f5f5f; + background-color: #fff; + border-color: #d4434c; + outline: 0; +} + +.register_template .wrapper .register_form_rt form .txt { + border: 1px solid; + border-color: transparent; + border-top-color: #dedede !important; + border-right-color: #dedede !important; + border-bottom-color: #dedede !important; + border-left-color: #dedede !important; +} + +.register_template .wrapper .register_form_rt form .txt:focus { + color: #5f5f5f; + background-color: #fff; + border-color: #fa3737 !important; + outline: 0; +} + +.register_template .wrapper .register_form_rt form .check { + display: flex; + justify-content: end; +} + +@media screen and (max-width: 768px) { + .register_template .wrapper .register_form_rt form .check { + justify-content: flex-start; + margin-left: 15px; + margin-bottom: 15px; + } +} +.navbar-light .navbar-toggler-icon{ + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAL0lEQVR4nO3BQREAMBADofVvOpXQ/w1QAEDtiHZEAADwtSPaEQEAwNeOaEcEANQDM6arjUtOdLsAAAAASUVORK5CYII="); +} \ No newline at end of file diff --git a/theme_archit/static/src/css/style.css.map b/theme_archit/static/src/css/style.css.map new file mode 100755 index 000000000..7ebd719cd --- /dev/null +++ b/theme_archit/static/src/css/style.css.map @@ -0,0 +1,36 @@ +{ + "version": 3, + "mappings": "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", + "sources": [ + "../scss/style.scss", + "../scss/_variables.scss", + "../scss/_normalize.scss", + "../scss/_common.scss", + "../scss/_elements.scss", + "../scss/components/_components.scss", + "../scss/components/_buttons.scss", + "../scss/layout/_layouts.scss", + "../scss/layout/_navigation.scss", + "../scss/layout/_banner.scss", + "../scss/layout/_product.scss", + "../scss/layout/_footer.scss", + "../scss/layout/_loader.scss", + "../scss/pages/_pages.scss", + "../scss/pages/home/_home.scss", + "../scss/pages/home/_about.scss", + "../scss/pages/home/_feature.scss", + "../scss/pages/_about.scss", + "../scss/pages/_recognition.scss", + "../scss/pages/_project.scss", + "../scss/pages/_project-single.scss", + "../scss/pages/_blog.scss", + "../scss/pages/_blog-single.scss", + "../scss/pages/_contact.scss", + "../scss/pages/_blank.scss", + "../scss/pages/_404.scss", + "../scss/pages/_login.scss", + "../scss/pages/_register.scss" + ], + "names": [], + "file": "style.css" +} \ No newline at end of file diff --git a/theme_archit/static/src/fonts/.gitignore b/theme_archit/static/src/fonts/.gitignore new file mode 100755 index 000000000..a633e88cf --- /dev/null +++ b/theme_archit/static/src/fonts/.gitignore @@ -0,0 +1,2 @@ +.DS_Store +references/* \ No newline at end of file diff --git a/theme_archit/static/src/fonts/Open Font License FAQ.markdown b/theme_archit/static/src/fonts/Open Font License FAQ.markdown new file mode 100755 index 000000000..fb857fdf1 --- /dev/null +++ b/theme_archit/static/src/fonts/Open Font License FAQ.markdown @@ -0,0 +1,317 @@ + Version 1.1-update2 - 23 August 2010 | (See http://scripts.sil.org/OFL for updates) + +Frequently Asked Questions +================================================================== + +### About the SIL Open Font License (OFL) + + +Contents of This FAQ +--------------------- + +1. Using and Distributing Fonts Licensed Under the OFL + +2. Using OFL Fonts for Web Pages and Online Webfont Services + +3. Modifying OFL-Licensed Fonts + +4. Licensing Your Original Fonts Under the OFL + +5. Choosing Reserved Font Names + +6. About the Fontlog + +7. Making Contributions to OFL Projects + +8. About the License Itself + +9. About SIL International + + +1. Using and Distributing Fonts Licensed Under the OFL +========================================================== + +### 1.1 Can I use the fonts for a book or other print publication? +>> Yes. You can mention the font and author in the book's colophon if you wish, but that is not required. + +### 1.2 Can the fonts be included with Free/Libre and Open Source Software collections such as GNU/Linux and BSD distributions? +>> Yes! Fonts licensed under the OFL can be freely included alongside other software under FLOSS (Free/Libre and Open Source Software) licenses. Since fonts are typically aggregated with, not merged into, existing software, there is little need to be concerned about incompatibility with existing software licenses. You may also repackage the fonts and the accompanying components in a .rpm or .deb package and include them in distribution CD/DVDs and online repositories. (Also see section 5.9 about rebuilding from source.) + +### 1.3 I want to distribute the fonts with my program. Does this mean my program also has to be Free/Libre and Open Source Software? +>> No. Only the portions based on the Font Software are required to be released under the OFL. The intent of the license is to allow aggregation or bundling with software under restricted licensing as well. + +### 1.4 Can I sell a software package that includes these fonts? +>> Yes, you can do this with both the Original Version and a Modified Version of the fonts. Examples of bundling made possible by the OFL would include: word processors, design and publishing applications, training and educational software, games and entertainment software, mobile device applications, etc. + +### 1.5 Can I include the fonts on a CD of freeware or commercial fonts? +>> Yes, as long some other font or software is also on the disk, so the OFL font is not sold by itself. + +### 1.6 Why won't the OFL let me sell the fonts alone? +>> The intent is to keep people from making money by simply redistributing the fonts. The only people who ought to profit directly from the fonts should be the original authors, and those authors have kindly given up potential direct income to distribute their fonts under the OFL. Please honour and respect their contribution! + +### 1.7 What about sharing OFL fonts with friends on a CD, DVD or USB stick? +>> You are very welcome to share open fonts with friends, family and colleagues through removable media. Just remember to include the full font package, including any copyright notices and licensing information as available in OFL.txt. In the case where you sell the font, it has to come bundled with software. + +### 1.8 Can I host the fonts on a web site for others to use? +>> Yes, as long as you make the full font package available. In most cases it may be best to point users to the main site that distributes the Original Version so they always get the most recent stable and complete version. See also discussion of webfonts in Section 2. + +### 1.9 Can I host the fonts on a server for use over our internal network? +>> Yes. If the fonts are transferred from the server to the client computer by means that allow them to be used even if the computer is no longer attached to the network, the full package (copyright notices, licensing information, etc.) should be included. + +### 1.10 Does the full OFL license text always need to accompany the font? +>> The only situation in which an OFL font can be distributed without the text of the OFL (either in a separate file or in font metadata), is when a font is embedded in a document or bundled within a program. In the case of metadata included within a font, it is legally sufficient to include only a link to the text of the OFL on http://scripts.sil.org/OFL, but we strongly recommend against this. Most modern font formats include metadata fields that will accept the full OFL text, and full inclusion increases the likelihood that users will understand and properly apply the license. + +### 1.11 What do you mean by 'embedding'? How does that differ from other means of distribution? +>> By 'embedding' we mean inclusion of the font in a document or file in a way that makes extraction (and redistribution) difficult or clearly discouraged. In many cases the names of embedded fonts might also not be obvious to those reading the document, the font data format might be altered, and only a subset of the font - only the glyphs required for the text - might be included. Any other means of delivering a font to another person is considered 'distribution', and needs to be accompanied by any copyright notices and licensing information available in OFL.txt. + +### 1.12 So can I embed OFL fonts in my document? +>> Yes, either in full or a subset. The restrictions regarding font modification and redistribution do not apply, as the font is not intended for use outside the document. + +### 1.13 Does embedding alter the license of the document itself? +>> No. Referencing or embedding an OFL font in any document does not change the license of the document itself. The requirement for fonts to remain under the OFL does not apply to any document created using the fonts and their derivatives. Similarly, creating any kind of graphic using a font under OFL does not make the resulting artwork subject to the OFL. + +### 1.14 If OFL fonts are extracted from a document in which they are embedded (such as a PDF file), what can be done with them? Is this a risk to author(s)? +>> The few utilities that can extract fonts embedded in a PDF will typically output limited amounts of outlines - not a complete font. To create a working font from this method is much more difficult and time consuming than finding the source of the original OFL font. So there is little chance that an OFL font would be extracted and redistributed inappropriately through this method. Even so, copyright laws address any misrepresentation of authorship. All Font Software released under the OFL and marked as such by the author(s) is intended to remain under this license regardless of the distribution method, and cannot be redistributed under any other license. We strongly discourage any font extraction - we recommend directly using the font sources instead - but if you extract font outlines from a document, please be considerate: use your common sense and respect the work of the author(s) and the licensing model. + +### 1.15 What about distributing fonts with a document? Within a compressed folder structure? Is it distribution, bundling or embedding? +>> Certain document formats may allow the inclusion of an unmodified font within their file structure which consists of a compressed folder containing the various resources forming the document (such as pictures and thumbnails). Including fonts within such a structure is understood as being different from embedding but rather similar to bundling (or mere aggregation) which the license explicitly allows. In this case the font is conveyed unchanged whereas embedding a font usually transforms it from the original format. The OFL does not allow anyone to extract the font from such a structure to then redistribute it under another license. The explicit permission to redistribute and embed does not cancel the requirement for the Font Software to remain under the license chosen by its author(s). + +### 1.16 What about ebooks shipping with open fonts? +>> The requirements differ depending on whether the fonts are linked, embedded or distributed (bundled or aggregated). Some ebook formats use web technologies to do font linking via @font-face, others are designed for font embedding, some use fonts distributed with the document or reading software, and a few rely solely on the fonts already present on the target system. The license requirements depend on the type of inclusion as discussed in 1.15. + +### 1.17 Can Font Software released under the OFL be subject to URL-based access restrictions methods or DRM (Digital Rights Management) mechanisms? +>> Yes, but these issues are out-of-scope for the OFL. The license itself neither encourages their use nor prohibits them since such mechanisms are not implemented in the components of the Font Software but through external software. Such restrictions are put in place for many different purposes corresponding to various usage scenarios. One common example is to limit potentially dangerous cross-site scripting attacks. However, in the spirit of libre/open fonts and unrestricted writing systems, we strongly encourage open sharing and reuse of OFL fonts, and the establishment of an environment where such restrictions are unnecessary. Note that whether you wish to use such mechanisms or you prefer not to, you must still abide by the rules set forth by the OFL when using fonts released by their authors under this license. Derivative fonts must be licensed under the OFL, even if they are part of a service for which you charge fees and/or for which access to source code is restricted. You may not sell the fonts on their own - they must be part of a larger software package, bundle or subscription plan. For example, even if the OFL font is distributed in a software package or via an online service using a DRM mechanism, the user would still have the right to extract that font, use, study, modify and redistribute it under the OFL. + +### 1.18 I've come across a font released under the OFL. How can I easily get more information about the Original Version? How can I know where it stands compared to the Original Version or other Modified Versions? +>> Consult the copyright statement(s) in the license for ways to contact the original authors. Consult the FONTLOG for information on how the font differs from the Original Version, and get in touch with the various contributors via the information in the acknowledgement section. Please consider using the Original Versions of the fonts whenever possible. + +### 1.19 What do you mean in condition 4? Can you provide examples of abusive promotion / endorsement / advertisement vs. normal acknowledgement? +>> The intent is that the goodwill and reputation of the author(s) should not be used in a way that makes it sound like the original author(s) endorse or approve of a specific Modified Version or software bundle. For example, it would not be right to advertise a word processor by naming the author(s) in a listing of software features, or to promote a Modified Version on a web site by saying "designed by ...". However, it would be appropriate to acknowledge the author(s) if your software package has a list of people who deserve thanks. We realize that this can seem to be a grey area, but the standard used to judge an acknowledgement is that if the acknowledgement benefits the author(s) it is allowed, but if it primarily benefits other parties, or could reflect poorly on the author(s), then it is not. + +2. Using OFL Fonts for Webpages and Online Webfont Services +=============================================================== + +### 2.1 Can I make webpages using these fonts? +>> Yes! Go ahead! Using CSS (Cascading Style Sheets) is recommended. Your three best options: +>> - referring directly in your stylesheet to open fonts which may be available on the user's system +>> - providing links to download the full package of the font - either from your own website or from elsewhere - so users can install it themselves +>> - using @font-face to distribute the font directly to browsers. This is recommended and explicitly allowed by the licensing model because it is distribution. The font file itself is distributed with other components of the webpage. It is not embedded in the webpage but referenced through a web address which will cause the browser to retrieve and use the corresponding font to render the webpage (see 1.11 and 1.15 for details related to embedding fonts into documents). As you take advantage of the @font-face cross-platform standard, be aware that webfonts are often tuned for a web environment and not intended for installation and use outside a browser. The reasons in favour of using webfonts are to allow design of dynamic text elements instead of static graphics, to make it easier for content to be localized and translated, indexed and searched, and all this with cross-platform open standards without depending on restricted extensions or plugins. You should check the CSS cascade (the order in which fonts are being called or delivered to your users) when testing. + +### 2.2 Can I make and use WOFF (Web Open Font Format) versions of OFL fonts? +>> Yes, but you need to be careful. A change in font format normally is considered modification, and Reserved Font Names (RFNs) cannot be used. Because of the design of the WOFF format, however, it is possible to create a WOFF version that is not considered modification, and so would not require a name change. You are allowed to create, use and distribute a WOFF version of an OFL font without changing the font name, but only if: + +>> - the original font data remains unchanged except for WOFF compression, and +>> - WOFF-specific metadata is either omitted altogether or present and includes, unaltered, the contents of all equivalent metadata in the original font. + +>> If the original font data or metadata is changed, or the WOFF-specific metadata is incomplete, the font must be considered a Modified Version, the OFL restrictions would apply and the name of the font must be changed: any RFNs cannot be used and copyright notices and licensing information must be included and cannot be deleted or modified. You must come up with a unique name - we recommend one corresponding to your domain or your particular web application. Be aware that only the original author(s) can use RFNs. This is to prevent collisions between a derivative tuned to your audience and the original upstream version and so to reduce confusion. + +>> Please note that most WOFF conversion tools and online services do not meet the two requirements listed above, and so their output must be considered a Modified Version. So be very careful and check to be sure that the tool or service you're using is compressing unchanged data and completely and accurately reflecting the original font metadata. + +### 2.3 What about other webfont formats such as EOT/EOTLite/CWT/etc.? +>> In most cases these formats alter the original font data more than WOFF, and do not completely support appropriate metadata, so their use must be considered modification and RFNs may not be used. + +### 2.4 Can I make OFL fonts available through webfont online services? +>> Yes, you are welcome to include OFL fonts in online webfont services as long as you properly meet all the conditions of the license. The origin and open status of the font should be clear among the other fonts you are hosting. Authorship, copyright notices and license information must be sufficiently visible to your users or subscribers so they know where the font comes from and the rights granted by the author(s). Make sure the font file contains the needed copyright notice(s) and licensing information in its metadata. Please double-check the accuracy of every field to prevent contradictory information. Other font formats, including EOT/EOTLite/CWT and superior alternatives like WOFF, already provide fields for this information. Remember that if you modify the font within your library or convert it to another format for any reason the OFL restrictions apply and you need to change the names accordingly. Please respect the author's wishes as expressed in the OFL and do not misrepresent original designers and their work. Don't lump quality open fonts together with dubious freeware or public domain fonts. Consider how you can best work with the original designers and foundries, support their efforts and generate goodwill that will benefit your service. (See 1.17 for details related to URL-based access restrictions methods or DRM mechanisms). + +### 2.5 Can I make and publish CMS themes or templates that use OFL fonts? Can I include the fonts themselves in the themes or templates? Can I sell the whole package? +>> Yes, you are very welcome to integrate open fonts into themes and templates for your preferred CMS and make them more widely available. Be aware that you can only sell the fonts and your CMS add-on as part of a software bundle. (See 1.4 for details and examples about selling bundles). + +### 2.6 Some webfont formats and services provide ways of "optimising" the font for a particular website or web application; is that allowed? +>> Yes, it is permitted, but remember that these optimised versions are Modified Versions and so must follow OFL requirements like appropriate renaming. Also you need to bear in mind the other important parameters beyond compression, speed and responsiveness: you need to consider the audience of your particular website or web application, as choosing some optimisation parameters may turn out to be less than ideal for them. Subsetting by removing certain glyphs or features may seriously limit functionality of the font in various languages used by your users. It may also introduce degradation of quality in the rendering or specific bugs on the various platforms compared to the original font. In other words, remember that one person's optimised font may be another person's missing feature. Various advanced typographic features are also available through CSS and may provide the desired effects without the need to modify the font. + + +3. Modifying OFL-Licensed Fonts +==================================== + +### 3.1 Can I change the fonts? Are there any limitations to what things I can and cannot change? +>> You are allowed to change anything, as long as such changes do not violate the terms of the license. In other words, you are not allowed to remove the copyright statement(s) from the font, but you could put additional information into it that covers your contribution. + +### 3.2 I have a font that needs a few extra glyphs - can I take them from an OFL licensed font and copy them into mine? +>> Yes, but if you distribute that font to others it must be under the OFL, and include the information mentioned in condition 2 of the license. + +### 3.3 Can I charge people for my additional work? In other words, if I add a bunch of special glyphs and/or OpenType/Graphite code, can I sell the enhanced font? +>> Not by itself. Derivative fonts must be released under the OFL and cannot be sold by themselves. It is permitted, however, to include them in a larger software package (such as text editors, office suites or operating systems), even if the larger package is sold. In that case, you are strongly encouraged, but not required, to also make that derived font easily and freely available outside of the larger package. + +### 3.4 Can I pay someone to enhance the fonts for my use and distribution? +>> Yes. This is a good way to fund the further development of the fonts. Keep in mind, however, that if the font is distributed to others it must be under the OFL. You won't be able to recover your investment by exclusively selling the font, but you will be making a valuable contribution to the community. Please remember how you have benefited from the contributions of others. + +### 3.5 I need to make substantial revisions to the font to make it work with my program. It will be a lot of work, and a big investment, and I want to be sure that it can only be distributed with my program. Can I restrict its use? +>> No. If you redistribute a Modified Version of the font it must be under the OFL. You may not restrict it in any way beyond what the OFL permits and requires. This is intended to ensure that all released improvements to the fonts become available to everyone. But you will likely get an edge over competitors by being the first to distribute a bundle with the enhancements. Again, please remember how you have benefited from the contributions of others. + +### 3.6 Do I have to make any derivative fonts (including extended source files, build scripts, documentation, etc.) publicly available? +>> No, but please consider sharing your improvements with others. You may find that you receive in return more than what you gave. + +### 3.7 If a trademark is claimed in the OFL font, does that trademark need to remain in modified fonts? +>> Yes, any trademark notices must remain in any derivative fonts to respect trademark laws, but you may add any additional trademarks you claim, officially registered or not. For example if an OFL font called "Foo" contains a notice that "Foo is a trademark of Acme", then if you rename the font to "Bar" when creating a Modified Version, the new trademark notice could say "Foo is a trademark of Acme Inc. - Bar is a trademark of Roadrunner Technologies Ltd.". Trademarks work alongside the OFL and are not subject to the terms of the licensing agreement. Please refer to the appropriate trademark laws. + +4. Licensing Your Original Fonts Under the OFL +=================================================== + +### 4.1 Can I use the SIL OFL for my own fonts? +>> Yes! We heartily encourage everyone to use the OFL to distribute their own original fonts. It is a carefully constructed license that allows great freedom along with enough artistic integrity protection for the work of the authors as well as clear rules for other contributors and those who redistribute the fonts. The licensing model is used successfully by various organisations, both for-profit and not-for-profit, to release fonts of varying levels of scope and complexity. + +### 4.2 What do I have to do to apply the OFL to my font? +>> If you want to release your fonts under the OFL, we recommend you do the following: + +>> - **4.2.1** Put your copyright and Reserved Font Names information at the beginning of the main OFL.txt file in place of the dedicated placeholders. Include this file in your release package. + +>> - **4.2.2** Put your copyright and the OFL text with Reserved Font Names into your font files (the copyright and license fields). A link to the OFL text on the OFL web site is an acceptable (but not recommended) alternative. Also add this information to any other components (build scripts, glyph databases, documentation, test files, etc). Depending on the format of your fonts and sources, you can use template human-readable headers or machine-readable metadata. + +>> - **4.2.3** Write an initial FONTLOG.txt for your font and include it in the release package. + +>> - **4.2.4** Include the relevant practical documentation on the license by including the OFL-FAQ.txt in your package. + +### 4.3 Will you make my font OFL for me? +>> We won't do the work for you. We can, however, try to answer your questions, unfortunately we do not have the resources to review and check your font packages for correct use of the OFL. + +### 4.4 Will you distribute my OFL font for me? +>> No, although if the font is of sufficient quality and general interest we may include a link to it on our partial list of OFL fonts on the OFL web site. You may wish to consider other open font catalogs or hosting services, such as the Unifont Font Guide (http://unifont.org/fontguide), The League of Movable Type (http://theleagueofmovabletype.com), Kernest (http://kernest.com/) or the Open Font Library (http://openfontlibrary.org/), which despite the name has no direct relationship to the OFL or SIL. We do not endorse any particular catalog or hosting service - it is your responsibility to determine if the service is right for you. + +### 4.5 Why should I use the OFL for my fonts? +>> - to meet needs for fonts that can be modified to support minority languages +>> - to provide a legal and clear way for people to respect your work but still use it (and reduce piracy) +>> - to involve others in your font project +>> - to enable your fonts to be expanded with new weights and improved writing system/language support +>> - to allow more technical font developers to add features to your design (such as OpenType and Graphite support) +>> - to renew the life of an old font lying on your hard drive with no business model +>> - to allow your font to be included in Libre Software operating systems like Ubuntu +>> - to give your font world status and wide, unrestricted distribution +>> - to educate students about quality typeface and font design +>> - to expand your test base and get more useful feedback +>> - to extend your reach to new markets when users see your metadata and go to your website +>> - to get your font more easily into one of the webfont online services +>> - to attract attention for your commercial fonts +>> - to make money through webfont services +>> - to make money by bundling fonts with applications +>> - to make money adjusting and extending existing open fonts +>> - to get a better chance that foundations/NGOs/charities/companies who commission fonts will pick you +>> - to be part of a sharing design and development community +>> - to give back and contribute to a growing body of font sources + + +5. Choosing Reserved Font Names +=================================== + +### 5.1 What are Reserved Font Names? +>> These are font names, or portions of font names, that the author has chosen to reserve for use only with the Original Version of the font, or for Modified Version(s) created by the original author. + +### 5.2 Why can't I use the Reserved Font Names in my derivative font names? I'd like people to know where the design came from. +>> The best way to acknowledge the source of the design is to thank the original authors and any other contributors in the files that are distributed with your revised font (although no acknowledgement is required). The FONTLOG is a natural place to do this. Reserved Font Names ensure that the only fonts that have the original names are the unmodified Original Versions. This allows designers to maintain artistic integrity while allowing collaboration to happen. It eliminates potential confusion and name conflicts. When choosing a name, be creative and avoid names that reuse almost all the same letters in the same order or sound like the original. It will help everyone if Original Versions and Modified Versions can easily be distinguished from one another and from other derivatives. Any substitution and matching mechanism is outside the scope of the license. + +### 5.3 What do you mean by "primary name as presented to the user"? Are you referring to the font menu name? +>> Yes, this applies to the font menu name and other mechanisms that specify a font in a document. It would be fine, however, to keep a text reference to the original fonts in the description field, in your modified source file or in documentation provided alongside your derivative as long as no one could be confused that your modified source is the original. But you cannot use the Reserved Font Names in any way to identify the font to the user (unless the Copyright Holder(s) allow(s) it through a separate agreement). Users who install derivatives (Modified Versions) on their systems should not see any of the original Reserved Font Names in their font menus, for example. Again, this is to ensure that users are not confused and do not mistake one font for another and so expect features only another derivative or the Original Version can actually offer. + +### 5.4 Am I not allowed to use any part of the Reserved Font Names? +>> You may not use individual words from the Reserved Font Names, but you would be allowed to use parts of words, as long as you do not use any word from the Reserved Font Names entirely. We do not recommend using parts of words because of potential confusion, but it is allowed. For example, if "Foobar" was a Reserved Font Name, you would be allowed to use "Foo" or "bar", although we would not recommend it. Such an unfortunate choice would confuse the users of your fonts as well as make it harder for other designers to contribute. + +### 5.5 So what should I, as an author, identify as Reserved Font Names? +>> Original authors are encouraged to name their fonts using clear, distinct names, and only declare the unique parts of the name as Reserved Font Names. For example, the author of a font called "Foobar Sans" would declare "Foobar" as a Reserved Font Name, but not "Sans", as that is a common typographical term, and may be a useful word to use in a derivative font name. Reserved Font Names should also be single words. A font called "Flowing River" should have Reserved Font Names "Flowing" and "River", not "Flowing River". You also need to be very careful about reserving font names which are already linked to trademarks (whether registered or not) which you do not own. + +### 5.6 Do I, as an author, have to identify any Reserved Font Names? +>> No, but we strongly encourage you to do so. This is to avoid confusion between your work and Modified Versions. + +### 5.7 Are any names (such as the main font name) reserved by default? +>> No. That is a change to the license as of version 1.1. If you want any names to be Reserved Font Names, they must be specified after the copyright statement(s). + +### 5.8 Is there any situation in which I can use Reserved Font Names for a Modified Version? +>> The Copyright Holder(s) can give certain trusted parties the right to use any of the Reserved Font Names through separate written agreements. For example, even if "Foobar" is a RFN, you could write up an agreement to give company "XYZ" the right to distribute a modified version with a name that includes "Foobar". This allows for freedom without confusion. + +### 5.9 Do font rebuilds require a name change? Do I have to change the name of the font when my packaging workflow includes a full rebuild from source? +>> Yes, all rebuilds which change the font data and the smart code are Modified Versions and the requirements of the OFL apply: you need to respect what the Author(s) have chosen in terms of Reserved Font Names. However if a package (or installer) is simply a wrapper or a compressed structure around the final font - leaving them intact on the inside - then no name change is required. Please get in touch with the author(s) and copyright holder(s) to inquire about the presence of font sources beyond the final font file(s) and the recommended build path. That build path may very well be non-trivial and hard to reproduce accurately by the maintainer. If a full font build path is made available by the upstream author(s) please be aware that any regressions and changes you may introduce when doing a rebuild for packaging purposes is your responsibility as a package maintainer since you are effectively creating a separate branch. You should make it very clear to your users that your rebuilt version is not the canonical one from upstream. + +### 5.10 Can I add other Reserved Font Names when making a derivative font? +>> Yes. List your additional Reserved Font Names after your additional copyright statement, as indicated with example placeholders at the top of the OFL.txt file. Be sure you do not remove any exiting RFNs but only add your own. + + +6. About the Fontlog +======================== + +### 6.1 What is this FONTLOG thing exactly? +>> It has three purposes: 1) to provide basic information on the font to users and other developers, 2) to document changes that have been made to the font or accompanying files, either by the original authors or others, and 3) to provide a place to acknowledge authors and other contributors. Please use it! + +### 6.2 Is the FONTLOG required? +>> It is not a requirement of the license, but we strongly recommend you have one. + +### 6.3 Am I required to update the FONTLOG when making Modified Versions? +>> No, but users, designers and other developers might get very frustrated with you if you don't. People need to know how derivative fonts differ from the original, and how to take advantage of the changes, or build on them. There are utilities that can help create and maintain a FONTLOG, such as the FONTLOG support in FontForge. + +### 6.4 What should the FONTLOG look like? +>> It is typically a separate text file (FONTLOG.txt), but can take other formats. It commonly includes these four sections: + +>> - brief header describing the FONTLOG itself and name of the font family +>> - Basic Font Information - description of the font family, purpose and breadth +>> - ChangeLog - chronological listing of changes +>> - Acknowledgements - list of authors and contributors with contact information + +>> It could also include other sections, such as: where to find documentation, how to make contributions, information on contributing organizations, source code details, and a short design guide. + +7. Making Contributions to OFL Projects +=========================================== + +### 7.1 Can I contribute work to OFL projects? +>> In many cases, yes. It is common for OFL fonts to be developed by a team of people who welcome contributions from the wider community. Contact the original authors for specific information on how to participate in their projects. + +### 7.2 Why should I contribute my changes back to the original authors? +>> It would benefit many people if you contributed back in response to what you've received. Your contributions and improvements to the fonts and other components could be a tremendous help and would encourage others to contribute as well and 'give back'. You will then benefit from other people's contributions as well. Sometimes maintaining your own separate version takes more effort than merging back with the original. Be aware that any contributions, however, must be either your own original creation or work that you own, and you may be asked to affirm that clearly when you contribute. + +### 7.3 I've made some very nice improvements to the font. Will you consider adopting them and putting them into future Original Versions? +>> Most authors would be very happy to receive such contributions. Keep in mind that it is unlikely that they would want to incorporate major changes that would require additional work on their end. Any contributions would likely need to be made for all the fonts in a family and match the overall design and style. Authors are encouraged to include a guide to the design with the fonts. It would also help to have contributions submitted as patches or clearly marked changes - the use of smart source revision control systems like subversion, svk, mercurial, git or bzr is a good idea. Please follow the recommendations given by the author(s) in terms of preferred source formats and configuration parameters for sending contributions. If this is not indicated in a FONTLOG or other documentation of the font, consider asking them directly. Examples of useful contributions are bug fixes, additional glyphs, stylistic alternates (and the smart font code to access them) or improved hinting. Keep in mind that some kinds of changes (esp. hinting) may be technically difficult to integrate. + +### 7.4 How can I financially support the development of OFL fonts? +>> It is likely that most authors of OFL fonts would accept financial contributions - contact them for instructions on how to do this. Such contributions would support future development. You can also pay for others to enhance the fonts and contribute the results back to the original authors for inclusion in the Original Version. + +8. About the License Itself +=============================== + +### 8.1 I see that this is version 1.1 of the license. Will there be later changes? +>> Version 1.1 is the first minor revision of the OFL. We are confident that version 1.1 will meet most needs, but are open to future improvements. Any revisions would be for future font releases, and previously existing licenses would remain in effect. No retroactive changes are possible, although the Copyright Holder(s) can re-release the font under a revised OFL. All versions will be available on our web site: http://scripts.sil.org/OFL. + +### 8.2 Does this license restrict the rights of the Copyright Holder(s)? +>> No. The Copyright Holder(s) still retain(s) all the rights to their creation; they are only releasing a portion of it for use in a specific way. For example, the Copyright Holder(s) may choose to release a 'basic' version of their font under the OFL, but sell a restricted 'enhanced' version. Only the Copyright Holder(s) can do this. + +### 8.3 Is the OFL a contract or a license? +>> The OFL is a license and not a contract and so does not require you to sign it to have legal validity. By using, modifying and redistributing components under the OFL you indicate that you accept the license. + +### 8.4 I really like the terms of the OFL, but want to change it a little. Am I allowed to take ideas and actual wording from the OFL and put them into my own custom license for distributing my fonts? +>> We strongly recommend against creating your very own unique open licensing model. Using a modified or derivative license will likely cut you off - along with the font(s) under that license - from the community of designers using the OFL, potentially expose you and your users to legal liabilities, and possibly put your work and rights at risk. The OFL went though a community and legal review process that took years of effort, and that review is only applicable to an unmodified OFL. The text of the OFL has been written by SIL (with review and consultation from the community) and is copyright (c) 2005-2010 SIL International. You may re-use the ideas and wording (in part, not in whole) in another non-proprietary license provided that you call your license by another unambiguous name, that you do not use the preamble, that you do not mention SIL and that you clearly present your license as different from the OFL so as not to cause confusion by being too similar to the original. If you feel the OFL does not meet your needs for an open license, please contact us. + +### 8.5 Can I translate the license and the FAQ into other languages? +>> SIL certainly recognises the need for people who are not familiar with English to be able to understand the OFL and its use. Making the license very clear and readable has been a key goal for the OFL, but we know that people understand their own language best. + +>> If you are an experienced translator, you are very welcome to translate the OFL and OFL-FAQ so that designers and users in your language community can understand the license better. But only the original English version of the license has legal value and has been approved by the community. Translations do not count as legal substitutes and should only serve as a way to explain the original license. SIL - as the author and steward of the license for the community at large - does not approve any translation of the OFL as legally valid because even small translation ambiguities could be abused and create problems. + +>> SIL gives permission to publish unofficial translations into other languages provided that they comply with the following guidelines: + +>> - Put the following disclaimer in both English and the target language stating clearly that the translation is unofficial: + +>> "This is an unofficial translation of the SIL Open Font License into ``. It was not published by SIL International, and does not legally state the distribution terms for fonts that use the OFL. A release under the OFL is only valid when using the original English text. However, we recognize that this unofficial translation will help users and designers not familiar with English to better understand and use the OFL. We encourage designers who consider releasing their creation under the OFL to read the OFL-FAQ in their own language if it is available. Please go to http://scripts.sil.org/OFL for the official version of the license and the accompanying OFL-FAQ." + +>> - Keep your unofficial translation current and update it at our request if needed, for example if there is any ambiguity which could lead to confusion. + +>> If you start such a unofficial translation effort of the OFL and OFL-FAQ please let us know. + +9. About SIL International +============================== + +### 9.1 Who is SIL International and what do they do? +>> SIL serves language communities worldwide, building their capacity for sustainable language development, by means of research, translation, training and materials development. SIL makes its services available to all without regard to religious belief, political ideology, gender, race, or ethnic background. SIL's members and volunteers share a Christian commitment. + +### 9.2 What does this have to do with font licensing? +>> The ability to read, write, type and publish in one's own language is one of the most critical needs for millions of people around the world. This requires fonts that are widely available and support lesser-known languages. SIL develops - and encourages others to develop - a complete stack of writing systems implementation components available under open licenses. This open stack includes input methods, smart fonts, smart rendering libraries and smart applications. There has been a need for a common open license that is specifically applicable to fonts and related software (a crucial component of this stack), so SIL developed the SIL Open Font License with the help of the Free/Libre and Open Source Software community. + +### 9.3 How can I contact SIL? +>> Our main web site is: http://www.sil.org/ +Our site about complex scripts is: http://scripts.sil.org/ +Information about this license (and contact information) is at: http://scripts.sil.org/OFL + + +## Acknowledgements + + - OFL License modified to Markdown + + N: Micah Rich + E: micah@micahrich.com + W: http://www.theleagueofmoveabletype.com + + - The League of Moveable Type is an open-source font foundry, working to make the world of typography a better place. + diff --git a/theme_archit/static/src/fonts/Open Font License.markdown b/theme_archit/static/src/fonts/Open Font License.markdown new file mode 100755 index 000000000..b227c0a08 --- /dev/null +++ b/theme_archit/static/src/fonts/Open Font License.markdown @@ -0,0 +1,105 @@ + Copyright (c) 2011, Tyler Finck , with Reserved Font Name: "Ostrich Sans". + + This Font Software is licensed under the SIL Open Font License, Version 1.1. + This license is copied below, and is also available with a FAQ at: + http://scripts.sil.org/OFL + + Version 1.1 - 26 February 2007 + + +SIL Open Font License +==================================================== + + +Preamble +---------- + +The goals of the Open Font License (OFL) are to stimulate worldwide +development of collaborative font projects, to support the font creation +efforts of academic and linguistic communities, and to provide a free and +open framework in which fonts may be shared and improved in partnership +with others. + +The OFL allows the licensed fonts to be used, studied, modified and +redistributed freely as long as they are not sold by themselves. The +fonts, including any derivative works, can be bundled, embedded, +redistributed and/or sold with any software provided that any reserved +names are not used by derivative works. The fonts and derivatives, +however, cannot be released under any other type of license. The +requirement for fonts to remain under this license does not apply +to any document created using the fonts or their derivatives. + +Definitions +------------- + +`"Font Software"` refers to the set of files released by the Copyright +Holder(s) under this license and clearly marked as such. This may +include source files, build scripts and documentation. + +`"Reserved Font Name"` refers to any names specified as such after the +copyright statement(s). + +`"Original Version"` refers to the collection of Font Software components as +distributed by the Copyright Holder(s). + +`"Modified Version"` refers to any derivative made by adding to, deleting, +or substituting -- in part or in whole -- any of the components of the +Original Version, by changing formats or by porting the Font Software to a +new environment. + +`"Author"` refers to any designer, engineer, programmer, technical +writer or other person who contributed to the Font Software. + +Permission & Conditions +------------------------ + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Font Software, to use, study, copy, merge, embed, modify, +redistribute, and sell modified and unmodified copies of the Font +Software, subject to the following conditions: + +1. Neither the Font Software nor any of its individual components, +in Original or Modified Versions, may be sold by itself. + +2. Original or Modified Versions of the Font Software may be bundled, +redistributed and/or sold with any software, provided that each copy +contains the above copyright notice and this license. These can be +included either as stand-alone text files, human-readable headers or +in the appropriate machine-readable metadata fields within text or +binary files as long as those fields can be easily viewed by the user. + +3. No Modified Version of the Font Software may use the Reserved Font +Name(s) unless explicit written permission is granted by the corresponding +Copyright Holder. This restriction only applies to the primary font name as +presented to the users. + +4. The name(s) of the Copyright Holder(s) or the Author(s) of the Font +Software shall not be used to promote, endorse or advertise any +Modified Version, except to acknowledge the contribution(s) of the +Copyright Holder(s) and the Author(s) or with their explicit written +permission. + +5. The Font Software, modified or unmodified, in part or in whole, +must be distributed entirely under this license, and must not be +distributed under any other license. The requirement for fonts to +remain under this license does not apply to any document created +using the Font Software. + +Termination +----------- + +This license becomes null and void if any of the above conditions are +not met. + + + DISCLAIMER + + THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT + OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE + COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, + INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL + DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM + OTHER DEALINGS IN THE FONT SOFTWARE. diff --git a/theme_archit/static/src/fonts/OstrichSans-Black.otf b/theme_archit/static/src/fonts/OstrichSans-Black.otf new file mode 100755 index 000000000..bfe9eb984 Binary files /dev/null and b/theme_archit/static/src/fonts/OstrichSans-Black.otf differ diff --git a/theme_archit/static/src/fonts/OstrichSans-Bold.otf b/theme_archit/static/src/fonts/OstrichSans-Bold.otf new file mode 100755 index 000000000..a78c38541 Binary files /dev/null and b/theme_archit/static/src/fonts/OstrichSans-Bold.otf differ diff --git a/theme_archit/static/src/fonts/OstrichSans-Heavy.otf b/theme_archit/static/src/fonts/OstrichSans-Heavy.otf new file mode 100755 index 000000000..e93aed316 Binary files /dev/null and b/theme_archit/static/src/fonts/OstrichSans-Heavy.otf differ diff --git a/theme_archit/static/src/fonts/OstrichSans-Light.otf b/theme_archit/static/src/fonts/OstrichSans-Light.otf new file mode 100755 index 000000000..c446e6164 Binary files /dev/null and b/theme_archit/static/src/fonts/OstrichSans-Light.otf differ diff --git a/theme_archit/static/src/fonts/OstrichSans-Medium.otf b/theme_archit/static/src/fonts/OstrichSans-Medium.otf new file mode 100755 index 000000000..61025343e Binary files /dev/null and b/theme_archit/static/src/fonts/OstrichSans-Medium.otf differ diff --git a/theme_archit/static/src/fonts/OstrichSansDashed-Medium.otf b/theme_archit/static/src/fonts/OstrichSansDashed-Medium.otf new file mode 100755 index 000000000..6342194d3 Binary files /dev/null and b/theme_archit/static/src/fonts/OstrichSansDashed-Medium.otf differ diff --git a/theme_archit/static/src/fonts/OstrichSansInline-Italic.otf b/theme_archit/static/src/fonts/OstrichSansInline-Italic.otf new file mode 100755 index 000000000..5f9f49d47 Binary files /dev/null and b/theme_archit/static/src/fonts/OstrichSansInline-Italic.otf differ diff --git a/theme_archit/static/src/fonts/OstrichSansInline-Regular.otf b/theme_archit/static/src/fonts/OstrichSansInline-Regular.otf new file mode 100755 index 000000000..fc15360ff Binary files /dev/null and b/theme_archit/static/src/fonts/OstrichSansInline-Regular.otf differ diff --git a/theme_archit/static/src/fonts/OstrichSansRounded-Medium.otf b/theme_archit/static/src/fonts/OstrichSansRounded-Medium.otf new file mode 100755 index 000000000..8c0fe24c0 Binary files /dev/null and b/theme_archit/static/src/fonts/OstrichSansRounded-Medium.otf differ diff --git a/theme_archit/static/src/fonts/images/ostrich-sans-1.jpeg b/theme_archit/static/src/fonts/images/ostrich-sans-1.jpeg new file mode 100755 index 000000000..554624ea8 Binary files /dev/null and b/theme_archit/static/src/fonts/images/ostrich-sans-1.jpeg differ diff --git a/theme_archit/static/src/fonts/images/ostrich-sans-2.jpeg b/theme_archit/static/src/fonts/images/ostrich-sans-2.jpeg new file mode 100755 index 000000000..73ff13169 Binary files /dev/null and b/theme_archit/static/src/fonts/images/ostrich-sans-2.jpeg differ diff --git a/theme_archit/static/src/fonts/images/ostrich-sans-3.jpeg b/theme_archit/static/src/fonts/images/ostrich-sans-3.jpeg new file mode 100755 index 000000000..fa91dc85c Binary files /dev/null and b/theme_archit/static/src/fonts/images/ostrich-sans-3.jpeg differ diff --git a/theme_archit/static/src/fonts/images/ostrich-sans-4.jpeg b/theme_archit/static/src/fonts/images/ostrich-sans-4.jpeg new file mode 100755 index 000000000..374266647 Binary files /dev/null and b/theme_archit/static/src/fonts/images/ostrich-sans-4.jpeg differ diff --git a/theme_archit/static/src/fonts/images/ostrich-sans-5.jpeg b/theme_archit/static/src/fonts/images/ostrich-sans-5.jpeg new file mode 100755 index 000000000..bf1e35332 Binary files /dev/null and b/theme_archit/static/src/fonts/images/ostrich-sans-5.jpeg differ diff --git a/theme_archit/static/src/fonts/readme.markdown b/theme_archit/static/src/fonts/readme.markdown new file mode 100755 index 000000000..26d99092e --- /dev/null +++ b/theme_archit/static/src/fonts/readme.markdown @@ -0,0 +1,17 @@ +![Ostrich Sans](https://github.com/theleagueof/ostrich-sans/raw/master/images/ostrich-sans-1.jpeg) + +Ostrich Sans & Ostrich Sans Inline +======== +_by [Tyler Finck](http://www.finck.co)_ + +A gorgeous modern sans-serif with a very long neck. With a whole slew of styles & weights: + +- Dashed (thin) +- Rounded (medium) +- Ultra light +- Normal +- Bold (race track style double lines) +- Black +- Inline (with italics) +- Heavy (round) + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/fontinfo.plist b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/fontinfo.plist new file mode 100755 index 000000000..f03ca74a9 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/fontinfo.plist @@ -0,0 +1,58 @@ + + + + + ascender + 750 + capHeight + 738 + descender + -250 + familyName + Ostrich Sans Black + openTypeHeadCreated + 2011/05/25 16:47:21 + openTypeNameDesigner + Tyler Finck + openTypeNameDesignerURL + http://www.finck.co + openTypeNameManufacturer + The League of Moveable Type + openTypeNameManufacturerURL + http://www.theleagueofmoveabletype.com + openTypeNamePreferredFamilyName + Ostrich Sans + openTypeNamePreferredSubfamilyName + Black + openTypeOS2WeightClass + 900 + openTypeOS2WidthClass + 5 + postscriptBlueValues + + + postscriptFontName + OstrichSans-Black + postscriptFullName + Ostrich Sans Black + postscriptOtherBlues + + + postscriptUnderlinePosition + -75 + postscriptWeightName + Regular + styleMapStyleName + regular + styleName + Regular + unitsPerEm + 1000 + versionMajor + 1 + versionMinor + 1 + xHeight + 738 + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/A_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/A_.glif new file mode 100755 index 000000000..6159b7f5d --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/A_.glif @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/B_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/B_.glif new file mode 100755 index 000000000..b90ae1e97 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/B_.glif @@ -0,0 +1,75 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/CR_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/CR_.glif new file mode 100755 index 000000000..9f1995931 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/CR_.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/C_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/C_.glif new file mode 100755 index 000000000..2c131a8fb --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/C_.glif @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/D_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/D_.glif new file mode 100755 index 000000000..3e016d38d --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/D_.glif @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/E_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/E_.glif new file mode 100755 index 000000000..317a2823e --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/E_.glif @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/F_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/F_.glif new file mode 100755 index 000000000..1270a0aeb --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/F_.glif @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/G_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/G_.glif new file mode 100755 index 000000000..dd32b4092 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/G_.glif @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/H_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/H_.glif new file mode 100755 index 000000000..4302b2184 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/H_.glif @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/I_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/I_.glif new file mode 100755 index 000000000..ed8a3cc51 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/I_.glif @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/J_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/J_.glif new file mode 100755 index 000000000..2e4167d69 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/J_.glif @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/K_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/K_.glif new file mode 100755 index 000000000..4616ca7bf --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/K_.glif @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/L_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/L_.glif new file mode 100755 index 000000000..f586653d9 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/L_.glif @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/M_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/M_.glif new file mode 100755 index 000000000..7e82adb0a --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/M_.glif @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/N_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/N_.glif new file mode 100755 index 000000000..585994bd6 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/N_.glif @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/O_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/O_.glif new file mode 100755 index 000000000..3b59e72e4 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/O_.glif @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/P_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/P_.glif new file mode 100755 index 000000000..02d59aba7 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/P_.glif @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/Q_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/Q_.glif new file mode 100755 index 000000000..aa8710cf8 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/Q_.glif @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/R_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/R_.glif new file mode 100755 index 000000000..156c01915 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/R_.glif @@ -0,0 +1,57 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/S_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/S_.glif new file mode 100755 index 000000000..67cd8671a --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/S_.glif @@ -0,0 +1,86 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/T_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/T_.glif new file mode 100755 index 000000000..f47d7eef4 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/T_.glif @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/U_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/U_.glif new file mode 100755 index 000000000..401a1c2cf --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/U_.glif @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/V_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/V_.glif new file mode 100755 index 000000000..633c0b2d8 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/V_.glif @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/W_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/W_.glif new file mode 100755 index 000000000..c3204498c --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/W_.glif @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/X_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/X_.glif new file mode 100755 index 000000000..16a433c95 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/X_.glif @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/Y_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/Y_.glif new file mode 100755 index 000000000..9bcd705c8 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/Y_.glif @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/Z_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/Z_.glif new file mode 100755 index 000000000..7440dc02d --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/Z_.glif @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/_notdef.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/_notdef.glif new file mode 100755 index 000000000..e50566e4d --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/_notdef.glif @@ -0,0 +1,6 @@ + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/_null.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/_null.glif new file mode 100755 index 000000000..1005238db --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/_null.glif @@ -0,0 +1,6 @@ + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/a.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/a.glif new file mode 100755 index 000000000..784929f39 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/a.glif @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/ampersand.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/ampersand.glif new file mode 100755 index 000000000..3ee81fcb1 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/ampersand.glif @@ -0,0 +1,112 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/asciicircum.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/asciicircum.glif new file mode 100755 index 000000000..1f5c522ef --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/asciicircum.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/asciitilde.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/asciitilde.glif new file mode 100755 index 000000000..8fa669e1e --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/asciitilde.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/asterisk.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/asterisk.glif new file mode 100755 index 000000000..1db41140f --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/asterisk.glif @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/at.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/at.glif new file mode 100755 index 000000000..dc00dcc4f --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/at.glif @@ -0,0 +1,143 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/b.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/b.glif new file mode 100755 index 000000000..0558a7b22 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/b.glif @@ -0,0 +1,75 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/backslash.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/backslash.glif new file mode 100755 index 000000000..d186f0f3a --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/backslash.glif @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/bar.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/bar.glif new file mode 100755 index 000000000..13f38b310 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/bar.glif @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/braceleft.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/braceleft.glif new file mode 100755 index 000000000..051b34959 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/braceleft.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/braceright.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/braceright.glif new file mode 100755 index 000000000..3532ace8e --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/braceright.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/bracketleft.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/bracketleft.glif new file mode 100755 index 000000000..d0ef8d6b3 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/bracketleft.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/bracketright.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/bracketright.glif new file mode 100755 index 000000000..0317de41a --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/bracketright.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/breve.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/breve.glif new file mode 100755 index 000000000..f616a54ad --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/breve.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/bullet.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/bullet.glif new file mode 100755 index 000000000..1f7b66180 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/bullet.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/c.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/c.glif new file mode 100755 index 000000000..d29c55a3b --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/c.glif @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/caron.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/caron.glif new file mode 100755 index 000000000..86778855e --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/caron.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/circumflex.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/circumflex.glif new file mode 100755 index 000000000..d0ab4ce46 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/circumflex.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/colon.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/colon.glif new file mode 100755 index 000000000..a747b09e2 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/colon.glif @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/comma.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/comma.glif new file mode 100755 index 000000000..4752a69a8 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/comma.glif @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/contents.plist b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/contents.plist new file mode 100755 index 000000000..b8ab733c2 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/contents.plist @@ -0,0 +1,242 @@ + + + + + .notdef + _notdef.glif + .null + _null.glif + A + A_.glif + B + B_.glif + C + C_.glif + CR + CR_.glif + D + D_.glif + E + E_.glif + F + F_.glif + G + G_.glif + H + H_.glif + I + I_.glif + J + J_.glif + K + K_.glif + L + L_.glif + M + M_.glif + N + N_.glif + O + O_.glif + P + P_.glif + Q + Q_.glif + R + R_.glif + S + S_.glif + T + T_.glif + U + U_.glif + V + V_.glif + W + W_.glif + X + X_.glif + Y + Y_.glif + Z + Z_.glif + a + a.glif + ampersand + ampersand.glif + asciicircum + asciicircum.glif + asciitilde + asciitilde.glif + asterisk + asterisk.glif + at + at.glif + b + b.glif + backslash + backslash.glif + bar + bar.glif + braceleft + braceleft.glif + braceright + braceright.glif + bracketleft + bracketleft.glif + bracketright + bracketright.glif + breve + breve.glif + bullet + bullet.glif + c + c.glif + caron + caron.glif + circumflex + circumflex.glif + colon + colon.glif + comma + comma.glif + copyright + copyright.glif + d + d.glif + dollar + dollar.glif + dotaccent + dotaccent.glif + dotlessi + dotlessi.glif + e + e.glif + eight + eight.glif + emdash + emdash.glif + endash + endash.glif + equal + equal.glif + exclam + exclam.glif + f + f.glif + five + five.glif + four + four.glif + g + g.glif + g103 + g103.glif + grave + grave.glif + greater + greater.glif + h + h.glif + hungarumlaut + hungarumlaut.glif + hyphen + hyphen.glif + i + i.glif + j + j.glif + k + k.glif + l + l.glif + less + less.glif + m + m.glif + n + n.glif + nine + nine.glif + numbersign + numbersign.glif + o + o.glif + ogonek + ogonek.glif + one + one.glif + p + p.glif + parenleft + parenleft.glif + parenright + parenright.glif + percent + percent.glif + period + period.glif + plus + plus.glif + q + q.glif + question + question.glif + quotedbl + quotedbl.glif + quotedblleft + quotedblleft.glif + quotedblright + quotedblright.glif + quoteleft + quoteleft.glif + quoteright + quoteright.glif + quotesingle + quotesingle.glif + r + r.glif + registered + registered.glif + ring + ring.glif + s + s.glif + semicolon + semicolon.glif + seven + seven.glif + six + six.glif + slash + slash.glif + space + space.glif + t + t.glif + three + three.glif + tilde + tilde.glif + trademark + trademark.glif + two + two.glif + u + u.glif + underscore + underscore.glif + v + v.glif + w + w.glif + x + x.glif + y + y.glif + z + z.glif + zero + zero.glif + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/copyright.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/copyright.glif new file mode 100755 index 000000000..dfbee157c --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/copyright.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/d.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/d.glif new file mode 100755 index 000000000..44ad1d768 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/d.glif @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/dollar.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/dollar.glif new file mode 100755 index 000000000..7cd1d1a19 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/dollar.glif @@ -0,0 +1,111 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/dotaccent.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/dotaccent.glif new file mode 100755 index 000000000..68cd7587b --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/dotaccent.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/dotlessi.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/dotlessi.glif new file mode 100755 index 000000000..700c3efad --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/dotlessi.glif @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/e.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/e.glif new file mode 100755 index 000000000..11ca06109 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/e.glif @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/eight.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/eight.glif new file mode 100755 index 000000000..0c864aed9 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/eight.glif @@ -0,0 +1,119 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/emdash.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/emdash.glif new file mode 100755 index 000000000..0f5418da6 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/emdash.glif @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/endash.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/endash.glif new file mode 100755 index 000000000..ebce07225 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/endash.glif @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/equal.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/equal.glif new file mode 100755 index 000000000..ccba23d58 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/equal.glif @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/exclam.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/exclam.glif new file mode 100755 index 000000000..1dafdc812 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/exclam.glif @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/f.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/f.glif new file mode 100755 index 000000000..541135a75 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/f.glif @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/five.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/five.glif new file mode 100755 index 000000000..23ca129e0 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/five.glif @@ -0,0 +1,73 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/four.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/four.glif new file mode 100755 index 000000000..5b4683e87 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/four.glif @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/g.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/g.glif new file mode 100755 index 000000000..5eacedc6b --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/g.glif @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/g103.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/g103.glif new file mode 100755 index 000000000..98e8aedb2 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/g103.glif @@ -0,0 +1,6 @@ + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/grave.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/grave.glif new file mode 100755 index 000000000..de7c15c8f --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/grave.glif @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/greater.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/greater.glif new file mode 100755 index 000000000..de4f548aa --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/greater.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/h.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/h.glif new file mode 100755 index 000000000..70523a488 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/h.glif @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/hungarumlaut.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/hungarumlaut.glif new file mode 100755 index 000000000..c8c6bd8f4 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/hungarumlaut.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/hyphen.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/hyphen.glif new file mode 100755 index 000000000..fb776ecfc --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/hyphen.glif @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/i.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/i.glif new file mode 100755 index 000000000..2d126a211 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/i.glif @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/j.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/j.glif new file mode 100755 index 000000000..b1ae2c79d --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/j.glif @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/k.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/k.glif new file mode 100755 index 000000000..6e6c7f181 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/k.glif @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/l.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/l.glif new file mode 100755 index 000000000..08f4684a9 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/l.glif @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/less.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/less.glif new file mode 100755 index 000000000..a430dd7d4 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/less.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/m.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/m.glif new file mode 100755 index 000000000..3a0adfabd --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/m.glif @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/n.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/n.glif new file mode 100755 index 000000000..e08e6cead --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/n.glif @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/nine.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/nine.glif new file mode 100755 index 000000000..3fe4ad849 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/nine.glif @@ -0,0 +1,87 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/numbersign.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/numbersign.glif new file mode 100755 index 000000000..1d56c86fc --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/numbersign.glif @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/o.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/o.glif new file mode 100755 index 000000000..2092220b7 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/o.glif @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/ogonek.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/ogonek.glif new file mode 100755 index 000000000..c92abf92b --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/ogonek.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/one.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/one.glif new file mode 100755 index 000000000..d17a45182 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/one.glif @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/p.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/p.glif new file mode 100755 index 000000000..d9f30bd84 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/p.glif @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/parenleft.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/parenleft.glif new file mode 100755 index 000000000..a8b976a72 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/parenleft.glif @@ -0,0 +1,50 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/parenright.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/parenright.glif new file mode 100755 index 000000000..245974ce0 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/parenright.glif @@ -0,0 +1,50 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/percent.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/percent.glif new file mode 100755 index 000000000..bdadca51f --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/percent.glif @@ -0,0 +1,89 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/period.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/period.glif new file mode 100755 index 000000000..7f27c1f19 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/period.glif @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/plus.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/plus.glif new file mode 100755 index 000000000..04cc102a8 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/plus.glif @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/q.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/q.glif new file mode 100755 index 000000000..c99c02d12 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/q.glif @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/question.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/question.glif new file mode 100755 index 000000000..e60d33ae8 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/question.glif @@ -0,0 +1,73 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/quotedbl.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/quotedbl.glif new file mode 100755 index 000000000..9953565b8 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/quotedbl.glif @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/quotedblleft.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/quotedblleft.glif new file mode 100755 index 000000000..5515803a8 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/quotedblleft.glif @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/quotedblright.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/quotedblright.glif new file mode 100755 index 000000000..b91ea90c2 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/quotedblright.glif @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/quoteleft.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/quoteleft.glif new file mode 100755 index 000000000..1e4c0764c --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/quoteleft.glif @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/quoteright.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/quoteright.glif new file mode 100755 index 000000000..e125a7294 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/quoteright.glif @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/quotesingle.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/quotesingle.glif new file mode 100755 index 000000000..206356aea --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/quotesingle.glif @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/r.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/r.glif new file mode 100755 index 000000000..d82aefbcf --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/r.glif @@ -0,0 +1,57 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/registered.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/registered.glif new file mode 100755 index 000000000..22731c232 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/registered.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/ring.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/ring.glif new file mode 100755 index 000000000..ac278d77d --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/ring.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/s.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/s.glif new file mode 100755 index 000000000..adedb0696 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/s.glif @@ -0,0 +1,86 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/semicolon.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/semicolon.glif new file mode 100755 index 000000000..db322dfef --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/semicolon.glif @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/seven.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/seven.glif new file mode 100755 index 000000000..09ffb6b8a --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/seven.glif @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/six.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/six.glif new file mode 100755 index 000000000..6bf33c168 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/six.glif @@ -0,0 +1,87 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/slash.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/slash.glif new file mode 100755 index 000000000..b6f38bc07 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/slash.glif @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/space.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/space.glif new file mode 100755 index 000000000..64f893656 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/space.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/t.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/t.glif new file mode 100755 index 000000000..12850f3be --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/t.glif @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/three.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/three.glif new file mode 100755 index 000000000..73aacd686 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/three.glif @@ -0,0 +1,95 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/tilde.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/tilde.glif new file mode 100755 index 000000000..7bb3955c6 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/tilde.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/trademark.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/trademark.glif new file mode 100755 index 000000000..5be12dd35 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/trademark.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/two.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/two.glif new file mode 100755 index 000000000..24111c8ef --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/two.glif @@ -0,0 +1,77 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/u.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/u.glif new file mode 100755 index 000000000..e24f8bd9f --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/u.glif @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/underscore.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/underscore.glif new file mode 100755 index 000000000..55a0f7404 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/underscore.glif @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/v.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/v.glif new file mode 100755 index 000000000..d4126444f --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/v.glif @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/w.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/w.glif new file mode 100755 index 000000000..f041eaed8 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/w.glif @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/x.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/x.glif new file mode 100755 index 000000000..ec3c856a3 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/x.glif @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/y.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/y.glif new file mode 100755 index 000000000..210425e38 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/y.glif @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/z.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/z.glif new file mode 100755 index 000000000..45d9a4eae --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/z.glif @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/zero.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/zero.glif new file mode 100755 index 000000000..020f69cdf --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/glyphs/zero.glif @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/lib.plist b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/lib.plist new file mode 100755 index 000000000..9686ec8ac --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/lib.plist @@ -0,0 +1,258 @@ + + + + + com.schriftgestaltung.fontMasterID + 7AAB7820-72FE-49A2-9D85-8A5018D62BD2 + com.schriftgestaltung.useNiceNames + + com.schriftgestaltung.weight + Bold + com.schriftgestaltung.weightValue + 900 + com.schriftgestaltung.widthValue + 5 + org.robofab.glyphOrder + + A + B + C + D + E + F + G + H + I + J + K + L + M + N + O + P + Q + R + S + T + U + V + W + X + Y + Z + a + b + c + d + dotlessi + e + f + g + h + i + j + k + l + m + n + o + p + q + r + s + t + u + v + w + x + y + z + zero + one + two + three + four + five + six + seven + eight + nine + asterisk + backslash + bullet + colon + comma + exclam + numbersign + period + question + quotedbl + quotesingle + semicolon + slash + underscore + braceleft + braceright + bracketleft + bracketright + parenleft + parenright + emdash + endash + hyphen + quotedblleft + quotedblright + quoteleft + quoteright + space + dollar + asciitilde + equal + greater + less + percent + plus + ampersand + at + bar + copyright + registered + trademark + asciicircum + breve + caron + circumflex + dotaccent + grave + hungarumlaut + ogonek + ring + tilde + g103 + uni000D + .notdef + .null + + public.glyphOrder + + A + B + C + D + E + F + G + H + I + J + K + L + M + N + O + P + Q + R + S + T + U + V + W + X + Y + Z + a + b + c + d + e + f + g + h + i + dotlessi + j + k + l + m + n + o + p + q + r + s + t + u + v + w + x + y + z + zero + one + two + three + four + five + six + seven + eight + nine + asterisk + backslash + bullet + colon + comma + exclam + numbersign + period + question + quotedbl + quotesingle + semicolon + slash + underscore + braceleft + braceright + bracketleft + bracketright + parenleft + parenright + emdash + endash + hyphen + quotedblleft + quotedblright + quoteleft + quoteright + space + CR + .notdef + .null + dollar + asciitilde + equal + greater + less + percent + plus + ampersand + asciicircum + at + bar + copyright + registered + trademark + breve + caron + circumflex + dotaccent + grave + hungarumlaut + ogonek + ring + tilde + g103 + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/metainfo.plist b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/metainfo.plist new file mode 100755 index 000000000..12a792239 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Black.ufo/metainfo.plist @@ -0,0 +1,10 @@ + + + + + creator + com.schriftgestaltung.GlyphsUFOExport + formatVersion + 2 + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Black.vfb b/theme_archit/static/src/fonts/source/Ostrich Sans Black.vfb new file mode 100755 index 000000000..ee240a5db Binary files /dev/null and b/theme_archit/static/src/fonts/source/Ostrich Sans Black.vfb differ diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Black.vfbak b/theme_archit/static/src/fonts/source/Ostrich Sans Black.vfbak new file mode 100755 index 000000000..ee240a5db Binary files /dev/null and b/theme_archit/static/src/fonts/source/Ostrich Sans Black.vfbak differ diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/fontinfo.plist b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/fontinfo.plist new file mode 100755 index 000000000..79acc9fe3 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/fontinfo.plist @@ -0,0 +1,58 @@ + + + + + ascender + 750 + capHeight + 738 + descender + -250 + familyName + Ostrich Sans Bold + openTypeHeadCreated + 2011/05/25 16:47:22 + openTypeNameDesigner + Tyler Finck + openTypeNameDesignerURL + http://www.finck.co + openTypeNameManufacturer + The League of Moveable Type + openTypeNameManufacturerURL + http://www.theleagueofmoveabletype.com + openTypeNamePreferredFamilyName + Ostrich Sans + openTypeNamePreferredSubfamilyName + Bold + openTypeOS2WeightClass + 700 + openTypeOS2WidthClass + 5 + postscriptBlueValues + + + postscriptFontName + OstrichSans-Bold + postscriptFullName + Ostrich Sans Bold + postscriptOtherBlues + + + postscriptUnderlinePosition + -75 + postscriptWeightName + Regular + styleMapStyleName + regular + styleName + Regular + unitsPerEm + 1000 + versionMajor + 1 + versionMinor + 1 + xHeight + 738 + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/A_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/A_.glif new file mode 100755 index 000000000..814a516d3 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/A_.glif @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/B_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/B_.glif new file mode 100755 index 000000000..d50f5c200 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/B_.glif @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/CR_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/CR_.glif new file mode 100755 index 000000000..9f1995931 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/CR_.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/C_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/C_.glif new file mode 100755 index 000000000..521cadd32 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/C_.glif @@ -0,0 +1,114 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/D_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/D_.glif new file mode 100755 index 000000000..3f4b53a32 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/D_.glif @@ -0,0 +1,81 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/E_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/E_.glif new file mode 100755 index 000000000..b07a11851 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/E_.glif @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/F_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/F_.glif new file mode 100755 index 000000000..8aff2bb38 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/F_.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/G_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/G_.glif new file mode 100755 index 000000000..478c61057 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/G_.glif @@ -0,0 +1,103 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/H_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/H_.glif new file mode 100755 index 000000000..168388f9f --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/H_.glif @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/I_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/I_.glif new file mode 100755 index 000000000..6378db296 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/I_.glif @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/J_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/J_.glif new file mode 100755 index 000000000..b018e9aa8 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/J_.glif @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/K_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/K_.glif new file mode 100755 index 000000000..df23142cb --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/K_.glif @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/L_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/L_.glif new file mode 100755 index 000000000..91361de1a --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/L_.glif @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/M_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/M_.glif new file mode 100755 index 000000000..4439a8e0f --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/M_.glif @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/N_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/N_.glif new file mode 100755 index 000000000..17728d040 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/N_.glif @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/O_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/O_.glif new file mode 100755 index 000000000..05cbc1017 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/O_.glif @@ -0,0 +1,104 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/P_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/P_.glif new file mode 100755 index 000000000..6d55b3adf --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/P_.glif @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/Q_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/Q_.glif new file mode 100755 index 000000000..cbe0705b0 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/Q_.glif @@ -0,0 +1,113 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/R_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/R_.glif new file mode 100755 index 000000000..12b62b6e9 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/R_.glif @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/S_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/S_.glif new file mode 100755 index 000000000..d8fb26d32 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/S_.glif @@ -0,0 +1,150 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/T_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/T_.glif new file mode 100755 index 000000000..0d5eb7e80 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/T_.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/U_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/U_.glif new file mode 100755 index 000000000..1efea9502 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/U_.glif @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/V_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/V_.glif new file mode 100755 index 000000000..9ed2e7e44 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/V_.glif @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/W_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/W_.glif new file mode 100755 index 000000000..d381da357 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/W_.glif @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/X_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/X_.glif new file mode 100755 index 000000000..b8fee951f --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/X_.glif @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/Y_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/Y_.glif new file mode 100755 index 000000000..08e430f30 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/Y_.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/Z_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/Z_.glif new file mode 100755 index 000000000..473241a61 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/Z_.glif @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/_notdef.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/_notdef.glif new file mode 100755 index 000000000..e50566e4d --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/_notdef.glif @@ -0,0 +1,6 @@ + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/_null.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/_null.glif new file mode 100755 index 000000000..1005238db --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/_null.glif @@ -0,0 +1,6 @@ + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/a.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/a.glif new file mode 100755 index 000000000..f88844b09 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/a.glif @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/ampersand.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/ampersand.glif new file mode 100755 index 000000000..a6c00cf90 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/ampersand.glif @@ -0,0 +1,224 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/asciicircum.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/asciicircum.glif new file mode 100755 index 000000000..1f5c522ef --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/asciicircum.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/asciitilde.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/asciitilde.glif new file mode 100755 index 000000000..8fa669e1e --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/asciitilde.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/asterisk.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/asterisk.glif new file mode 100755 index 000000000..fadc92fce --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/asterisk.glif @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/at.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/at.glif new file mode 100755 index 000000000..0d9408d78 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/at.glif @@ -0,0 +1,302 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/b.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/b.glif new file mode 100755 index 000000000..246877b2b --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/b.glif @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/backslash.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/backslash.glif new file mode 100755 index 000000000..f6cba642a --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/backslash.glif @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/bar.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/bar.glif new file mode 100755 index 000000000..58efdcee5 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/bar.glif @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/braceleft.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/braceleft.glif new file mode 100755 index 000000000..051b34959 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/braceleft.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/braceright.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/braceright.glif new file mode 100755 index 000000000..3532ace8e --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/braceright.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/bracketleft.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/bracketleft.glif new file mode 100755 index 000000000..d0ef8d6b3 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/bracketleft.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/bracketright.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/bracketright.glif new file mode 100755 index 000000000..0317de41a --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/bracketright.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/breve.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/breve.glif new file mode 100755 index 000000000..f616a54ad --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/breve.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/bullet.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/bullet.glif new file mode 100755 index 000000000..1f7b66180 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/bullet.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/c.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/c.glif new file mode 100755 index 000000000..7331d3773 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/c.glif @@ -0,0 +1,114 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/caron.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/caron.glif new file mode 100755 index 000000000..86778855e --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/caron.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/circumflex.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/circumflex.glif new file mode 100755 index 000000000..d0ab4ce46 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/circumflex.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/colon.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/colon.glif new file mode 100755 index 000000000..4a32d6dfd --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/colon.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/comma.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/comma.glif new file mode 100755 index 000000000..56a8fdb93 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/comma.glif @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/contents.plist b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/contents.plist new file mode 100755 index 000000000..676b049e1 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/contents.plist @@ -0,0 +1,242 @@ + + + + + .notdef + _notdef.glif + .null + _null.glif + A + A_.glif + B + B_.glif + C + C_.glif + CR + CR_.glif + D + D_.glif + E + E_.glif + F + F_.glif + G + G_.glif + H + H_.glif + I + I_.glif + J + J_.glif + K + K_.glif + L + L_.glif + M + M_.glif + N + N_.glif + O + O_.glif + P + P_.glif + Q + Q_.glif + R + R_.glif + S + S_.glif + T + T_.glif + U + U_.glif + V + V_.glif + W + W_.glif + X + X_.glif + Y + Y_.glif + Z + Z_.glif + a + a.glif + ampersand + ampersand.glif + asciicircum + asciicircum.glif + asciitilde + asciitilde.glif + asterisk + asterisk.glif + at + at.glif + b + b.glif + backslash + backslash.glif + bar + bar.glif + braceleft + braceleft.glif + braceright + braceright.glif + bracketleft + bracketleft.glif + bracketright + bracketright.glif + breve + breve.glif + bullet + bullet.glif + c + c.glif + caron + caron.glif + circumflex + circumflex.glif + colon + colon.glif + comma + comma.glif + copyright + copyright.glif + d + d.glif + dollar + dollar.glif + dotaccent + dotaccent.glif + dotlessi + dotlessi.glif + e + e.glif + eight + eight.glif + emdash + emdash.glif + endash + endash.glif + equal + equal.glif + exclam + exclam.glif + f + f.glif + five + five.glif + four + four.glif + g + g.glif + g110 + g110.glif + grave + grave.glif + greater + greater.glif + h + h.glif + hungarumlaut + hungarumlaut.glif + hyphen + hyphen.glif + i + i.glif + j + j.glif + k + k.glif + l + l.glif + less + less.glif + m + m.glif + n + n.glif + nine + nine.glif + numbersign + numbersign.glif + o + o.glif + ogonek + ogonek.glif + one + one.glif + p + p.glif + parenleft + parenleft.glif + parenright + parenright.glif + percent + percent.glif + period + period.glif + plus + plus.glif + q + q.glif + question + question.glif + quotedbl + quotedbl.glif + quotedblleft + quotedblleft.glif + quotedblright + quotedblright.glif + quoteleft + quoteleft.glif + quoteright + quoteright.glif + quotesingle + quotesingle.glif + r + r.glif + registered + registered.glif + ring + ring.glif + s + s.glif + semicolon + semicolon.glif + seven + seven.glif + six + six.glif + slash + slash.glif + space + space.glif + t + t.glif + three + three.glif + tilde + tilde.glif + trademark + trademark.glif + two + two.glif + u + u.glif + underscore + underscore.glif + v + v.glif + w + w.glif + x + x.glif + y + y.glif + z + z.glif + zero + zero.glif + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/copyright.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/copyright.glif new file mode 100755 index 000000000..dfbee157c --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/copyright.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/d.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/d.glif new file mode 100755 index 000000000..9827f63f8 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/d.glif @@ -0,0 +1,81 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/dollar.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/dollar.glif new file mode 100755 index 000000000..862cd2c51 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/dollar.glif @@ -0,0 +1,195 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/dotaccent.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/dotaccent.glif new file mode 100755 index 000000000..68cd7587b --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/dotaccent.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/dotlessi.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/dotlessi.glif new file mode 100755 index 000000000..78b0994bd --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/dotlessi.glif @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/e.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/e.glif new file mode 100755 index 000000000..e54266a88 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/e.glif @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/eight.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/eight.glif new file mode 100755 index 000000000..cff67f813 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/eight.glif @@ -0,0 +1,159 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/emdash.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/emdash.glif new file mode 100755 index 000000000..7bb414f3a --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/emdash.glif @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/endash.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/endash.glif new file mode 100755 index 000000000..efe871d32 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/endash.glif @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/equal.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/equal.glif new file mode 100755 index 000000000..f67e244aa --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/equal.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/exclam.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/exclam.glif new file mode 100755 index 000000000..d6b1e6c6a --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/exclam.glif @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/f.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/f.glif new file mode 100755 index 000000000..09e46b66e --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/f.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/five.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/five.glif new file mode 100755 index 000000000..8c5cd838e --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/five.glif @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/four.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/four.glif new file mode 100755 index 000000000..deae52c78 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/four.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/g.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/g.glif new file mode 100755 index 000000000..e6056e067 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/g.glif @@ -0,0 +1,103 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/g110.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/g110.glif new file mode 100755 index 000000000..a80b63ace --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/g110.glif @@ -0,0 +1,6 @@ + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/grave.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/grave.glif new file mode 100755 index 000000000..de7c15c8f --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/grave.glif @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/greater.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/greater.glif new file mode 100755 index 000000000..de4f548aa --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/greater.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/h.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/h.glif new file mode 100755 index 000000000..00a24518e --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/h.glif @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/hungarumlaut.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/hungarumlaut.glif new file mode 100755 index 000000000..c8c6bd8f4 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/hungarumlaut.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/hyphen.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/hyphen.glif new file mode 100755 index 000000000..2e2e80054 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/hyphen.glif @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/i.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/i.glif new file mode 100755 index 000000000..5af2f1cee --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/i.glif @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/j.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/j.glif new file mode 100755 index 000000000..e0bbd30b2 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/j.glif @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/k.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/k.glif new file mode 100755 index 000000000..030fc7ba7 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/k.glif @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/l.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/l.glif new file mode 100755 index 000000000..55a5d591e --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/l.glif @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/less.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/less.glif new file mode 100755 index 000000000..a430dd7d4 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/less.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/m.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/m.glif new file mode 100755 index 000000000..8cdd2d740 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/m.glif @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/n.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/n.glif new file mode 100755 index 000000000..a266339d5 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/n.glif @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/nine.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/nine.glif new file mode 100755 index 000000000..411b43ffb --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/nine.glif @@ -0,0 +1,147 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/numbersign.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/numbersign.glif new file mode 100755 index 000000000..0fdb4f163 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/numbersign.glif @@ -0,0 +1,91 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/o.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/o.glif new file mode 100755 index 000000000..4b463820d --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/o.glif @@ -0,0 +1,104 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/ogonek.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/ogonek.glif new file mode 100755 index 000000000..c92abf92b --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/ogonek.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/one.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/one.glif new file mode 100755 index 000000000..adf3b0002 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/one.glif @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/p.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/p.glif new file mode 100755 index 000000000..1bc95f7c9 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/p.glif @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/parenleft.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/parenleft.glif new file mode 100755 index 000000000..52b2f0341 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/parenleft.glif @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/parenright.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/parenright.glif new file mode 100755 index 000000000..c69396a65 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/parenright.glif @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/percent.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/percent.glif new file mode 100755 index 000000000..eb601ac0a --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/percent.glif @@ -0,0 +1,183 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/period.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/period.glif new file mode 100755 index 000000000..700bb53e9 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/period.glif @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/plus.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/plus.glif new file mode 100755 index 000000000..fa3aa2d2f --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/plus.glif @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/q.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/q.glif new file mode 100755 index 000000000..f0b0a18a0 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/q.glif @@ -0,0 +1,113 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/question.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/question.glif new file mode 100755 index 000000000..4d1754841 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/question.glif @@ -0,0 +1,118 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/quotedbl.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/quotedbl.glif new file mode 100755 index 000000000..38e459a36 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/quotedbl.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/quotedblleft.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/quotedblleft.glif new file mode 100755 index 000000000..feb916bcd --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/quotedblleft.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/quotedblright.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/quotedblright.glif new file mode 100755 index 000000000..b94169180 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/quotedblright.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/quoteleft.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/quoteleft.glif new file mode 100755 index 000000000..5b2f3168d --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/quoteleft.glif @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/quoteright.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/quoteright.glif new file mode 100755 index 000000000..4306d974d --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/quoteright.glif @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/quotesingle.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/quotesingle.glif new file mode 100755 index 000000000..2b9886eac --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/quotesingle.glif @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/r.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/r.glif new file mode 100755 index 000000000..c08d10f95 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/r.glif @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/registered.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/registered.glif new file mode 100755 index 000000000..22731c232 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/registered.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/ring.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/ring.glif new file mode 100755 index 000000000..ac278d77d --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/ring.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/s.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/s.glif new file mode 100755 index 000000000..f0fd10d82 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/s.glif @@ -0,0 +1,150 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/semicolon.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/semicolon.glif new file mode 100755 index 000000000..c0e21443a --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/semicolon.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/seven.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/seven.glif new file mode 100755 index 000000000..3226ef5af --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/seven.glif @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/six.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/six.glif new file mode 100755 index 000000000..c068a9006 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/six.glif @@ -0,0 +1,141 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/slash.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/slash.glif new file mode 100755 index 000000000..5f7163820 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/slash.glif @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/space.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/space.glif new file mode 100755 index 000000000..64f893656 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/space.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/t.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/t.glif new file mode 100755 index 000000000..7c988790b --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/t.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/three.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/three.glif new file mode 100755 index 000000000..80b2750e7 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/three.glif @@ -0,0 +1,163 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/tilde.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/tilde.glif new file mode 100755 index 000000000..7bb3955c6 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/tilde.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/trademark.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/trademark.glif new file mode 100755 index 000000000..5be12dd35 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/trademark.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/two.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/two.glif new file mode 100755 index 000000000..cedaadec2 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/two.glif @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/u.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/u.glif new file mode 100755 index 000000000..0353df46f --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/u.glif @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/underscore.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/underscore.glif new file mode 100755 index 000000000..55a0f7404 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/underscore.glif @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/v.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/v.glif new file mode 100755 index 000000000..ef9402c5a --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/v.glif @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/w.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/w.glif new file mode 100755 index 000000000..4075f0a48 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/w.glif @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/x.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/x.glif new file mode 100755 index 000000000..70efe8e79 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/x.glif @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/y.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/y.glif new file mode 100755 index 000000000..c7b994013 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/y.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/z.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/z.glif new file mode 100755 index 000000000..a81f9fdff --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/z.glif @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/zero.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/zero.glif new file mode 100755 index 000000000..809e402c8 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/glyphs/zero.glif @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/lib.plist b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/lib.plist new file mode 100755 index 000000000..1858b0e39 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/lib.plist @@ -0,0 +1,258 @@ + + + + + com.schriftgestaltung.fontMasterID + 8BE3D8AB-9548-4F4F-99F2-20BA7C9D154D + com.schriftgestaltung.useNiceNames + + com.schriftgestaltung.weight + Bold + com.schriftgestaltung.weightValue + 700 + com.schriftgestaltung.widthValue + 5 + org.robofab.glyphOrder + + A + B + C + D + E + F + G + H + I + J + K + L + M + N + O + P + Q + R + S + T + U + V + W + X + Y + Z + a + b + c + d + dotlessi + e + f + g + h + i + j + k + l + m + n + o + p + q + r + s + t + u + v + w + x + y + z + zero + one + two + three + four + five + six + seven + eight + nine + asterisk + backslash + bullet + colon + comma + exclam + numbersign + period + question + quotedbl + quotesingle + semicolon + slash + underscore + braceleft + braceright + bracketleft + bracketright + parenleft + parenright + emdash + endash + hyphen + quotedblleft + quotedblright + quoteleft + quoteright + space + dollar + asciitilde + equal + greater + less + percent + plus + ampersand + at + bar + copyright + registered + trademark + asciicircum + breve + caron + circumflex + dotaccent + grave + hungarumlaut + ogonek + ring + tilde + g110 + uni000D + .notdef + .null + + public.glyphOrder + + A + B + C + D + E + F + G + H + I + J + K + L + M + N + O + P + Q + R + S + T + U + V + W + X + Y + Z + a + b + c + d + e + f + g + h + i + dotlessi + j + k + l + m + n + o + p + q + r + s + t + u + v + w + x + y + z + zero + one + two + three + four + five + six + seven + eight + nine + asterisk + backslash + bullet + colon + comma + exclam + numbersign + period + question + quotedbl + quotesingle + semicolon + slash + underscore + braceleft + braceright + bracketleft + bracketright + parenleft + parenright + emdash + endash + hyphen + quotedblleft + quotedblright + quoteleft + quoteright + space + CR + .notdef + .null + dollar + asciitilde + equal + greater + less + percent + plus + ampersand + asciicircum + at + bar + copyright + registered + trademark + breve + caron + circumflex + dotaccent + grave + hungarumlaut + ogonek + ring + tilde + g110 + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/metainfo.plist b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/metainfo.plist new file mode 100755 index 000000000..12a792239 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.ufo/metainfo.plist @@ -0,0 +1,10 @@ + + + + + creator + com.schriftgestaltung.GlyphsUFOExport + formatVersion + 2 + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Bold.vfb b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.vfb new file mode 100755 index 000000000..a7b3b5e46 Binary files /dev/null and b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.vfb differ diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Bold.vfbak b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.vfbak new file mode 100755 index 000000000..7ab9a9b1d Binary files /dev/null and b/theme_archit/static/src/fonts/source/Ostrich Sans Bold.vfbak differ diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/fontinfo.plist b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/fontinfo.plist new file mode 100755 index 000000000..c4870193d --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/fontinfo.plist @@ -0,0 +1,58 @@ + + + + + ascender + 750 + capHeight + 648 + descender + -250 + familyName + Ostrich Sans Dashed Medium + openTypeHeadCreated + 2011/05/25 16:47:22 + openTypeNameDesigner + Tyler Finck + openTypeNameDesignerURL + http://www.finck.co + openTypeNameManufacturer + The League of Moveable Type + openTypeNameManufacturerURL + http://www.theleagueofmoveabletype.com + openTypeNamePreferredFamilyName + Ostrich Sans Dashed + openTypeNamePreferredSubfamilyName + Medium + openTypeOS2WeightClass + 500 + openTypeOS2WidthClass + 5 + postscriptBlueValues + + + postscriptFontName + OstrichSansDashed-Medium + postscriptFullName + Ostrich Sans Dashed Medium + postscriptOtherBlues + + + postscriptUnderlinePosition + -75 + postscriptWeightName + Regular + styleMapStyleName + regular + styleName + Regular + unitsPerEm + 1000 + versionMajor + 1 + versionMinor + 1 + xHeight + 648 + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/A_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/A_.glif new file mode 100755 index 000000000..b5a036817 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/A_.glif @@ -0,0 +1,1714 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/B_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/B_.glif new file mode 100755 index 000000000..a169b3fd4 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/B_.glif @@ -0,0 +1,2321 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/CR_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/CR_.glif new file mode 100755 index 000000000..9da8eb11f --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/CR_.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/C_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/C_.glif new file mode 100755 index 000000000..d219a608a --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/C_.glif @@ -0,0 +1,1595 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/D_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/D_.glif new file mode 100755 index 000000000..e7a78554b --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/D_.glif @@ -0,0 +1,1966 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/E_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/E_.glif new file mode 100755 index 000000000..24100d5e6 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/E_.glif @@ -0,0 +1,1466 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/F_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/F_.glif new file mode 100755 index 000000000..75819fe9d --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/F_.glif @@ -0,0 +1,1223 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/G_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/G_.glif new file mode 100755 index 000000000..f58a66568 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/G_.glif @@ -0,0 +1,1874 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/H_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/H_.glif new file mode 100755 index 000000000..fe2859eff --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/H_.glif @@ -0,0 +1,1735 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/I_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/I_.glif new file mode 100755 index 000000000..da8b92c48 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/I_.glif @@ -0,0 +1,743 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/J_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/J_.glif new file mode 100755 index 000000000..e32ed87b8 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/J_.glif @@ -0,0 +1,1108 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/K_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/K_.glif new file mode 100755 index 000000000..6b9c3dac5 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/K_.glif @@ -0,0 +1,1673 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/L_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/L_.glif new file mode 100755 index 000000000..19a481419 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/L_.glif @@ -0,0 +1,999 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/M_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/M_.glif new file mode 100755 index 000000000..e159ec308 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/M_.glif @@ -0,0 +1,2884 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/N_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/N_.glif new file mode 100755 index 000000000..ccc042429 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/N_.glif @@ -0,0 +1,2214 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/O_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/O_.glif new file mode 100755 index 000000000..c353957e3 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/O_.glif @@ -0,0 +1,1948 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/P_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/P_.glif new file mode 100755 index 000000000..e65c8eded --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/P_.glif @@ -0,0 +1,1610 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/Q_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/Q_.glif new file mode 100755 index 000000000..2ee5cc430 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/Q_.glif @@ -0,0 +1,2143 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/R_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/R_.glif new file mode 100755 index 000000000..f92df3583 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/R_.glif @@ -0,0 +1,2143 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/S_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/S_.glif new file mode 100755 index 000000000..5fe02ef6d --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/S_.glif @@ -0,0 +1,1815 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/T_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/T_.glif new file mode 100755 index 000000000..750aa00f6 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/T_.glif @@ -0,0 +1,1096 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/U_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/U_.glif new file mode 100755 index 000000000..63d880fcc --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/U_.glif @@ -0,0 +1,1715 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/V_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/V_.glif new file mode 100755 index 000000000..967b375d4 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/V_.glif @@ -0,0 +1,1461 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/W_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/W_.glif new file mode 100755 index 000000000..d9c035e18 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/W_.glif @@ -0,0 +1,2897 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/X_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/X_.glif new file mode 100755 index 000000000..ca323f936 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/X_.glif @@ -0,0 +1,1600 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/Y_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/Y_.glif new file mode 100755 index 000000000..592fc53cb --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/Y_.glif @@ -0,0 +1,1227 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/Z_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/Z_.glif new file mode 100755 index 000000000..38cccf1a5 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/Z_.glif @@ -0,0 +1,1463 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/_notdef.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/_notdef.glif new file mode 100755 index 000000000..f55756fcb --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/_notdef.glif @@ -0,0 +1,6 @@ + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/_null.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/_null.glif new file mode 100755 index 000000000..1005238db --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/_null.glif @@ -0,0 +1,6 @@ + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/a.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/a.glif new file mode 100755 index 000000000..1ff6da565 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/a.glif @@ -0,0 +1,1714 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/ampersand.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/ampersand.glif new file mode 100755 index 000000000..adba7a0b1 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/ampersand.glif @@ -0,0 +1,2392 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/asciicircum.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/asciicircum.glif new file mode 100755 index 000000000..1f5c522ef --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/asciicircum.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/asciitilde.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/asciitilde.glif new file mode 100755 index 000000000..8fa669e1e --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/asciitilde.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/asterisk.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/asterisk.glif new file mode 100755 index 000000000..81df2579e --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/asterisk.glif @@ -0,0 +1,607 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/at.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/at.glif new file mode 100755 index 000000000..7f8abe5a6 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/at.glif @@ -0,0 +1,3777 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/b.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/b.glif new file mode 100755 index 000000000..7f7585e69 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/b.glif @@ -0,0 +1,2321 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/backslash.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/backslash.glif new file mode 100755 index 000000000..0d10d68f6 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/backslash.glif @@ -0,0 +1,768 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/bar.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/bar.glif new file mode 100755 index 000000000..785189a65 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/bar.glif @@ -0,0 +1,743 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/braceleft.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/braceleft.glif new file mode 100755 index 000000000..051b34959 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/braceleft.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/braceright.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/braceright.glif new file mode 100755 index 000000000..3532ace8e --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/braceright.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/bracketleft.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/bracketleft.glif new file mode 100755 index 000000000..d0ef8d6b3 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/bracketleft.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/bracketright.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/bracketright.glif new file mode 100755 index 000000000..0317de41a --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/bracketright.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/breve.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/breve.glif new file mode 100755 index 000000000..f616a54ad --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/breve.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/bullet.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/bullet.glif new file mode 100755 index 000000000..1f7b66180 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/bullet.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/c.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/c.glif new file mode 100755 index 000000000..3f68a3845 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/c.glif @@ -0,0 +1,1595 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/caron.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/caron.glif new file mode 100755 index 000000000..86778855e --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/caron.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/circumflex.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/circumflex.glif new file mode 100755 index 000000000..d0ab4ce46 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/circumflex.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/colon.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/colon.glif new file mode 100755 index 000000000..6c3a23a25 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/colon.glif @@ -0,0 +1,135 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/comma.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/comma.glif new file mode 100755 index 000000000..2e2a03a82 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/comma.glif @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/contents.plist b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/contents.plist new file mode 100755 index 000000000..1698f6ecd --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/contents.plist @@ -0,0 +1,244 @@ + + + + + .notdef + _notdef.glif + .null + _null.glif + A + A_.glif + B + B_.glif + C + C_.glif + CR + CR_.glif + D + D_.glif + E + E_.glif + F + F_.glif + G + G_.glif + H + H_.glif + I + I_.glif + J + J_.glif + K + K_.glif + L + L_.glif + M + M_.glif + N + N_.glif + O + O_.glif + P + P_.glif + Q + Q_.glif + R + R_.glif + S + S_.glif + T + T_.glif + U + U_.glif + V + V_.glif + W + W_.glif + X + X_.glif + Y + Y_.glif + Z + Z_.glif + a + a.glif + ampersand + ampersand.glif + asciicircum + asciicircum.glif + asciitilde + asciitilde.glif + asterisk + asterisk.glif + at + at.glif + b + b.glif + backslash + backslash.glif + bar + bar.glif + braceleft + braceleft.glif + braceright + braceright.glif + bracketleft + bracketleft.glif + bracketright + bracketright.glif + breve + breve.glif + bullet + bullet.glif + c + c.glif + caron + caron.glif + circumflex + circumflex.glif + colon + colon.glif + comma + comma.glif + copyright + copyright.glif + d + d.glif + dollar + dollar.glif + dotaccent + dotaccent.glif + dotlessi + dotlessi.glif + e + e.glif + eight + eight.glif + emdash + emdash.glif + endash + endash.glif + equal + equal.glif + exclam + exclam.glif + f + f.glif + five + five.glif + four + four.glif + g + g.glif + g73 + g73.glif + grave + grave.glif + greater + greater.glif + guilsinglright + guilsinglright.glif + h + h.glif + hungarumlaut + hungarumlaut.glif + hyphen + hyphen.glif + i + i.glif + j + j.glif + k + k.glif + l + l.glif + less + less.glif + m + m.glif + n + n.glif + nine + nine.glif + numbersign + numbersign.glif + o + o.glif + ogonek + ogonek.glif + one + one.glif + p + p.glif + parenleft + parenleft.glif + parenright + parenright.glif + percent + percent.glif + period + period.glif + plus + plus.glif + q + q.glif + question + question.glif + quotedbl + quotedbl.glif + quotedblleft + quotedblleft.glif + quotedblright + quotedblright.glif + quoteleft + quoteleft.glif + quoteright + quoteright.glif + quotesingle + quotesingle.glif + r + r.glif + registered + registered.glif + ring + ring.glif + s + s.glif + semicolon + semicolon.glif + seven + seven.glif + six + six.glif + slash + slash.glif + space + space.glif + t + t.glif + three + three.glif + tilde + tilde.glif + trademark + trademark.glif + two + two.glif + u + u.glif + underscore + underscore.glif + v + v.glif + w + w.glif + x + x.glif + y + y.glif + z + z.glif + zero + zero.glif + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/copyright.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/copyright.glif new file mode 100755 index 000000000..dfbee157c --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/copyright.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/d.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/d.glif new file mode 100755 index 000000000..862a8d0ba --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/d.glif @@ -0,0 +1,1966 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/dollar.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/dollar.glif new file mode 100755 index 000000000..b318f0a0d --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/dollar.glif @@ -0,0 +1,2289 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/dotaccent.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/dotaccent.glif new file mode 100755 index 000000000..68cd7587b --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/dotaccent.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/dotlessi.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/dotlessi.glif new file mode 100755 index 000000000..b876b976c --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/dotlessi.glif @@ -0,0 +1,743 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/e.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/e.glif new file mode 100755 index 000000000..aeddd40a3 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/e.glif @@ -0,0 +1,1466 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/eight.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/eight.glif new file mode 100755 index 000000000..118f869b5 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/eight.glif @@ -0,0 +1,2374 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/emdash.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/emdash.glif new file mode 100755 index 000000000..a67dc1772 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/emdash.glif @@ -0,0 +1,261 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/endash.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/endash.glif new file mode 100755 index 000000000..b5200ef67 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/endash.glif @@ -0,0 +1,261 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/equal.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/equal.glif new file mode 100755 index 000000000..3a67d991e --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/equal.glif @@ -0,0 +1,515 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/exclam.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/exclam.glif new file mode 100755 index 000000000..022974493 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/exclam.glif @@ -0,0 +1,647 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/f.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/f.glif new file mode 100755 index 000000000..539d704f2 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/f.glif @@ -0,0 +1,1223 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/five.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/five.glif new file mode 100755 index 000000000..49f643199 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/five.glif @@ -0,0 +1,1925 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/four.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/four.glif new file mode 100755 index 000000000..a66e81418 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/four.glif @@ -0,0 +1,1510 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/g.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/g.glif new file mode 100755 index 000000000..e80c74c2d --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/g.glif @@ -0,0 +1,1874 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/g73.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/g73.glif new file mode 100755 index 000000000..2dcb08e66 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/g73.glif @@ -0,0 +1,6 @@ + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/grave.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/grave.glif new file mode 100755 index 000000000..ccd41dd81 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/grave.glif @@ -0,0 +1,87 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/greater.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/greater.glif new file mode 100755 index 000000000..de4f548aa --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/greater.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/guilsinglright.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/guilsinglright.glif new file mode 100755 index 000000000..57819a1af --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/guilsinglright.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/h.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/h.glif new file mode 100755 index 000000000..f071a0bd6 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/h.glif @@ -0,0 +1,1735 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/hungarumlaut.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/hungarumlaut.glif new file mode 100755 index 000000000..c8c6bd8f4 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/hungarumlaut.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/hyphen.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/hyphen.glif new file mode 100755 index 000000000..d9d123bd8 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/hyphen.glif @@ -0,0 +1,261 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/i.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/i.glif new file mode 100755 index 000000000..85f028dbd --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/i.glif @@ -0,0 +1,743 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/j.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/j.glif new file mode 100755 index 000000000..f64ac4554 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/j.glif @@ -0,0 +1,1108 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/k.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/k.glif new file mode 100755 index 000000000..83fd7194f --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/k.glif @@ -0,0 +1,1673 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/l.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/l.glif new file mode 100755 index 000000000..a0e7b8072 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/l.glif @@ -0,0 +1,999 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/less.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/less.glif new file mode 100755 index 000000000..a430dd7d4 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/less.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/m.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/m.glif new file mode 100755 index 000000000..952ede051 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/m.glif @@ -0,0 +1,2884 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/n.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/n.glif new file mode 100755 index 000000000..b8278b5f2 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/n.glif @@ -0,0 +1,2214 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/nine.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/nine.glif new file mode 100755 index 000000000..e06b522e3 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/nine.glif @@ -0,0 +1,2139 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/numbersign.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/numbersign.glif new file mode 100755 index 000000000..771805f6a --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/numbersign.glif @@ -0,0 +1,2489 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/o.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/o.glif new file mode 100755 index 000000000..b42770b92 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/o.glif @@ -0,0 +1,1948 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/ogonek.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/ogonek.glif new file mode 100755 index 000000000..c92abf92b --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/ogonek.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/one.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/one.glif new file mode 100755 index 000000000..49c97ed38 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/one.glif @@ -0,0 +1,887 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/p.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/p.glif new file mode 100755 index 000000000..3e166eb37 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/p.glif @@ -0,0 +1,1610 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/parenleft.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/parenleft.glif new file mode 100755 index 000000000..582fe396c --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/parenleft.glif @@ -0,0 +1,911 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/parenright.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/parenright.glif new file mode 100755 index 000000000..fb2164151 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/parenright.glif @@ -0,0 +1,919 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/percent.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/percent.glif new file mode 100755 index 000000000..7774b5d79 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/percent.glif @@ -0,0 +1,2417 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/period.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/period.glif new file mode 100755 index 000000000..38a35855f --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/period.glif @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/plus.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/plus.glif new file mode 100755 index 000000000..00e08eece --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/plus.glif @@ -0,0 +1,673 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/q.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/q.glif new file mode 100755 index 000000000..985182d8d --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/q.glif @@ -0,0 +1,2143 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/question.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/question.glif new file mode 100755 index 000000000..aef4fb4db --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/question.glif @@ -0,0 +1,1144 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/quotedbl.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/quotedbl.glif new file mode 100755 index 000000000..7ac3c23d2 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/quotedbl.glif @@ -0,0 +1,167 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/quotedblleft.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/quotedblleft.glif new file mode 100755 index 000000000..f9fed2693 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/quotedblleft.glif @@ -0,0 +1,167 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/quotedblright.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/quotedblright.glif new file mode 100755 index 000000000..4df1625d9 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/quotedblright.glif @@ -0,0 +1,167 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/quoteleft.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/quoteleft.glif new file mode 100755 index 000000000..7cf9131ad --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/quoteleft.glif @@ -0,0 +1,87 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/quoteright.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/quoteright.glif new file mode 100755 index 000000000..580c68f45 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/quoteright.glif @@ -0,0 +1,87 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/quotesingle.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/quotesingle.glif new file mode 100755 index 000000000..f1aeddc5b --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/quotesingle.glif @@ -0,0 +1,87 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/r.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/r.glif new file mode 100755 index 000000000..1599cfcf7 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/r.glif @@ -0,0 +1,2143 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/registered.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/registered.glif new file mode 100755 index 000000000..22731c232 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/registered.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/ring.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/ring.glif new file mode 100755 index 000000000..ac278d77d --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/ring.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/s.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/s.glif new file mode 100755 index 000000000..d3ecb3daf --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/s.glif @@ -0,0 +1,1815 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/semicolon.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/semicolon.glif new file mode 100755 index 000000000..3bc95638a --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/semicolon.glif @@ -0,0 +1,167 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/seven.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/seven.glif new file mode 100755 index 000000000..f26f85106 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/seven.glif @@ -0,0 +1,1099 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/six.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/six.glif new file mode 100755 index 000000000..9e053784b --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/six.glif @@ -0,0 +1,2140 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/slash.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/slash.glif new file mode 100755 index 000000000..9289a50b1 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/slash.glif @@ -0,0 +1,753 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/space.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/space.glif new file mode 100755 index 000000000..71d3b6eb8 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/space.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/t.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/t.glif new file mode 100755 index 000000000..2fb03cb19 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/t.glif @@ -0,0 +1,1096 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/three.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/three.glif new file mode 100755 index 000000000..0a69a3cc5 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/three.glif @@ -0,0 +1,1891 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/tilde.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/tilde.glif new file mode 100755 index 000000000..7bb3955c6 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/tilde.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/trademark.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/trademark.glif new file mode 100755 index 000000000..a80d82a18 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/trademark.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/two.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/two.glif new file mode 100755 index 000000000..f2373dd7a --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/two.glif @@ -0,0 +1,1500 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/u.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/u.glif new file mode 100755 index 000000000..9ea2daf98 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/u.glif @@ -0,0 +1,1715 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/underscore.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/underscore.glif new file mode 100755 index 000000000..d64ee2249 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/underscore.glif @@ -0,0 +1,439 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/v.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/v.glif new file mode 100755 index 000000000..092c9dbb8 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/v.glif @@ -0,0 +1,1461 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/w.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/w.glif new file mode 100755 index 000000000..f0ca9b1b8 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/w.glif @@ -0,0 +1,2897 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/x.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/x.glif new file mode 100755 index 000000000..d0269bd7d --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/x.glif @@ -0,0 +1,1600 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/y.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/y.glif new file mode 100755 index 000000000..13ed9e51a --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/y.glif @@ -0,0 +1,1227 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/z.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/z.glif new file mode 100755 index 000000000..3a71c8a20 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/z.glif @@ -0,0 +1,1463 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/zero.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/zero.glif new file mode 100755 index 000000000..731889bb6 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/glyphs/zero.glif @@ -0,0 +1,1896 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/lib.plist b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/lib.plist new file mode 100755 index 000000000..1f11c9816 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/lib.plist @@ -0,0 +1,258 @@ + + + + + com.schriftgestaltung.fontMasterID + 1B47B916-E550-4989-8A02-C51CC476B655 + com.schriftgestaltung.useNiceNames + + com.schriftgestaltung.weightValue + 500 + com.schriftgestaltung.widthValue + 5 + org.robofab.glyphOrder + + A + B + C + D + E + F + G + H + I + J + K + L + M + N + O + P + Q + R + S + T + U + V + W + X + Y + Z + a + b + c + d + dotlessi + e + f + g + h + i + j + k + l + m + n + o + p + q + r + s + t + u + v + w + x + y + z + zero + one + two + three + four + five + six + seven + eight + nine + asterisk + backslash + bullet + colon + comma + exclam + numbersign + period + question + quotedbl + quotesingle + semicolon + slash + underscore + braceleft + braceright + bracketleft + bracketright + parenleft + parenright + emdash + endash + hyphen + guilsinglright + quotedblleft + quotedblright + quoteleft + quoteright + space + dollar + asciitilde + equal + greater + less + percent + plus + ampersand + at + bar + copyright + registered + trademark + asciicircum + breve + caron + circumflex + dotaccent + grave + hungarumlaut + ogonek + ring + tilde + g73 + uni000D + .notdef + .null + + public.glyphOrder + + A + B + C + D + E + F + G + H + I + J + K + L + M + N + O + P + Q + R + S + T + U + V + W + X + Y + Z + a + b + c + d + e + f + g + h + i + dotlessi + j + k + l + m + n + o + p + q + r + s + t + u + v + w + x + y + z + zero + one + two + three + four + five + six + seven + eight + nine + asterisk + backslash + bullet + colon + comma + exclam + numbersign + period + question + quotedbl + quotesingle + semicolon + slash + underscore + braceleft + braceright + bracketleft + bracketright + parenleft + parenright + emdash + endash + hyphen + guilsinglright + quotedblleft + quotedblright + quoteleft + quoteright + space + CR + .notdef + .null + dollar + asciitilde + equal + greater + less + percent + plus + ampersand + asciicircum + at + bar + copyright + registered + trademark + breve + caron + circumflex + dotaccent + grave + hungarumlaut + ogonek + ring + tilde + g73 + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/metainfo.plist b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/metainfo.plist new file mode 100755 index 000000000..12a792239 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Dashed.ufo/metainfo.plist @@ -0,0 +1,10 @@ + + + + + creator + com.schriftgestaltung.GlyphsUFOExport + formatVersion + 2 + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/fontinfo.plist b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/fontinfo.plist new file mode 100755 index 000000000..c1241cad1 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/fontinfo.plist @@ -0,0 +1,56 @@ + + + + + ascender + 674 + capHeight + 674 + copyright + Copyright (c) 2013 by The League of Moveable Type. All rights reserved. + descender + -169 + description + Copyright (c) 2013 by The League of Moveable Type. All rights reserved. + familyName + Ostrich Sans Heavy + openTypeHeadCreated + 2014/01/28 12:47:00 + openTypeNameDesigner + Tyler Finck + openTypeNameDesignerURL + http://www.finck.co + openTypeNameManufacturer + The League of Moveable Type + openTypeNameManufacturerURL + http://www.theleagueofmoveabletype.com + openTypeNamePreferredFamilyName + Ostrich Sans + openTypeNamePreferredSubfamilyName + Heavy + openTypeOS2WeightClass + 400 + openTypeOS2WidthClass + 5 + postscriptBlueValues + + 0 + 0 + + postscriptOtherBlues + + + styleMapStyleName + regular + styleName + Regular + unitsPerEm + 1000 + versionMajor + 1 + versionMinor + 2 + xHeight + 674 + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/AE_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/AE_.glif new file mode 100755 index 000000000..c8fb5ab4d --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/AE_.glif @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/AEacute_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/AEacute_.glif new file mode 100755 index 000000000..4563841bf --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/AEacute_.glif @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/A_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/A_.glif new file mode 100755 index 000000000..292a8ff94 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/A_.glif @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Aacute_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Aacute_.glif new file mode 100755 index 000000000..4f30971e6 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Aacute_.glif @@ -0,0 +1,57 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Acircumflex_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Acircumflex_.glif new file mode 100755 index 000000000..27cd2eecb --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Acircumflex_.glif @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Acute_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Acute_.glif new file mode 100755 index 000000000..6abb2631c --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Acute_.glif @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Adieresis_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Adieresis_.glif new file mode 100755 index 000000000..a88ee67bd --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Adieresis_.glif @@ -0,0 +1,79 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Agrave_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Agrave_.glif new file mode 100755 index 000000000..e31a3ec5c --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Agrave_.glif @@ -0,0 +1,57 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Amacron_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Amacron_.glif new file mode 100755 index 000000000..5814c3a69 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Amacron_.glif @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Aring_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Aring_.glif new file mode 100755 index 000000000..57132a029 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Aring_.glif @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Atilde_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Atilde_.glif new file mode 100755 index 000000000..ab1385a94 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Atilde_.glif @@ -0,0 +1,81 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/B_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/B_.glif new file mode 100755 index 000000000..8df2fe4a0 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/B_.glif @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Breve_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Breve_.glif new file mode 100755 index 000000000..669828356 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Breve_.glif @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/CR_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/CR_.glif new file mode 100755 index 000000000..9da8eb11f --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/CR_.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/C_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/C_.glif new file mode 100755 index 000000000..e6bb9b0b0 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/C_.glif @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Cacute_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Cacute_.glif new file mode 100755 index 000000000..b9ae39ffb --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Cacute_.glif @@ -0,0 +1,82 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Caron_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Caron_.glif new file mode 100755 index 000000000..e14430954 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Caron_.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Ccaron_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Ccaron_.glif new file mode 100755 index 000000000..026019308 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Ccaron_.glif @@ -0,0 +1,95 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Ccedilla_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Ccedilla_.glif new file mode 100755 index 000000000..7782a5123 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Ccedilla_.glif @@ -0,0 +1,104 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Ccircumflex_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Ccircumflex_.glif new file mode 100755 index 000000000..889ec60ad --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Ccircumflex_.glif @@ -0,0 +1,95 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Cdotaccent_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Cdotaccent_.glif new file mode 100755 index 000000000..967d24759 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Cdotaccent_.glif @@ -0,0 +1,86 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Cedilla_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Cedilla_.glif new file mode 100755 index 000000000..329eda1a5 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Cedilla_.glif @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Circumflex_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Circumflex_.glif new file mode 100755 index 000000000..8134613cc --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Circumflex_.glif @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/D_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/D_.glif new file mode 100755 index 000000000..13b13d159 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/D_.glif @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Dcaron_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Dcaron_.glif new file mode 100755 index 000000000..3b6af954c --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Dcaron_.glif @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Dcroat_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Dcroat_.glif new file mode 100755 index 000000000..49d22b2d1 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Dcroat_.glif @@ -0,0 +1,57 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Dieresis_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Dieresis_.glif new file mode 100755 index 000000000..adaac5d0d --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Dieresis_.glif @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/E_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/E_.glif new file mode 100755 index 000000000..c3071e68f --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/E_.glif @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Eacute_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Eacute_.glif new file mode 100755 index 000000000..dd4e885ee --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Eacute_.glif @@ -0,0 +1,59 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Ebreve_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Ebreve_.glif new file mode 100755 index 000000000..b8c88f0de --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Ebreve_.glif @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Ecaron_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Ecaron_.glif new file mode 100755 index 000000000..98b2be014 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Ecaron_.glif @@ -0,0 +1,72 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Ecircumflex_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Ecircumflex_.glif new file mode 100755 index 000000000..9a04ee8d2 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Ecircumflex_.glif @@ -0,0 +1,72 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Edieresis_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Edieresis_.glif new file mode 100755 index 000000000..98da7e232 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Edieresis_.glif @@ -0,0 +1,81 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Edotaccent_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Edotaccent_.glif new file mode 100755 index 000000000..b3be0e71b --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Edotaccent_.glif @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Egrave_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Egrave_.glif new file mode 100755 index 000000000..ed6d49c86 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Egrave_.glif @@ -0,0 +1,59 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Emacron_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Emacron_.glif new file mode 100755 index 000000000..bc89fa165 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Emacron_.glif @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Eth_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Eth_.glif new file mode 100755 index 000000000..01670ce5b --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Eth_.glif @@ -0,0 +1,55 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Euro_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Euro_.glif new file mode 100755 index 000000000..3c9b988e6 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Euro_.glif @@ -0,0 +1,87 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/F_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/F_.glif new file mode 100755 index 000000000..2382a1c9c --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/F_.glif @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/G_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/G_.glif new file mode 100755 index 000000000..c56751547 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/G_.glif @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Gbreve_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Gbreve_.glif new file mode 100755 index 000000000..04428795e --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Gbreve_.glif @@ -0,0 +1,83 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Gcircumflex_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Gcircumflex_.glif new file mode 100755 index 000000000..1694ba0ea --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Gcircumflex_.glif @@ -0,0 +1,89 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Gcommaaccent_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Gcommaaccent_.glif new file mode 100755 index 000000000..c9a0ea18e --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Gcommaaccent_.glif @@ -0,0 +1,80 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Gdotaccent_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Gdotaccent_.glif new file mode 100755 index 000000000..d843877d7 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Gdotaccent_.glif @@ -0,0 +1,80 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Grave_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Grave_.glif new file mode 100755 index 000000000..fb041664d --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Grave_.glif @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/H_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/H_.glif new file mode 100755 index 000000000..dacd05f06 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/H_.glif @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Hcircumflex_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Hcircumflex_.glif new file mode 100755 index 000000000..6e33abe67 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Hcircumflex_.glif @@ -0,0 +1,72 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/I_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/I_.glif new file mode 100755 index 000000000..5998b648f --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/I_.glif @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Iacute_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Iacute_.glif new file mode 100755 index 000000000..0e88a3039 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Iacute_.glif @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Ibreve_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Ibreve_.glif new file mode 100755 index 000000000..4caee9590 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Ibreve_.glif @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Icircumflex_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Icircumflex_.glif new file mode 100755 index 000000000..11158867d --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Icircumflex_.glif @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Idieresis_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Idieresis_.glif new file mode 100755 index 000000000..32df03c54 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Idieresis_.glif @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Idotaccent_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Idotaccent_.glif new file mode 100755 index 000000000..662af7b87 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Idotaccent_.glif @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Igrave_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Igrave_.glif new file mode 100755 index 000000000..ffbceb77b --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Igrave_.glif @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Imacron_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Imacron_.glif new file mode 100755 index 000000000..410e5bb69 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Imacron_.glif @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Itilde_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Itilde_.glif new file mode 100755 index 000000000..eed650546 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Itilde_.glif @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/J_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/J_.glif new file mode 100755 index 000000000..5632bf166 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/J_.glif @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Jcircumflex_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Jcircumflex_.glif new file mode 100755 index 000000000..ddebc0b14 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Jcircumflex_.glif @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/K_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/K_.glif new file mode 100755 index 000000000..5f7170485 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/K_.glif @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Kcommaaccent_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Kcommaaccent_.glif new file mode 100755 index 000000000..8a65c78e8 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Kcommaaccent_.glif @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/L_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/L_.glif new file mode 100755 index 000000000..ec606c438 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/L_.glif @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Lacute_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Lacute_.glif new file mode 100755 index 000000000..6d7e9f6bc --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Lacute_.glif @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Lcaron_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Lcaron_.glif new file mode 100755 index 000000000..63ddf5347 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Lcaron_.glif @@ -0,0 +1,57 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Lcommaaccent_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Lcommaaccent_.glif new file mode 100755 index 000000000..a9f8c893b --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Lcommaaccent_.glif @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Lslash_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Lslash_.glif new file mode 100755 index 000000000..edd606951 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Lslash_.glif @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/M_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/M_.glif new file mode 100755 index 000000000..4d1ada6f6 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/M_.glif @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Macron_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Macron_.glif new file mode 100755 index 000000000..238433fae --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Macron_.glif @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/N_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/N_.glif new file mode 100755 index 000000000..6326c0b44 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/N_.glif @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Nacute_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Nacute_.glif new file mode 100755 index 000000000..24b1cc54b --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Nacute_.glif @@ -0,0 +1,57 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Ncaron_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Ncaron_.glif new file mode 100755 index 000000000..faa32f041 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Ncaron_.glif @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Ncommaaccent_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Ncommaaccent_.glif new file mode 100755 index 000000000..0a22067fa --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Ncommaaccent_.glif @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Ntilde_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Ntilde_.glif new file mode 100755 index 000000000..f7bf5cbb6 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Ntilde_.glif @@ -0,0 +1,81 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/OE_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/OE_.glif new file mode 100755 index 000000000..60f0fec4e --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/OE_.glif @@ -0,0 +1,55 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/O_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/O_.glif new file mode 100755 index 000000000..1ec3da96f --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/O_.glif @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Oacute_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Oacute_.glif new file mode 100755 index 000000000..6431858fb --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Oacute_.glif @@ -0,0 +1,59 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Obreve_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Obreve_.glif new file mode 100755 index 000000000..24e384c54 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Obreve_.glif @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Ocircumflex_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Ocircumflex_.glif new file mode 100755 index 000000000..b93c2965d --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Ocircumflex_.glif @@ -0,0 +1,72 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Odieresis_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Odieresis_.glif new file mode 100755 index 000000000..e00f681d8 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Odieresis_.glif @@ -0,0 +1,81 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Ograve_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Ograve_.glif new file mode 100755 index 000000000..d81caf3f1 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Ograve_.glif @@ -0,0 +1,59 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Omacron_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Omacron_.glif new file mode 100755 index 000000000..41fd6fad4 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Omacron_.glif @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Oslash_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Oslash_.glif new file mode 100755 index 000000000..1859f1760 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Oslash_.glif @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Oslashacute_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Oslashacute_.glif new file mode 100755 index 000000000..66337cbf9 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Oslashacute_.glif @@ -0,0 +1,77 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Otilde_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Otilde_.glif new file mode 100755 index 000000000..b9614c5b6 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Otilde_.glif @@ -0,0 +1,83 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/P_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/P_.glif new file mode 100755 index 000000000..a81a8703d --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/P_.glif @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Q_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Q_.glif new file mode 100755 index 000000000..154616529 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Q_.glif @@ -0,0 +1,59 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/R_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/R_.glif new file mode 100755 index 000000000..a4daf8757 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/R_.glif @@ -0,0 +1,58 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Racute_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Racute_.glif new file mode 100755 index 000000000..c671dc274 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Racute_.glif @@ -0,0 +1,72 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Rcaron_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Rcaron_.glif new file mode 100755 index 000000000..823070878 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Rcaron_.glif @@ -0,0 +1,85 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Rcommaaccent_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Rcommaaccent_.glif new file mode 100755 index 000000000..fe4eea5cb --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Rcommaaccent_.glif @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Ring_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Ring_.glif new file mode 100755 index 000000000..66fca0f7a --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Ring_.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/S_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/S_.glif new file mode 100755 index 000000000..feb8da36b --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/S_.glif @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Sacute_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Sacute_.glif new file mode 100755 index 000000000..179567787 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Sacute_.glif @@ -0,0 +1,82 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Scaron_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Scaron_.glif new file mode 100755 index 000000000..78960bbc9 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Scaron_.glif @@ -0,0 +1,95 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Scedilla_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Scedilla_.glif new file mode 100755 index 000000000..e100a6c60 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Scedilla_.glif @@ -0,0 +1,104 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Scircumflex_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Scircumflex_.glif new file mode 100755 index 000000000..e09722d2e --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Scircumflex_.glif @@ -0,0 +1,95 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/T_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/T_.glif new file mode 100755 index 000000000..ac86aa761 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/T_.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Tcaron_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Tcaron_.glif new file mode 100755 index 000000000..a1a1edaae --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Tcaron_.glif @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Tcommaaccent_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Tcommaaccent_.glif new file mode 100755 index 000000000..88165fbad --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Tcommaaccent_.glif @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Thorn_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Thorn_.glif new file mode 100755 index 000000000..538dacf0b --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Thorn_.glif @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Tilde_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Tilde_.glif new file mode 100755 index 000000000..972670e39 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Tilde_.glif @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/U_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/U_.glif new file mode 100755 index 000000000..d12339932 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/U_.glif @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Uacute_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Uacute_.glif new file mode 100755 index 000000000..2a658f737 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Uacute_.glif @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Ubreve_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Ubreve_.glif new file mode 100755 index 000000000..59884fc55 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Ubreve_.glif @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Ucircumflex_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Ucircumflex_.glif new file mode 100755 index 000000000..f7db7ed87 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Ucircumflex_.glif @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Udieresis_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Udieresis_.glif new file mode 100755 index 000000000..8aa4383b9 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Udieresis_.glif @@ -0,0 +1,75 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Ugrave_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Ugrave_.glif new file mode 100755 index 000000000..10697255f --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Ugrave_.glif @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Umacron_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Umacron_.glif new file mode 100755 index 000000000..55efc171c --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Umacron_.glif @@ -0,0 +1,57 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Uring_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Uring_.glif new file mode 100755 index 000000000..5bfe5358b --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Uring_.glif @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Utilde_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Utilde_.glif new file mode 100755 index 000000000..4059ffce1 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Utilde_.glif @@ -0,0 +1,77 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/V_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/V_.glif new file mode 100755 index 000000000..37193fb5e --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/V_.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/W_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/W_.glif new file mode 100755 index 000000000..2852b6011 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/W_.glif @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Wacute_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Wacute_.glif new file mode 100755 index 000000000..04721134b --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Wacute_.glif @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Wcircumflex_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Wcircumflex_.glif new file mode 100755 index 000000000..c070e4cac --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Wcircumflex_.glif @@ -0,0 +1,79 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Wdieresis_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Wdieresis_.glif new file mode 100755 index 000000000..a6429f8a6 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Wdieresis_.glif @@ -0,0 +1,88 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Wgrave_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Wgrave_.glif new file mode 100755 index 000000000..9efd04e95 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Wgrave_.glif @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/X_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/X_.glif new file mode 100755 index 000000000..5ca306b47 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/X_.glif @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Y_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Y_.glif new file mode 100755 index 000000000..f2cb84329 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Y_.glif @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Yacute_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Yacute_.glif new file mode 100755 index 000000000..4a97087d5 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Yacute_.glif @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Ycircumflex_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Ycircumflex_.glif new file mode 100755 index 000000000..ac5cdb979 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Ycircumflex_.glif @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Ydieresis_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Ydieresis_.glif new file mode 100755 index 000000000..7841dfd35 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Ydieresis_.glif @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Ygrave_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Ygrave_.glif new file mode 100755 index 000000000..209af4ada --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Ygrave_.glif @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Z_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Z_.glif new file mode 100755 index 000000000..f148dcc39 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Z_.glif @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Zacute_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Zacute_.glif new file mode 100755 index 000000000..f5c6c9702 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Zacute_.glif @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Zcaron_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Zcaron_.glif new file mode 100755 index 000000000..b522e4e3d --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Zcaron_.glif @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Zdotaccent_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Zdotaccent_.glif new file mode 100755 index 000000000..33836eac8 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/Zdotaccent_.glif @@ -0,0 +1,55 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/_notdef.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/_notdef.glif new file mode 100755 index 000000000..f55756fcb --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/_notdef.glif @@ -0,0 +1,6 @@ + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/a.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/a.glif new file mode 100755 index 000000000..bb277616c --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/a.glif @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/aacute.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/aacute.glif new file mode 100755 index 000000000..02b53b500 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/aacute.glif @@ -0,0 +1,57 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/acircumflex.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/acircumflex.glif new file mode 100755 index 000000000..2cc89cdb7 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/acircumflex.glif @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/acute.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/acute.glif new file mode 100755 index 000000000..f7d36a2cf --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/acute.glif @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/adieresis.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/adieresis.glif new file mode 100755 index 000000000..6562789f2 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/adieresis.glif @@ -0,0 +1,79 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/ae.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/ae.glif new file mode 100755 index 000000000..e90a1dd96 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/ae.glif @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/aeacute.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/aeacute.glif new file mode 100755 index 000000000..b7589dad9 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/aeacute.glif @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/agrave.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/agrave.glif new file mode 100755 index 000000000..e0c160072 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/agrave.glif @@ -0,0 +1,57 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/amacron.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/amacron.glif new file mode 100755 index 000000000..10fc6c689 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/amacron.glif @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/ampersand.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/ampersand.glif new file mode 100755 index 000000000..237dc994e --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/ampersand.glif @@ -0,0 +1,87 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/aring.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/aring.glif new file mode 100755 index 000000000..8c6d3e3dd --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/aring.glif @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/asciicircum.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/asciicircum.glif new file mode 100755 index 000000000..bf3ae2b91 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/asciicircum.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/asciitilde.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/asciitilde.glif new file mode 100755 index 000000000..e0567dfc6 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/asciitilde.glif @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/asterisk.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/asterisk.glif new file mode 100755 index 000000000..c96d10eae --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/asterisk.glif @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/at.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/at.glif new file mode 100755 index 000000000..c25f6f87a --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/at.glif @@ -0,0 +1,165 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/atilde.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/atilde.glif new file mode 100755 index 000000000..2788ca4d4 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/atilde.glif @@ -0,0 +1,81 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/b.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/b.glif new file mode 100755 index 000000000..d68e29009 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/b.glif @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/backslash.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/backslash.glif new file mode 100755 index 000000000..4de81a785 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/backslash.glif @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/bar.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/bar.glif new file mode 100755 index 000000000..7976bd6d4 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/bar.glif @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/breve.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/breve.glif new file mode 100755 index 000000000..971753b26 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/breve.glif @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/bullet.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/bullet.glif new file mode 100755 index 000000000..57b29a076 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/bullet.glif @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/c.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/c.glif new file mode 100755 index 000000000..f8762d8e3 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/c.glif @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/cacute.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/cacute.glif new file mode 100755 index 000000000..d4b8235bd --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/cacute.glif @@ -0,0 +1,82 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/caron.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/caron.glif new file mode 100755 index 000000000..c3940d690 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/caron.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/ccaron.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/ccaron.glif new file mode 100755 index 000000000..5f64f98d5 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/ccaron.glif @@ -0,0 +1,95 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/ccedilla.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/ccedilla.glif new file mode 100755 index 000000000..1adc1e259 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/ccedilla.glif @@ -0,0 +1,104 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/ccircumflex.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/ccircumflex.glif new file mode 100755 index 000000000..a2ab084f1 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/ccircumflex.glif @@ -0,0 +1,95 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/cdotaccent.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/cdotaccent.glif new file mode 100755 index 000000000..fc39e1580 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/cdotaccent.glif @@ -0,0 +1,86 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/cedilla.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/cedilla.glif new file mode 100755 index 000000000..ed3a6d26a --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/cedilla.glif @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/circumflex.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/circumflex.glif new file mode 100755 index 000000000..74587a99b --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/circumflex.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/colon.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/colon.glif new file mode 100755 index 000000000..91e713711 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/colon.glif @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/comma.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/comma.glif new file mode 100755 index 000000000..7f7d22ebc --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/comma.glif @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/commaaccent.cap.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/commaaccent.cap.glif new file mode 100755 index 000000000..252cf20c6 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/commaaccent.cap.glif @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/commaaccent.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/commaaccent.glif new file mode 100755 index 000000000..c8fd72c1b --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/commaaccent.glif @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/contents.plist b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/contents.plist new file mode 100755 index 000000000..9f69df388 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/contents.plist @@ -0,0 +1,626 @@ + + + + + .notdef + _notdef.glif + A + A_.glif + AE + AE_.glif + AEacute + AEacute_.glif + Aacute + Aacute_.glif + Acircumflex + Acircumflex_.glif + Acute + Acute_.glif + Adieresis + Adieresis_.glif + Agrave + Agrave_.glif + Amacron + Amacron_.glif + Aring + Aring_.glif + Atilde + Atilde_.glif + B + B_.glif + Breve + Breve_.glif + C + C_.glif + CR + CR_.glif + Cacute + Cacute_.glif + Caron + Caron_.glif + Ccaron + Ccaron_.glif + Ccedilla + Ccedilla_.glif + Ccircumflex + Ccircumflex_.glif + Cdotaccent + Cdotaccent_.glif + Cedilla + Cedilla_.glif + Circumflex + Circumflex_.glif + D + D_.glif + Dcaron + Dcaron_.glif + Dcroat + Dcroat_.glif + Dieresis + Dieresis_.glif + E + E_.glif + Eacute + Eacute_.glif + Ebreve + Ebreve_.glif + Ecaron + Ecaron_.glif + Ecircumflex + Ecircumflex_.glif + Edieresis + Edieresis_.glif + Edotaccent + Edotaccent_.glif + Egrave + Egrave_.glif + Emacron + Emacron_.glif + Eth + Eth_.glif + Euro + Euro_.glif + F + F_.glif + G + G_.glif + Gbreve + Gbreve_.glif + Gcircumflex + Gcircumflex_.glif + Gcommaaccent + Gcommaaccent_.glif + Gdotaccent + Gdotaccent_.glif + Grave + Grave_.glif + H + H_.glif + Hcircumflex + Hcircumflex_.glif + I + I_.glif + Iacute + Iacute_.glif + Ibreve + Ibreve_.glif + Icircumflex + Icircumflex_.glif + Idieresis + Idieresis_.glif + Idotaccent + Idotaccent_.glif + Igrave + Igrave_.glif + Imacron + Imacron_.glif + Itilde + Itilde_.glif + J + J_.glif + Jcircumflex + Jcircumflex_.glif + K + K_.glif + Kcommaaccent + Kcommaaccent_.glif + L + L_.glif + Lacute + Lacute_.glif + Lcaron + Lcaron_.glif + Lcommaaccent + Lcommaaccent_.glif + Lslash + Lslash_.glif + M + M_.glif + Macron + Macron_.glif + N + N_.glif + Nacute + Nacute_.glif + Ncaron + Ncaron_.glif + Ncommaaccent + Ncommaaccent_.glif + Ntilde + Ntilde_.glif + O + O_.glif + OE + OE_.glif + Oacute + Oacute_.glif + Obreve + Obreve_.glif + Ocircumflex + Ocircumflex_.glif + Odieresis + Odieresis_.glif + Ograve + Ograve_.glif + Omacron + Omacron_.glif + Oslash + Oslash_.glif + Oslashacute + Oslashacute_.glif + Otilde + Otilde_.glif + P + P_.glif + Q + Q_.glif + R + R_.glif + Racute + Racute_.glif + Rcaron + Rcaron_.glif + Rcommaaccent + Rcommaaccent_.glif + Ring + Ring_.glif + S + S_.glif + Sacute + Sacute_.glif + Scaron + Scaron_.glif + Scedilla + Scedilla_.glif + Scircumflex + Scircumflex_.glif + T + T_.glif + Tcaron + Tcaron_.glif + Tcommaaccent + Tcommaaccent_.glif + Thorn + Thorn_.glif + Tilde + Tilde_.glif + U + U_.glif + Uacute + Uacute_.glif + Ubreve + Ubreve_.glif + Ucircumflex + Ucircumflex_.glif + Udieresis + Udieresis_.glif + Ugrave + Ugrave_.glif + Umacron + Umacron_.glif + Uring + Uring_.glif + Utilde + Utilde_.glif + V + V_.glif + W + W_.glif + Wacute + Wacute_.glif + Wcircumflex + Wcircumflex_.glif + Wdieresis + Wdieresis_.glif + Wgrave + Wgrave_.glif + X + X_.glif + Y + Y_.glif + Yacute + Yacute_.glif + Ycircumflex + Ycircumflex_.glif + Ydieresis + Ydieresis_.glif + Ygrave + Ygrave_.glif + Z + Z_.glif + Zacute + Zacute_.glif + Zcaron + Zcaron_.glif + Zdotaccent + Zdotaccent_.glif + a + a.glif + aacute + aacute.glif + acircumflex + acircumflex.glif + acute + acute.glif + adieresis + adieresis.glif + ae + ae.glif + aeacute + aeacute.glif + agrave + agrave.glif + amacron + amacron.glif + ampersand + ampersand.glif + aring + aring.glif + asciicircum + asciicircum.glif + asciitilde + asciitilde.glif + asterisk + asterisk.glif + at + at.glif + atilde + atilde.glif + b + b.glif + backslash + backslash.glif + bar + bar.glif + breve + breve.glif + bullet + bullet.glif + c + c.glif + cacute + cacute.glif + caron + caron.glif + ccaron + ccaron.glif + ccedilla + ccedilla.glif + ccircumflex + ccircumflex.glif + cdotaccent + cdotaccent.glif + cedilla + cedilla.glif + circumflex + circumflex.glif + colon + colon.glif + comma + comma.glif + commaaccent + commaaccent.glif + commaaccent.cap + commaaccent.cap.glif + copyright + copyright.glif + d + d.glif + dcaron + dcaron.glif + dcroat + dcroat.glif + degree + degree.glif + dieresis + dieresis.glif + divide + divide.glif + dollar + dollar.glif + dotaccent + dotaccent.glif + dotlessi + dotlessi.glif + e + e.glif + eacute + eacute.glif + ebreve + ebreve.glif + ecaron + ecaron.glif + ecircumflex + ecircumflex.glif + edieresis + edieresis.glif + edotaccent + edotaccent.glif + egrave + egrave.glif + eight + eight.glif + emacron + emacron.glif + emdash + emdash.glif + endash + endash.glif + equal + equal.glif + eth + eth.glif + exclam + exclam.glif + exclamdown + exclamdown.glif + f + f.glif + five + five.glif + four + four.glif + fraction + fraction.glif + g + g.glif + gbreve + gbreve.glif + gcircumflex + gcircumflex.glif + gcommaaccent + gcommaaccent.glif + gdotaccent + gdotaccent.glif + germandbls + germandbls.glif + grave + grave.glif + greater + greater.glif + h + h.glif + hcircumflex + hcircumflex.glif + hyphen + hyphen.glif + i + i.glif + iacute + iacute.glif + ibreve + ibreve.glif + icircumflex + icircumflex.glif + idieresis + idieresis.glif + igrave + igrave.glif + imacron + imacron.glif + itilde + itilde.glif + j + j.glif + jcircumflex + jcircumflex.glif + k + k.glif + kcommaaccent + kcommaaccent.glif + l + l.glif + lacute + lacute.glif + lcommaaccent + lcommaaccent.glif + less + less.glif + lslash + lslash.glif + m + m.glif + macron + macron.glif + multiply + multiply.glif + n + n.glif + nacute + nacute.glif + ncaron + ncaron.glif + ncommaaccent + ncommaaccent.glif + nine + nine.glif + ntilde + ntilde.glif + numbersign + numbersign.glif + o + o.glif + oacute + oacute.glif + obreve + obreve.glif + ocircumflex + ocircumflex.glif + odieresis + odieresis.glif + oe + oe.glif + ograve + ograve.glif + omacron + omacron.glif + one + one.glif + ordmasculine + ordmasculine.glif + oslash + oslash.glif + oslashacute + oslashacute.glif + otilde + otilde.glif + p + p.glif + parenleft + parenleft.glif + parenright + parenright.glif + percent + percent.glif + period + period.glif + periodcentered + periodcentered.glif + plus + plus.glif + q + q.glif + question + question.glif + questiondown + questiondown.glif + quotedbl + quotedbl.glif + quotedblleft + quotedblleft.glif + quotedblright + quotedblright.glif + quoteleft + quoteleft.glif + quoteright + quoteright.glif + quotesingle + quotesingle.glif + r + r.glif + racute + racute.glif + rcaron + rcaron.glif + rcommaaccent + rcommaaccent.glif + registered + registered.glif + ring + ring.glif + s + s.glif + sacute + sacute.glif + scaron + scaron.glif + scedilla + scedilla.glif + scircumflex + scircumflex.glif + semicolon + semicolon.glif + seven + seven.glif + six + six.glif + slash + slash.glif + space + space.glif + sterling + sterling.glif + t + t.glif + tcaron + tcaron.glif + tcommaaccent + tcommaaccent.glif + thorn + thorn.glif + three + three.glif + tilde + tilde.glif + trademark + trademark.glif + two + two.glif + u + u.glif + uacute + uacute.glif + ubreve + ubreve.glif + ucircumflex + ucircumflex.glif + udieresis + udieresis.glif + ugrave + ugrave.glif + umacron + umacron.glif + underscore + underscore.glif + uniF8FF + uniF8FF_.glif + uring + uring.glif + utilde + utilde.glif + v + v.glif + w + w.glif + wacute + wacute.glif + wcircumflex + wcircumflex.glif + wdieresis + wdieresis.glif + wgrave + wgrave.glif + x + x.glif + y + y.glif + yacute + yacute.glif + ycircumflex + ycircumflex.glif + ydieresis + ydieresis.glif + ygrave + ygrave.glif + z + z.glif + zacute + zacute.glif + zcaron + zcaron.glif + zdotaccent + zdotaccent.glif + zero + zero.glif + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/copyright.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/copyright.glif new file mode 100755 index 000000000..7c991128a --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/copyright.glif @@ -0,0 +1,81 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/d.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/d.glif new file mode 100755 index 000000000..7e21edb1e --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/d.glif @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/dcaron.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/dcaron.glif new file mode 100755 index 000000000..fca766b90 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/dcaron.glif @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/dcroat.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/dcroat.glif new file mode 100755 index 000000000..e65c0d962 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/dcroat.glif @@ -0,0 +1,57 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/degree.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/degree.glif new file mode 100755 index 000000000..c267e111f --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/degree.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/dieresis.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/dieresis.glif new file mode 100755 index 000000000..45361b1ff --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/dieresis.glif @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/divide.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/divide.glif new file mode 100755 index 000000000..c6675e08f --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/divide.glif @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/dollar.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/dollar.glif new file mode 100755 index 000000000..e8dcf958e --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/dollar.glif @@ -0,0 +1,86 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/dotaccent.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/dotaccent.glif new file mode 100755 index 000000000..7e0e0a0c1 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/dotaccent.glif @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/dotlessi.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/dotlessi.glif new file mode 100755 index 000000000..7be8cfaa7 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/dotlessi.glif @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/e.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/e.glif new file mode 100755 index 000000000..b1b9364db --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/e.glif @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/eacute.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/eacute.glif new file mode 100755 index 000000000..b34f310ca --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/eacute.glif @@ -0,0 +1,59 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/ebreve.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/ebreve.glif new file mode 100755 index 000000000..ba7d4b1fa --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/ebreve.glif @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/ecaron.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/ecaron.glif new file mode 100755 index 000000000..0a54a88c1 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/ecaron.glif @@ -0,0 +1,72 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/ecircumflex.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/ecircumflex.glif new file mode 100755 index 000000000..986d6e5c8 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/ecircumflex.glif @@ -0,0 +1,72 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/edieresis.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/edieresis.glif new file mode 100755 index 000000000..52a594533 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/edieresis.glif @@ -0,0 +1,81 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/edotaccent.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/edotaccent.glif new file mode 100755 index 000000000..0e66a26a0 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/edotaccent.glif @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/egrave.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/egrave.glif new file mode 100755 index 000000000..a07ad0559 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/egrave.glif @@ -0,0 +1,59 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/eight.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/eight.glif new file mode 100755 index 000000000..5a1d0e381 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/eight.glif @@ -0,0 +1,73 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/emacron.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/emacron.glif new file mode 100755 index 000000000..bf999f365 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/emacron.glif @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/emdash.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/emdash.glif new file mode 100755 index 000000000..7667810ae --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/emdash.glif @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/endash.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/endash.glif new file mode 100755 index 000000000..6aa2e2044 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/endash.glif @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/equal.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/equal.glif new file mode 100755 index 000000000..b69bff911 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/equal.glif @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/eth.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/eth.glif new file mode 100755 index 000000000..794756598 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/eth.glif @@ -0,0 +1,55 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/exclam.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/exclam.glif new file mode 100755 index 000000000..5b825ae81 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/exclam.glif @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/exclamdown.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/exclamdown.glif new file mode 100755 index 000000000..3bff3b924 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/exclamdown.glif @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/f.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/f.glif new file mode 100755 index 000000000..82d8d7e59 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/f.glif @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/five.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/five.glif new file mode 100755 index 000000000..8cda4b0c2 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/five.glif @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/four.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/four.glif new file mode 100755 index 000000000..7dd59695a --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/four.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/fraction.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/fraction.glif new file mode 100755 index 000000000..9eda2f5e8 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/fraction.glif @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/g.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/g.glif new file mode 100755 index 000000000..afc2b0bc9 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/g.glif @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/gbreve.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/gbreve.glif new file mode 100755 index 000000000..79f13e332 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/gbreve.glif @@ -0,0 +1,83 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/gcircumflex.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/gcircumflex.glif new file mode 100755 index 000000000..7e28e00e1 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/gcircumflex.glif @@ -0,0 +1,89 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/gcommaaccent.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/gcommaaccent.glif new file mode 100755 index 000000000..83aa178b4 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/gcommaaccent.glif @@ -0,0 +1,80 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/gdotaccent.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/gdotaccent.glif new file mode 100755 index 000000000..fbc762430 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/gdotaccent.glif @@ -0,0 +1,80 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/germandbls.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/germandbls.glif new file mode 100755 index 000000000..f8539cc5b --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/germandbls.glif @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/grave.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/grave.glif new file mode 100755 index 000000000..2fc1c9d4e --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/grave.glif @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/greater.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/greater.glif new file mode 100755 index 000000000..527187a5a --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/greater.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/h.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/h.glif new file mode 100755 index 000000000..123978b9d --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/h.glif @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/hcircumflex.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/hcircumflex.glif new file mode 100755 index 000000000..9509b0875 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/hcircumflex.glif @@ -0,0 +1,72 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/hyphen.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/hyphen.glif new file mode 100755 index 000000000..ca1238284 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/hyphen.glif @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/i.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/i.glif new file mode 100755 index 000000000..cea780366 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/i.glif @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/iacute.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/iacute.glif new file mode 100755 index 000000000..98cd8b78e --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/iacute.glif @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/ibreve.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/ibreve.glif new file mode 100755 index 000000000..6c20e04b8 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/ibreve.glif @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/icircumflex.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/icircumflex.glif new file mode 100755 index 000000000..54c5743cd --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/icircumflex.glif @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/idieresis.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/idieresis.glif new file mode 100755 index 000000000..708ec35bf --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/idieresis.glif @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/igrave.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/igrave.glif new file mode 100755 index 000000000..65f2c0199 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/igrave.glif @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/imacron.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/imacron.glif new file mode 100755 index 000000000..7d4dbe9a1 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/imacron.glif @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/itilde.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/itilde.glif new file mode 100755 index 000000000..395ed31b1 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/itilde.glif @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/j.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/j.glif new file mode 100755 index 000000000..67f67deac --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/j.glif @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/jcircumflex.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/jcircumflex.glif new file mode 100755 index 000000000..61421823a --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/jcircumflex.glif @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/k.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/k.glif new file mode 100755 index 000000000..a462ae5b3 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/k.glif @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/kcommaaccent.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/kcommaaccent.glif new file mode 100755 index 000000000..48db70154 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/kcommaaccent.glif @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/l.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/l.glif new file mode 100755 index 000000000..4b0f41c77 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/l.glif @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/lacute.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/lacute.glif new file mode 100755 index 000000000..939c8bf83 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/lacute.glif @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/lcommaaccent.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/lcommaaccent.glif new file mode 100755 index 000000000..04212f52e --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/lcommaaccent.glif @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/less.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/less.glif new file mode 100755 index 000000000..64052c5a6 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/less.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/lslash.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/lslash.glif new file mode 100755 index 000000000..685abcd0e --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/lslash.glif @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/m.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/m.glif new file mode 100755 index 000000000..3791b4f25 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/m.glif @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/macron.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/macron.glif new file mode 100755 index 000000000..0a492d42a --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/macron.glif @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/multiply.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/multiply.glif new file mode 100755 index 000000000..58256a0e1 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/multiply.glif @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/n.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/n.glif new file mode 100755 index 000000000..cba261f30 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/n.glif @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/nacute.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/nacute.glif new file mode 100755 index 000000000..f2a88169a --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/nacute.glif @@ -0,0 +1,57 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/ncaron.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/ncaron.glif new file mode 100755 index 000000000..477a1ffc5 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/ncaron.glif @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/ncommaaccent.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/ncommaaccent.glif new file mode 100755 index 000000000..5b0414e6a --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/ncommaaccent.glif @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/nine.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/nine.glif new file mode 100755 index 000000000..0739043f3 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/nine.glif @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/ntilde.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/ntilde.glif new file mode 100755 index 000000000..ca6274ec2 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/ntilde.glif @@ -0,0 +1,81 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/numbersign.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/numbersign.glif new file mode 100755 index 000000000..4faef12ae --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/numbersign.glif @@ -0,0 +1,103 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/o.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/o.glif new file mode 100755 index 000000000..3de744ac9 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/o.glif @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/oacute.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/oacute.glif new file mode 100755 index 000000000..7d5fcf1a3 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/oacute.glif @@ -0,0 +1,59 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/obreve.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/obreve.glif new file mode 100755 index 000000000..a46c69c95 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/obreve.glif @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/ocircumflex.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/ocircumflex.glif new file mode 100755 index 000000000..f8be27a87 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/ocircumflex.glif @@ -0,0 +1,72 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/odieresis.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/odieresis.glif new file mode 100755 index 000000000..164709a2a --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/odieresis.glif @@ -0,0 +1,81 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/oe.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/oe.glif new file mode 100755 index 000000000..9fd8013e9 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/oe.glif @@ -0,0 +1,55 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/ograve.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/ograve.glif new file mode 100755 index 000000000..ff1bad8bb --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/ograve.glif @@ -0,0 +1,59 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/omacron.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/omacron.glif new file mode 100755 index 000000000..0829dd6e8 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/omacron.glif @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/one.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/one.glif new file mode 100755 index 000000000..3473c6acf --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/one.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/ordmasculine.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/ordmasculine.glif new file mode 100755 index 000000000..062075f18 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/ordmasculine.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/oslash.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/oslash.glif new file mode 100755 index 000000000..ccfea075c --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/oslash.glif @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/oslashacute.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/oslashacute.glif new file mode 100755 index 000000000..5de2f3a15 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/oslashacute.glif @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/otilde.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/otilde.glif new file mode 100755 index 000000000..be5b04913 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/otilde.glif @@ -0,0 +1,83 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/p.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/p.glif new file mode 100755 index 000000000..560414555 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/p.glif @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/parenleft.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/parenleft.glif new file mode 100755 index 000000000..9765653b2 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/parenleft.glif @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/parenright.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/parenright.glif new file mode 100755 index 000000000..e0306fab9 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/parenright.glif @@ -0,0 +1,57 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/percent.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/percent.glif new file mode 100755 index 000000000..1b451ef40 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/percent.glif @@ -0,0 +1,89 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/period.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/period.glif new file mode 100755 index 000000000..bd852d718 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/period.glif @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/periodcentered.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/periodcentered.glif new file mode 100755 index 000000000..926ee17eb --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/periodcentered.glif @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/plus.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/plus.glif new file mode 100755 index 000000000..769517af0 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/plus.glif @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/q.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/q.glif new file mode 100755 index 000000000..9af0ff395 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/q.glif @@ -0,0 +1,59 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/question.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/question.glif new file mode 100755 index 000000000..8fc20b2af --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/question.glif @@ -0,0 +1,80 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/questiondown.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/questiondown.glif new file mode 100755 index 000000000..1e9f32851 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/questiondown.glif @@ -0,0 +1,80 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/quotedbl.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/quotedbl.glif new file mode 100755 index 000000000..ba5808975 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/quotedbl.glif @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/quotedblleft.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/quotedblleft.glif new file mode 100755 index 000000000..007302d98 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/quotedblleft.glif @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/quotedblright.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/quotedblright.glif new file mode 100755 index 000000000..ecf3ed945 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/quotedblright.glif @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/quoteleft.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/quoteleft.glif new file mode 100755 index 000000000..9ec410531 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/quoteleft.glif @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/quoteright.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/quoteright.glif new file mode 100755 index 000000000..99a47c205 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/quoteright.glif @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/quotesingle.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/quotesingle.glif new file mode 100755 index 000000000..40ccbf1bd --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/quotesingle.glif @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/r.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/r.glif new file mode 100755 index 000000000..df2b1b2de --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/r.glif @@ -0,0 +1,58 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/racute.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/racute.glif new file mode 100755 index 000000000..08a88bf99 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/racute.glif @@ -0,0 +1,72 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/rcaron.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/rcaron.glif new file mode 100755 index 000000000..2fa9870c9 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/rcaron.glif @@ -0,0 +1,85 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/rcommaaccent.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/rcommaaccent.glif new file mode 100755 index 000000000..9f2f9e561 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/rcommaaccent.glif @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/registered.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/registered.glif new file mode 100755 index 000000000..8d8bec333 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/registered.glif @@ -0,0 +1,83 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/ring.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/ring.glif new file mode 100755 index 000000000..3be9b299d --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/ring.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/s.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/s.glif new file mode 100755 index 000000000..9665ef9da --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/s.glif @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/sacute.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/sacute.glif new file mode 100755 index 000000000..58b249231 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/sacute.glif @@ -0,0 +1,82 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/scaron.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/scaron.glif new file mode 100755 index 000000000..cb2db9c5c --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/scaron.glif @@ -0,0 +1,95 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/scedilla.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/scedilla.glif new file mode 100755 index 000000000..db5f97ceb --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/scedilla.glif @@ -0,0 +1,104 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/scircumflex.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/scircumflex.glif new file mode 100755 index 000000000..44c0ea4ba --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/scircumflex.glif @@ -0,0 +1,95 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/semicolon.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/semicolon.glif new file mode 100755 index 000000000..6cd5a63bd --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/semicolon.glif @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/seven.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/seven.glif new file mode 100755 index 000000000..86561706e --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/seven.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/six.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/six.glif new file mode 100755 index 000000000..39b892e75 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/six.glif @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/slash.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/slash.glif new file mode 100755 index 000000000..c83945ddf --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/slash.glif @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/space.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/space.glif new file mode 100755 index 000000000..71d3b6eb8 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/space.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/sterling.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/sterling.glif new file mode 100755 index 000000000..189889578 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/sterling.glif @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/t.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/t.glif new file mode 100755 index 000000000..5d821e475 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/t.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/tcaron.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/tcaron.glif new file mode 100755 index 000000000..d7629c91d --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/tcaron.glif @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/tcommaaccent.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/tcommaaccent.glif new file mode 100755 index 000000000..767dd9a1c --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/tcommaaccent.glif @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/thorn.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/thorn.glif new file mode 100755 index 000000000..2086a7140 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/thorn.glif @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/three.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/three.glif new file mode 100755 index 000000000..5c6ab4050 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/three.glif @@ -0,0 +1,89 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/tilde.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/tilde.glif new file mode 100755 index 000000000..d60a4c1c2 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/tilde.glif @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/trademark.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/trademark.glif new file mode 100755 index 000000000..2d22f7afd --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/trademark.glif @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/two.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/two.glif new file mode 100755 index 000000000..675adb137 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/two.glif @@ -0,0 +1,59 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/u.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/u.glif new file mode 100755 index 000000000..2885cf59a --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/u.glif @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/uacute.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/uacute.glif new file mode 100755 index 000000000..43cff57ae --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/uacute.glif @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/ubreve.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/ubreve.glif new file mode 100755 index 000000000..8a8c134ed --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/ubreve.glif @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/ucircumflex.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/ucircumflex.glif new file mode 100755 index 000000000..e61c337d1 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/ucircumflex.glif @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/udieresis.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/udieresis.glif new file mode 100755 index 000000000..69d58e1cb --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/udieresis.glif @@ -0,0 +1,75 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/ugrave.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/ugrave.glif new file mode 100755 index 000000000..47d417a72 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/ugrave.glif @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/umacron.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/umacron.glif new file mode 100755 index 000000000..32f8d9bc7 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/umacron.glif @@ -0,0 +1,57 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/underscore.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/underscore.glif new file mode 100755 index 000000000..e81ea29cd --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/underscore.glif @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/uniF8FF_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/uniF8FF_.glif new file mode 100755 index 000000000..05ddb37b3 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/uniF8FF_.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/uring.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/uring.glif new file mode 100755 index 000000000..c74031ac6 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/uring.glif @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/utilde.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/utilde.glif new file mode 100755 index 000000000..841fd03a8 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/utilde.glif @@ -0,0 +1,77 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/v.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/v.glif new file mode 100755 index 000000000..334e7b7ea --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/v.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/w.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/w.glif new file mode 100755 index 000000000..0bbd20265 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/w.glif @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/wacute.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/wacute.glif new file mode 100755 index 000000000..6d2e5ea90 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/wacute.glif @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/wcircumflex.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/wcircumflex.glif new file mode 100755 index 000000000..e12c72711 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/wcircumflex.glif @@ -0,0 +1,79 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/wdieresis.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/wdieresis.glif new file mode 100755 index 000000000..3549f9471 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/wdieresis.glif @@ -0,0 +1,88 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/wgrave.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/wgrave.glif new file mode 100755 index 000000000..5c1653f0d --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/wgrave.glif @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/x.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/x.glif new file mode 100755 index 000000000..09d6721a2 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/x.glif @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/y.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/y.glif new file mode 100755 index 000000000..e828d1628 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/y.glif @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/yacute.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/yacute.glif new file mode 100755 index 000000000..fd8401a43 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/yacute.glif @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/ycircumflex.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/ycircumflex.glif new file mode 100755 index 000000000..98573a5d1 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/ycircumflex.glif @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/ydieresis.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/ydieresis.glif new file mode 100755 index 000000000..8f6f1ba55 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/ydieresis.glif @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/ygrave.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/ygrave.glif new file mode 100755 index 000000000..b90986b56 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/ygrave.glif @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/z.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/z.glif new file mode 100755 index 000000000..6e2c687c0 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/z.glif @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/zacute.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/zacute.glif new file mode 100755 index 000000000..8992352a5 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/zacute.glif @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/zcaron.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/zcaron.glif new file mode 100755 index 000000000..feaca8936 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/zcaron.glif @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/zdotaccent.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/zdotaccent.glif new file mode 100755 index 000000000..138893e2d --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/zdotaccent.glif @@ -0,0 +1,55 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/zero.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/zero.glif new file mode 100755 index 000000000..ecf8f21ae --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/glyphs/zero.glif @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/kerning.plist b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/kerning.plist new file mode 100755 index 000000000..2540d5cee --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/kerning.plist @@ -0,0 +1,412 @@ + + + + + A + + C + -54 + G + -24 + K + -28 + N + -39 + R + -31 + S + -24 + T + -99 + V + -106 + W + -106 + Y + -110 + c + -54 + g + -24 + n + -39 + r + -31 + s + -28 + t + -99 + v + -106 + y + -106 + + C + + T + -32 + t + -32 + + D + + A + -63 + S + -32 + a + -63 + s + -32 + + E + + A + -40 + S + -32 + a + -40 + s + -32 + + F + + A + -85 + O + -47 + S + -39 + o + -47 + s + -39 + + I + + V + -15 + + K + + S + -47 + s + -31 + + L + + S + -31 + T + -106 + Y + -96 + s + -31 + t + -106 + y + -96 + + M + + A + -39 + a + -39 + + O + + V + -44 + W + -37 + X + -31 + Z + -31 + x + -31 + z + -31 + + P + + A + -117 + a + -117 + + Q + + W + -24 + w + -20 + + R + + A + -39 + a + -39 + + S + + A + -40 + T + -30 + Y + -32 + a + -40 + t + -30 + y + -32 + + T + + A + -110 + C + -47 + H + -39 + S + -63 + c + -47 + h + -39 + s + -63 + + U + + G + -23 + S + -23 + g + -23 + s + -23 + + V + + A + -106 + O + -31 + S + -24 + Y + -15 + a + -106 + s + -24 + y + -15 + + W + + A + -106 + E + -17 + O + -28 + + Y + + A + -101 + O + -54 + S + -39 + T + -20 + o + -54 + s + -39 + + Z + + S + -23 + s + -23 + + a + + c + -54 + g + -24 + k + -31 + n + -39 + r + -31 + s + -24 + t + -99 + v + -106 + w + -103 + y + -110 + + c + + t + -32 + + d + + a + -63 + s + -32 + + e + + a + -40 + s + -32 + + f + + a + -85 + o + -47 + s + -39 + + i + + v + -15 + + k + + s + -47 + + l + + s + -31 + t + -105 + y + -92 + + m + + a + -32 + + o + + v + -44 + w + -37 + x + -31 + z + -31 + + p + + a + -117 + + q + + w + -24 + + r + + a + -39 + + s + + a + -40 + t + -30 + y + -32 + + t + + a + -110 + c + -47 + h + -39 + s + -63 + + u + + g + -23 + s + -23 + + v + + a + -106 + o + -31 + s + -24 + y + -15 + + w + + a + -105 + e + -17 + o + -27 + + y + + a + -94 + o + -54 + s + -47 + t + -20 + + z + + s + -23 + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/lib.plist b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/lib.plist new file mode 100755 index 000000000..b349ed105 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/lib.plist @@ -0,0 +1,329 @@ + + + + + com.schriftgestaltung.fontMasterID + 1347EA54-3183-4A14-AB88-D74AEF4D4DBE + com.schriftgestaltung.useNiceNames + + com.schriftgestaltung.weight + Bold + com.schriftgestaltung.weightValue + 900 + com.schriftgestaltung.widthValue + 5 + public.glyphOrder + + .notdef + A + B + C + D + E + F + G + H + I + J + K + L + M + N + O + P + Q + R + S + T + U + V + W + X + Y + Z + a + b + c + d + e + f + g + h + i + dotlessi + j + k + l + m + n + o + p + q + r + s + t + u + v + w + x + y + z + zero + one + two + three + four + five + six + seven + eight + nine + asterisk + backslash + bullet + colon + comma + exclam + numbersign + period + question + quotedbl + quotesingle + semicolon + slash + underscore + parenleft + parenright + emdash + endash + hyphen + quotedblleft + quotedblright + quoteleft + quoteright + space + CR + equal + percent + plus + ampersand + at + bar + grave + fraction + questiondown + exclamdown + acute + Aacute + circumflex + caron + ring + ordmasculine + degree + dieresis + periodcentered + tilde + asciitilde + cedilla + aacute + Agrave + agrave + Acircumflex + acircumflex + Atilde + atilde + Adieresis + adieresis + Aring + aring + AE + ae + Ccedilla + ccedilla + Egrave + egrave + Eacute + eacute + Ecircumflex + ecircumflex + Edieresis + edieresis + Igrave + igrave + Iacute + iacute + Icircumflex + icircumflex + Idieresis + idieresis + Eth + eth + Ntilde + ntilde + Ograve + ograve + Oacute + oacute + Ocircumflex + ocircumflex + Otilde + otilde + Odieresis + odieresis + Oslash + oslash + Ugrave + ugrave + Uacute + uacute + Ucircumflex + ucircumflex + Udieresis + udieresis + Yacute + yacute + Thorn + ydieresis + Lslash + lslash + OE + oe + Scaron + scaron + Ydieresis + Zcaron + less + greater + asciicircum + uniF8FF + sterling + AEacute + Cacute + Ring + Tilde + Grave + Dieresis + Circumflex + Cedilla + Caron + Ccircumflex + dotaccent + Ccaron + Cdotaccent + Dcaron + Dcroat + Ecaron + macron + Macron + breve + Acute + commaaccent + commaaccent.cap + Amacron + Ebreve + Breve + Edotaccent + Emacron + Gbreve + Gcircumflex + Gcommaaccent + Gdotaccent + Hcircumflex + Ibreve + Idotaccent + Imacron + Itilde + Jcircumflex + Kcommaaccent + Lacute + Lcaron + Lcommaaccent + Nacute + Ncaron + Ncommaaccent + Obreve + Omacron + Oslashacute + Racute + Rcaron + Rcommaaccent + Sacute + Scedilla + Scircumflex + Tcaron + Tcommaaccent + Ubreve + Umacron + Uring + Utilde + Wacute + Wcircumflex + Wdieresis + Wgrave + Ycircumflex + Ygrave + Zacute + Zdotaccent + amacron + aeacute + cacute + ccaron + ccircumflex + cdotaccent + dcaron + dcroat + ebreve + ecaron + edotaccent + emacron + hcircumflex + ibreve + imacron + itilde + jcircumflex + kcommaaccent + lacute + lcommaaccent + nacute + ncaron + ncommaaccent + obreve + omacron + oslashacute + racute + rcaron + rcommaaccent + sacute + scedilla + scircumflex + tcaron + tcommaaccent + ubreve + umacron + uring + utilde + wacute + wcircumflex + wdieresis + wgrave + ycircumflex + ygrave + zacute + zcaron + zdotaccent + thorn + multiply + divide + Euro + germandbls + copyright + registered + dollar + trademark + gbreve + gcircumflex + gcommaaccent + gdotaccent + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/metainfo.plist b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/metainfo.plist new file mode 100755 index 000000000..12a792239 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.ufo/metainfo.plist @@ -0,0 +1,10 @@ + + + + + creator + com.schriftgestaltung.GlyphsUFOExport + formatVersion + 2 + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.vfb b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.vfb new file mode 100755 index 000000000..4d3552846 Binary files /dev/null and b/theme_archit/static/src/fonts/source/Ostrich Sans Heavy.vfb differ diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/fontinfo.plist b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/fontinfo.plist new file mode 100755 index 000000000..a41f1f47b --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/fontinfo.plist @@ -0,0 +1,67 @@ + + + + + ascender + 674 + capHeight + 675 + descender + -31 + familyName + Ostrich Sans Inline + openTypeHeadCreated + 2013/05/09 18:38:00 + openTypeNameDesigner + Tyler Finck + openTypeNameDesignerURL + http://www.finck.co + openTypeNameManufacturer + The League of Moveable Type + openTypeNameManufacturerURL + http://www.theleagueofmoveabletype.com + openTypeNamePreferredFamilyName + Ostrich Sans Inline + openTypeNamePreferredSubfamilyName + Italic + openTypeOS2WeightClass + 400 + openTypeOS2WidthClass + 5 + postscriptBlueValues + + -6 + 0 + + postscriptOtherBlues + + + postscriptStemSnapH + + 16 + 18 + 29 + + postscriptStemSnapV + + 16 + 18 + 20 + 216 + + postscriptUnderlinePosition + -50 + styleMapStyleName + italic + styleName + Italic + unitsPerEm + 1000 + versionMajor + 1 + versionMinor + 2 + xHeight + 675 + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/AE_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/AE_.glif new file mode 100755 index 000000000..caf0b35fc --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/AE_.glif @@ -0,0 +1,55 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/A_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/A_.glif new file mode 100755 index 000000000..77d50605f --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/A_.glif @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/Aacute_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/Aacute_.glif new file mode 100755 index 000000000..ac49c6953 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/Aacute_.glif @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/Acircumflex_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/Acircumflex_.glif new file mode 100755 index 000000000..b2a4e27a8 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/Acircumflex_.glif @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/Adieresis_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/Adieresis_.glif new file mode 100755 index 000000000..3ca48ef53 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/Adieresis_.glif @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/Agrave_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/Agrave_.glif new file mode 100755 index 000000000..5f3d4efc1 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/Agrave_.glif @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/Aring_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/Aring_.glif new file mode 100755 index 000000000..5ce50092b --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/Aring_.glif @@ -0,0 +1,93 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/Atilde_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/Atilde_.glif new file mode 100755 index 000000000..7b715885a --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/Atilde_.glif @@ -0,0 +1,89 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/B_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/B_.glif new file mode 100755 index 000000000..54d74482d --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/B_.glif @@ -0,0 +1,85 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/CR_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/CR_.glif new file mode 100755 index 000000000..ea98f4c20 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/CR_.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/C_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/C_.glif new file mode 100755 index 000000000..06b06d20a --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/C_.glif @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/Ccedilla_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/Ccedilla_.glif new file mode 100755 index 000000000..f5ec9f0a4 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/Ccedilla_.glif @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/D_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/D_.glif new file mode 100755 index 000000000..edea5b40d --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/D_.glif @@ -0,0 +1,55 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/E_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/E_.glif new file mode 100755 index 000000000..001fc0a4b --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/E_.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/Eacute_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/Eacute_.glif new file mode 100755 index 000000000..f9dcb5360 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/Eacute_.glif @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/Ecircumflex_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/Ecircumflex_.glif new file mode 100755 index 000000000..21fd89b51 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/Ecircumflex_.glif @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/Edieresis_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/Edieresis_.glif new file mode 100755 index 000000000..267d7cee2 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/Edieresis_.glif @@ -0,0 +1,59 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/Egrave_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/Egrave_.glif new file mode 100755 index 000000000..3d98e9836 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/Egrave_.glif @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/Eth_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/Eth_.glif new file mode 100755 index 000000000..b619da103 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/Eth_.glif @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/Euro_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/Euro_.glif new file mode 100755 index 000000000..942b47df4 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/Euro_.glif @@ -0,0 +1,97 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/F_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/F_.glif new file mode 100755 index 000000000..23d37ec67 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/F_.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/G_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/G_.glif new file mode 100755 index 000000000..68d2d4d9e --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/G_.glif @@ -0,0 +1,75 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/H_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/H_.glif new file mode 100755 index 000000000..a7fde582d --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/H_.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/I_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/I_.glif new file mode 100755 index 000000000..c3f2232d6 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/I_.glif @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/Iacute_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/Iacute_.glif new file mode 100755 index 000000000..73f3b2985 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/Iacute_.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/Icircumflex_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/Icircumflex_.glif new file mode 100755 index 000000000..9052151b4 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/Icircumflex_.glif @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/Idieresis_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/Idieresis_.glif new file mode 100755 index 000000000..f37b46e4d --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/Idieresis_.glif @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/Igrave_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/Igrave_.glif new file mode 100755 index 000000000..99c6ffb17 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/Igrave_.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/J_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/J_.glif new file mode 100755 index 000000000..08016b041 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/J_.glif @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/K_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/K_.glif new file mode 100755 index 000000000..bec1db268 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/K_.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/L_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/L_.glif new file mode 100755 index 000000000..8f917fcc0 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/L_.glif @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/Lslash_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/Lslash_.glif new file mode 100755 index 000000000..a6468eafe --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/Lslash_.glif @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/M_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/M_.glif new file mode 100755 index 000000000..1840ef94f --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/M_.glif @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/NULL_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/NULL_.glif new file mode 100755 index 000000000..fa0b87887 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/NULL_.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/N_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/N_.glif new file mode 100755 index 000000000..2c290b515 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/N_.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/Ntilde_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/Ntilde_.glif new file mode 100755 index 000000000..239bc5936 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/Ntilde_.glif @@ -0,0 +1,87 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/OE_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/OE_.glif new file mode 100755 index 000000000..89571abe7 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/OE_.glif @@ -0,0 +1,95 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/O_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/O_.glif new file mode 100755 index 000000000..ef4192081 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/O_.glif @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/Oacute_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/Oacute_.glif new file mode 100755 index 000000000..c15d8caba --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/Oacute_.glif @@ -0,0 +1,83 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/Ocircumflex_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/Ocircumflex_.glif new file mode 100755 index 000000000..196cebc02 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/Ocircumflex_.glif @@ -0,0 +1,90 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/Odieresis_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/Odieresis_.glif new file mode 100755 index 000000000..65056ecdd --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/Odieresis_.glif @@ -0,0 +1,95 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/Ograve_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/Ograve_.glif new file mode 100755 index 000000000..f45e1ca73 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/Ograve_.glif @@ -0,0 +1,83 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/Oslash_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/Oslash_.glif new file mode 100755 index 000000000..f87c28d5c --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/Oslash_.glif @@ -0,0 +1,125 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/Otilde_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/Otilde_.glif new file mode 100755 index 000000000..5a446bd00 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/Otilde_.glif @@ -0,0 +1,123 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/P_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/P_.glif new file mode 100755 index 000000000..bfdfeec7f --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/P_.glif @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/Q_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/Q_.glif new file mode 100755 index 000000000..de64feb72 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/Q_.glif @@ -0,0 +1,95 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/R_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/R_.glif new file mode 100755 index 000000000..5224e0565 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/R_.glif @@ -0,0 +1,73 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/S_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/S_.glif new file mode 100755 index 000000000..5a57694cc --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/S_.glif @@ -0,0 +1,87 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/Scaron_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/Scaron_.glif new file mode 100755 index 000000000..2fe58b763 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/Scaron_.glif @@ -0,0 +1,106 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/T_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/T_.glif new file mode 100755 index 000000000..a17b74967 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/T_.glif @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/Thorn_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/Thorn_.glif new file mode 100755 index 000000000..764892bb8 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/Thorn_.glif @@ -0,0 +1,79 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/U_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/U_.glif new file mode 100755 index 000000000..184dd20f3 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/U_.glif @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/Uacute_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/Uacute_.glif new file mode 100755 index 000000000..dd5c96033 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/Uacute_.glif @@ -0,0 +1,59 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/Ucircumflex_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/Ucircumflex_.glif new file mode 100755 index 000000000..366082e38 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/Ucircumflex_.glif @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/Udieresis_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/Udieresis_.glif new file mode 100755 index 000000000..9eeb54109 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/Udieresis_.glif @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/Ugrave_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/Ugrave_.glif new file mode 100755 index 000000000..ecdb14f58 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/Ugrave_.glif @@ -0,0 +1,59 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/V_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/V_.glif new file mode 100755 index 000000000..524c8a6d5 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/V_.glif @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/W_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/W_.glif new file mode 100755 index 000000000..b88b4dffa --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/W_.glif @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/X_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/X_.glif new file mode 100755 index 000000000..0044b1a58 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/X_.glif @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/Y_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/Y_.glif new file mode 100755 index 000000000..8529ba12a --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/Y_.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/Yacute_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/Yacute_.glif new file mode 100755 index 000000000..b9b845e5c --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/Yacute_.glif @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/Ydieresis_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/Ydieresis_.glif new file mode 100755 index 000000000..88ba8cb00 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/Ydieresis_.glif @@ -0,0 +1,59 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/Z_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/Z_.glif new file mode 100755 index 000000000..7bd46ac52 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/Z_.glif @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/Zcaron_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/Zcaron_.glif new file mode 100755 index 000000000..5f48ceb9f --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/Zcaron_.glif @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/_notdef.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/_notdef.glif new file mode 100755 index 000000000..dce69113d --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/_notdef.glif @@ -0,0 +1,6 @@ + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/a.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/a.glif new file mode 100755 index 000000000..d4db7d508 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/a.glif @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/aacute.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/aacute.glif new file mode 100755 index 000000000..477e8d1ea --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/aacute.glif @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/acircumflex.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/acircumflex.glif new file mode 100755 index 000000000..7d6987681 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/acircumflex.glif @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/acute.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/acute.glif new file mode 100755 index 000000000..7dd78aabf --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/acute.glif @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/adieresis.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/adieresis.glif new file mode 100755 index 000000000..01465227a --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/adieresis.glif @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/ae.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/ae.glif new file mode 100755 index 000000000..995d55529 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/ae.glif @@ -0,0 +1,55 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/agrave.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/agrave.glif new file mode 100755 index 000000000..9ceab8642 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/agrave.glif @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/ampersand.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/ampersand.glif new file mode 100755 index 000000000..60d2f8d50 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/ampersand.glif @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/aring.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/aring.glif new file mode 100755 index 000000000..ffa6f843f --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/aring.glif @@ -0,0 +1,93 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/asciicircum.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/asciicircum.glif new file mode 100755 index 000000000..3ac8930fe --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/asciicircum.glif @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/asciitilde.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/asciitilde.glif new file mode 100755 index 000000000..354fccc01 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/asciitilde.glif @@ -0,0 +1,59 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/asterisk.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/asterisk.glif new file mode 100755 index 000000000..8aea2afe2 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/asterisk.glif @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/at.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/at.glif new file mode 100755 index 000000000..7e3e9e2fa --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/at.glif @@ -0,0 +1,158 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/atilde.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/atilde.glif new file mode 100755 index 000000000..0634bb890 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/atilde.glif @@ -0,0 +1,89 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/b.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/b.glif new file mode 100755 index 000000000..f088a339b --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/b.glif @@ -0,0 +1,85 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/backslash.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/backslash.glif new file mode 100755 index 000000000..72aaa9263 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/backslash.glif @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/bar.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/bar.glif new file mode 100755 index 000000000..767ce241e --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/bar.glif @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/braceleft.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/braceleft.glif new file mode 100755 index 000000000..b873f9325 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/braceleft.glif @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/braceright.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/braceright.glif new file mode 100755 index 000000000..3c4e17bfd --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/braceright.glif @@ -0,0 +1,73 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/bracketleft.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/bracketleft.glif new file mode 100755 index 000000000..5f3f92adf --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/bracketleft.glif @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/bracketright.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/bracketright.glif new file mode 100755 index 000000000..5f736d930 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/bracketright.glif @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/breve.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/breve.glif new file mode 100755 index 000000000..f616a54ad --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/breve.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/bullet.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/bullet.glif new file mode 100755 index 000000000..999509d6e --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/bullet.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/c.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/c.glif new file mode 100755 index 000000000..4d3a10a0f --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/c.glif @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/caron.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/caron.glif new file mode 100755 index 000000000..d859652aa --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/caron.glif @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/ccedilla.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/ccedilla.glif new file mode 100755 index 000000000..78a202d5d --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/ccedilla.glif @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/cedilla.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/cedilla.glif new file mode 100755 index 000000000..c5c4a809b --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/cedilla.glif @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/circumflex.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/circumflex.glif new file mode 100755 index 000000000..c61260d4f --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/circumflex.glif @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/colon.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/colon.glif new file mode 100755 index 000000000..ab93d8809 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/colon.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/comma.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/comma.glif new file mode 100755 index 000000000..eebe92f24 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/comma.glif @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/contents.plist b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/contents.plist new file mode 100755 index 000000000..94a44e3d5 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/contents.plist @@ -0,0 +1,424 @@ + + + + + .notdef + _notdef.glif + A + A_.glif + AE + AE_.glif + Aacute + Aacute_.glif + Acircumflex + Acircumflex_.glif + Adieresis + Adieresis_.glif + Agrave + Agrave_.glif + Aring + Aring_.glif + Atilde + Atilde_.glif + B + B_.glif + C + C_.glif + CR + CR_.glif + Ccedilla + Ccedilla_.glif + D + D_.glif + E + E_.glif + Eacute + Eacute_.glif + Ecircumflex + Ecircumflex_.glif + Edieresis + Edieresis_.glif + Egrave + Egrave_.glif + Eth + Eth_.glif + Euro + Euro_.glif + F + F_.glif + G + G_.glif + H + H_.glif + I + I_.glif + Iacute + Iacute_.glif + Icircumflex + Icircumflex_.glif + Idieresis + Idieresis_.glif + Igrave + Igrave_.glif + J + J_.glif + K + K_.glif + L + L_.glif + Lslash + Lslash_.glif + M + M_.glif + N + N_.glif + NULL + NULL_.glif + Ntilde + Ntilde_.glif + O + O_.glif + OE + OE_.glif + Oacute + Oacute_.glif + Ocircumflex + Ocircumflex_.glif + Odieresis + Odieresis_.glif + Ograve + Ograve_.glif + Oslash + Oslash_.glif + Otilde + Otilde_.glif + P + P_.glif + Q + Q_.glif + R + R_.glif + S + S_.glif + Scaron + Scaron_.glif + T + T_.glif + Thorn + Thorn_.glif + U + U_.glif + Uacute + Uacute_.glif + Ucircumflex + Ucircumflex_.glif + Udieresis + Udieresis_.glif + Ugrave + Ugrave_.glif + V + V_.glif + W + W_.glif + X + X_.glif + Y + Y_.glif + Yacute + Yacute_.glif + Ydieresis + Ydieresis_.glif + Z + Z_.glif + Zcaron + Zcaron_.glif + a + a.glif + aacute + aacute.glif + acircumflex + acircumflex.glif + acute + acute.glif + adieresis + adieresis.glif + ae + ae.glif + agrave + agrave.glif + ampersand + ampersand.glif + aring + aring.glif + asciicircum + asciicircum.glif + asciitilde + asciitilde.glif + asterisk + asterisk.glif + at + at.glif + atilde + atilde.glif + b + b.glif + backslash + backslash.glif + bar + bar.glif + braceleft + braceleft.glif + braceright + braceright.glif + bracketleft + bracketleft.glif + bracketright + bracketright.glif + breve + breve.glif + bullet + bullet.glif + c + c.glif + caron + caron.glif + ccedilla + ccedilla.glif + cedilla + cedilla.glif + circumflex + circumflex.glif + colon + colon.glif + comma + comma.glif + copyright + copyright.glif + d + d.glif + degree + degree.glif + dieresis + dieresis.glif + dollar + dollar.glif + dotaccent + dotaccent.glif + dotlessi + dotlessi.glif + e + e.glif + eacute + eacute.glif + ecircumflex + ecircumflex.glif + edieresis + edieresis.glif + egrave + egrave.glif + eight + eight.glif + ellipsis + ellipsis.glif + emdash + emdash.glif + endash + endash.glif + equal + equal.glif + eth + eth.glif + exclam + exclam.glif + exclamdown + exclamdown.glif + f + f.glif + fi + fi.glif + five + five.glif + fl + fl.glif + four + four.glif + fraction + fraction.glif + g + g.glif + germandbls + germandbls.glif + grave + grave.glif + greater + greater.glif + guillemotleft + guillemotleft.glif + guillemotright + guillemotright.glif + guilsinglleft + guilsinglleft.glif + guilsinglright + guilsinglright.glif + h + h.glif + hungarumlaut + hungarumlaut.glif + hyphen + hyphen.glif + i + i.glif + iacute + iacute.glif + icircumflex + icircumflex.glif + idieresis + idieresis.glif + igrave + igrave.glif + j + j.glif + k + k.glif + l + l.glif + less + less.glif + lslash + lslash.glif + m + m.glif + minus + minus.glif + multiply + multiply.glif + n + n.glif + nine + nine.glif + ntilde + ntilde.glif + numbersign + numbersign.glif + o + o.glif + oacute + oacute.glif + ocircumflex + ocircumflex.glif + odieresis + odieresis.glif + oe + oe.glif + ogonek + ogonek.glif + ograve + ograve.glif + one + one.glif + ordmasculine + ordmasculine.glif + oslash + oslash.glif + otilde + otilde.glif + p + p.glif + parenleft + parenleft.glif + parenright + parenright.glif + percent + percent.glif + period + period.glif + periodcentered + periodcentered.glif + plus + plus.glif + plusminus + plusminus.glif + q + q.glif + question + question.glif + questiondown + questiondown.glif + quotedbl + quotedbl.glif + quotedblbase + quotedblbase.glif + quotedblleft + quotedblleft.glif + quotedblright + quotedblright.glif + quoteleft + quoteleft.glif + quoteright + quoteright.glif + quotesinglbase + quotesinglbase.glif + quotesingle + quotesingle.glif + r + r.glif + registered + registered.glif + ring + ring.glif + s + s.glif + scaron + scaron.glif + semicolon + semicolon.glif + seven + seven.glif + six + six.glif + slash + slash.glif + space + space.glif + t + t.glif + thorn + thorn.glif + three + three.glif + tilde + tilde.glif + two + two.glif + u + u.glif + uacute + uacute.glif + ucircumflex + ucircumflex.glif + udieresis + udieresis.glif + ugrave + ugrave.glif + underscore + underscore.glif + v + v.glif + w + w.glif + x + x.glif + y + y.glif + yacute + yacute.glif + ydieresis + ydieresis.glif + z + z.glif + zcaron + zcaron.glif + zero + zero.glif + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/copyright.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/copyright.glif new file mode 100755 index 000000000..835487e1b --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/copyright.glif @@ -0,0 +1,125 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/d.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/d.glif new file mode 100755 index 000000000..f3a501e92 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/d.glif @@ -0,0 +1,55 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/degree.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/degree.glif new file mode 100755 index 000000000..ccbcdf6fb --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/degree.glif @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/dieresis.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/dieresis.glif new file mode 100755 index 000000000..ec7ce7a52 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/dieresis.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/dollar.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/dollar.glif new file mode 100755 index 000000000..b2531be63 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/dollar.glif @@ -0,0 +1,119 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/dotaccent.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/dotaccent.glif new file mode 100755 index 000000000..68cd7587b --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/dotaccent.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/dotlessi.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/dotlessi.glif new file mode 100755 index 000000000..cadd1a3c7 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/dotlessi.glif @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/e.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/e.glif new file mode 100755 index 000000000..99a5a2c4b --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/e.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/eacute.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/eacute.glif new file mode 100755 index 000000000..5680aecb4 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/eacute.glif @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/ecircumflex.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/ecircumflex.glif new file mode 100755 index 000000000..46a6e2482 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/ecircumflex.glif @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/edieresis.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/edieresis.glif new file mode 100755 index 000000000..f5ebff23a --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/edieresis.glif @@ -0,0 +1,59 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/egrave.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/egrave.glif new file mode 100755 index 000000000..77ebc87e1 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/egrave.glif @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/eight.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/eight.glif new file mode 100755 index 000000000..9ba693187 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/eight.glif @@ -0,0 +1,115 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/ellipsis.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/ellipsis.glif new file mode 100755 index 000000000..5a8fce674 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/ellipsis.glif @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/emdash.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/emdash.glif new file mode 100755 index 000000000..cb9e942b7 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/emdash.glif @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/endash.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/endash.glif new file mode 100755 index 000000000..2979af316 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/endash.glif @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/equal.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/equal.glif new file mode 100755 index 000000000..a363586dd --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/equal.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/eth.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/eth.glif new file mode 100755 index 000000000..83f435188 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/eth.glif @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/exclam.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/exclam.glif new file mode 100755 index 000000000..0f32b16b6 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/exclam.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/exclamdown.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/exclamdown.glif new file mode 100755 index 000000000..02f2c400a --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/exclamdown.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/f.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/f.glif new file mode 100755 index 000000000..5a2a42000 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/f.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/fi.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/fi.glif new file mode 100755 index 000000000..4802f4508 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/fi.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/five.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/five.glif new file mode 100755 index 000000000..2ec334bf1 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/five.glif @@ -0,0 +1,79 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/fl.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/fl.glif new file mode 100755 index 000000000..be058adc3 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/fl.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/four.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/four.glif new file mode 100755 index 000000000..572a4df42 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/four.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/fraction.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/fraction.glif new file mode 100755 index 000000000..7472bd86c --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/fraction.glif @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/g.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/g.glif new file mode 100755 index 000000000..6bf999967 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/g.glif @@ -0,0 +1,75 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/germandbls.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/germandbls.glif new file mode 100755 index 000000000..dedb8217b --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/germandbls.glif @@ -0,0 +1,82 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/grave.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/grave.glif new file mode 100755 index 000000000..bb59affdb --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/grave.glif @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/greater.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/greater.glif new file mode 100755 index 000000000..8772f74a9 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/greater.glif @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/guillemotleft.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/guillemotleft.glif new file mode 100755 index 000000000..2865ba598 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/guillemotleft.glif @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/guillemotright.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/guillemotright.glif new file mode 100755 index 000000000..ca2e26103 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/guillemotright.glif @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/guilsinglleft.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/guilsinglleft.glif new file mode 100755 index 000000000..90adb0583 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/guilsinglleft.glif @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/guilsinglright.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/guilsinglright.glif new file mode 100755 index 000000000..44033fa89 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/guilsinglright.glif @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/h.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/h.glif new file mode 100755 index 000000000..bd0de97fc --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/h.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/hungarumlaut.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/hungarumlaut.glif new file mode 100755 index 000000000..c8c6bd8f4 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/hungarumlaut.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/hyphen.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/hyphen.glif new file mode 100755 index 000000000..e344a7b82 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/hyphen.glif @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/i.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/i.glif new file mode 100755 index 000000000..f91fe1620 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/i.glif @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/iacute.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/iacute.glif new file mode 100755 index 000000000..cb7d6adcb --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/iacute.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/icircumflex.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/icircumflex.glif new file mode 100755 index 000000000..d4110f38a --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/icircumflex.glif @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/idieresis.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/idieresis.glif new file mode 100755 index 000000000..181c64b5e --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/idieresis.glif @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/igrave.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/igrave.glif new file mode 100755 index 000000000..55d710c53 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/igrave.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/j.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/j.glif new file mode 100755 index 000000000..64bb35499 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/j.glif @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/k.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/k.glif new file mode 100755 index 000000000..a58cbb56e --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/k.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/l.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/l.glif new file mode 100755 index 000000000..efd62517d --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/l.glif @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/less.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/less.glif new file mode 100755 index 000000000..d22b5474e --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/less.glif @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/lslash.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/lslash.glif new file mode 100755 index 000000000..098f1aed7 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/lslash.glif @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/m.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/m.glif new file mode 100755 index 000000000..ad643073f --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/m.glif @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/minus.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/minus.glif new file mode 100755 index 000000000..1723d0933 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/minus.glif @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/multiply.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/multiply.glif new file mode 100755 index 000000000..d15c03275 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/multiply.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/n.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/n.glif new file mode 100755 index 000000000..53998f1a6 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/n.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/nine.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/nine.glif new file mode 100755 index 000000000..59d800d51 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/nine.glif @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/ntilde.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/ntilde.glif new file mode 100755 index 000000000..82e33a684 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/ntilde.glif @@ -0,0 +1,87 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/numbersign.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/numbersign.glif new file mode 100755 index 000000000..39b96d745 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/numbersign.glif @@ -0,0 +1,93 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/o.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/o.glif new file mode 100755 index 000000000..27c28c514 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/o.glif @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/oacute.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/oacute.glif new file mode 100755 index 000000000..db78f4746 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/oacute.glif @@ -0,0 +1,83 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/ocircumflex.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/ocircumflex.glif new file mode 100755 index 000000000..60ba0229d --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/ocircumflex.glif @@ -0,0 +1,90 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/odieresis.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/odieresis.glif new file mode 100755 index 000000000..45eac083c --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/odieresis.glif @@ -0,0 +1,95 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/oe.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/oe.glif new file mode 100755 index 000000000..754a001ae --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/oe.glif @@ -0,0 +1,95 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/ogonek.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/ogonek.glif new file mode 100755 index 000000000..c92abf92b --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/ogonek.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/ograve.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/ograve.glif new file mode 100755 index 000000000..accc3fe16 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/ograve.glif @@ -0,0 +1,83 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/one.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/one.glif new file mode 100755 index 000000000..4ae334942 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/one.glif @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/ordmasculine.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/ordmasculine.glif new file mode 100755 index 000000000..0c30bfa66 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/ordmasculine.glif @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/oslash.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/oslash.glif new file mode 100755 index 000000000..047fa9d3b --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/oslash.glif @@ -0,0 +1,125 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/otilde.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/otilde.glif new file mode 100755 index 000000000..be4706697 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/otilde.glif @@ -0,0 +1,123 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/p.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/p.glif new file mode 100755 index 000000000..dbaf52177 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/p.glif @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/parenleft.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/parenleft.glif new file mode 100755 index 000000000..430578678 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/parenleft.glif @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/parenright.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/parenright.glif new file mode 100755 index 000000000..46f288382 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/parenright.glif @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/percent.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/percent.glif new file mode 100755 index 000000000..bb7d7d5bc --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/percent.glif @@ -0,0 +1,147 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/period.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/period.glif new file mode 100755 index 000000000..8cb9bb6d6 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/period.glif @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/periodcentered.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/periodcentered.glif new file mode 100755 index 000000000..08890ec86 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/periodcentered.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/plus.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/plus.glif new file mode 100755 index 000000000..379870311 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/plus.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/plusminus.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/plusminus.glif new file mode 100755 index 000000000..b0fccc5ed --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/plusminus.glif @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/q.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/q.glif new file mode 100755 index 000000000..4a8e267c5 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/q.glif @@ -0,0 +1,95 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/question.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/question.glif new file mode 100755 index 000000000..36579c7f8 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/question.glif @@ -0,0 +1,77 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/questiondown.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/questiondown.glif new file mode 100755 index 000000000..ee691819a --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/questiondown.glif @@ -0,0 +1,77 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/quotedbl.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/quotedbl.glif new file mode 100755 index 000000000..6e22c8fdd --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/quotedbl.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/quotedblbase.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/quotedblbase.glif new file mode 100755 index 000000000..56c33a137 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/quotedblbase.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/quotedblleft.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/quotedblleft.glif new file mode 100755 index 000000000..ebd87fc23 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/quotedblleft.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/quotedblright.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/quotedblright.glif new file mode 100755 index 000000000..7102df450 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/quotedblright.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/quoteleft.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/quoteleft.glif new file mode 100755 index 000000000..ab22984c8 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/quoteleft.glif @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/quoteright.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/quoteright.glif new file mode 100755 index 000000000..9fd77dc60 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/quoteright.glif @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/quotesinglbase.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/quotesinglbase.glif new file mode 100755 index 000000000..d3e4a7bf5 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/quotesinglbase.glif @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/quotesingle.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/quotesingle.glif new file mode 100755 index 000000000..cb34f5cd6 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/quotesingle.glif @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/r.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/r.glif new file mode 100755 index 000000000..c99983995 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/r.glif @@ -0,0 +1,73 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/registered.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/registered.glif new file mode 100755 index 000000000..7591957db --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/registered.glif @@ -0,0 +1,129 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/ring.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/ring.glif new file mode 100755 index 000000000..021e95bd9 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/ring.glif @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/s.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/s.glif new file mode 100755 index 000000000..75baccdb6 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/s.glif @@ -0,0 +1,87 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/scaron.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/scaron.glif new file mode 100755 index 000000000..985077aca --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/scaron.glif @@ -0,0 +1,106 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/semicolon.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/semicolon.glif new file mode 100755 index 000000000..c3f317f4e --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/semicolon.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/seven.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/seven.glif new file mode 100755 index 000000000..76693ba20 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/seven.glif @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/six.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/six.glif new file mode 100755 index 000000000..c9dec04fc --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/six.glif @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/slash.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/slash.glif new file mode 100755 index 000000000..3fca85dbc --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/slash.glif @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/space.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/space.glif new file mode 100755 index 000000000..0a0b9650f --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/space.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/t.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/t.glif new file mode 100755 index 000000000..708c9f3dc --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/t.glif @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/thorn.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/thorn.glif new file mode 100755 index 000000000..9a4544b01 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/thorn.glif @@ -0,0 +1,79 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/three.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/three.glif new file mode 100755 index 000000000..f03b87d30 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/three.glif @@ -0,0 +1,89 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/tilde.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/tilde.glif new file mode 100755 index 000000000..548484cd3 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/tilde.glif @@ -0,0 +1,59 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/two.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/two.glif new file mode 100755 index 000000000..8f393407f --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/two.glif @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/u.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/u.glif new file mode 100755 index 000000000..871bfaf85 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/u.glif @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/uacute.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/uacute.glif new file mode 100755 index 000000000..cef6fc9e5 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/uacute.glif @@ -0,0 +1,59 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/ucircumflex.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/ucircumflex.glif new file mode 100755 index 000000000..692f7eb1e --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/ucircumflex.glif @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/udieresis.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/udieresis.glif new file mode 100755 index 000000000..ab01c2c52 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/udieresis.glif @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/ugrave.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/ugrave.glif new file mode 100755 index 000000000..ec270fc83 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/ugrave.glif @@ -0,0 +1,59 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/underscore.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/underscore.glif new file mode 100755 index 000000000..68b323a9d --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/underscore.glif @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/v.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/v.glif new file mode 100755 index 000000000..11663af2b --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/v.glif @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/w.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/w.glif new file mode 100755 index 000000000..b47d74073 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/w.glif @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/x.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/x.glif new file mode 100755 index 000000000..e41d6e2c8 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/x.glif @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/y.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/y.glif new file mode 100755 index 000000000..d50a84f09 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/y.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/yacute.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/yacute.glif new file mode 100755 index 000000000..e07aa8e2c --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/yacute.glif @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/ydieresis.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/ydieresis.glif new file mode 100755 index 000000000..f1f61ab12 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/ydieresis.glif @@ -0,0 +1,59 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/z.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/z.glif new file mode 100755 index 000000000..1a18e479a --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/z.glif @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/zcaron.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/zcaron.glif new file mode 100755 index 000000000..cc5db087d --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/zcaron.glif @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/zero.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/zero.glif new file mode 100755 index 000000000..e8900c5a8 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/glyphs/zero.glif @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/kerning.plist b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/kerning.plist new file mode 100755 index 000000000..30ad30125 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/kerning.plist @@ -0,0 +1,1190 @@ + + + + + A + + B + -20 + C + -45 + D + -20 + E + -20 + F + -20 + G + -43 + H + -20 + I + -20 + J + -20 + K + -20 + L + -20 + M + -20 + N + -31 + O + -32 + P + -20 + Q + -36 + R + -20 + S + -55 + T + -121 + U + -35 + V + -125 + W + -110 + X + -30 + Y + -100 + Z + -10 + b + -20 + c + -45 + d + -20 + e + -20 + i + -20 + n + -31 + o + -32 + r + -20 + s + -55 + t + -121 + u + -35 + v + -125 + x + -30 + y + -100 + z + -10 + + B + + A + -39 + E + -11 + O + -15 + S + -16 + T + -39 + V + -31 + W + -16 + X + -27 + Y + -54 + e + -19 + o + -15 + s + -16 + t + -39 + v + -20 + w + -20 + x + -12 + y + -54 + + C + + A + -43 + H + -11 + R + 20 + S + -24 + T + -54 + Y + -15 + a + -43 + comma + -20 + h + -11 + period + -20 + r + 20 + s + -24 + t + -54 + y + -11 + + D + + A + -65 + E + -12 + W + -23 + Y + -32 + a + -65 + e + -12 + w + -23 + y + -31 + + E + + A + -20 + C + -15 + D + -12 + G + -47 + J + -32 + N + -12 + O + -51 + Q + -51 + S + -55 + T + -24 + V + -16 + W + -16 + Y + -10 + a + -20 + c + -15 + d + -12 + g + -47 + j + -32 + n + -12 + o + -51 + q + -51 + s + -55 + t + -24 + v + -16 + w + -16 + y + -10 + + F + + A + -113 + C + -43 + G + -39 + J + -113 + L + -4 + O + -43 + S + -39 + a + -113 + c + -43 + g + -39 + j + -113 + l + -4 + o + -43 + s + -39 + space + -31 + + G + + A + -50 + S + -27 + T + -55 + V + -19 + Y + -51 + a + -50 + s + -27 + t + -55 + y + -51 + + H + + A + -24 + R + 20 + a + -24 + r + 20 + + I + + A + -40 + S + -19 + T + -11 + a + -40 + s + -19 + t + -11 + + J + + A + -43 + a + -43 + + K + + O + -28 + S + -27 + o + -28 + s + -27 + + L + + A + -11 + O + -43 + S + -35 + T + -125 + U + -39 + V + -129 + Y + -109 + a + -11 + o + -39 + s + -31 + t + -125 + u + -39 + v + -129 + y + -109 + + M + + A + -20 + B + 8 + N + 15 + a + -20 + b + 8 + n + 15 + + N + + A + -45 + T + -12 + a + -45 + t + -12 + + O + + A + -47 + D + -16 + N + -16 + O + -23 + P + -16 + R + 10 + S + -19 + T + -70 + V + -43 + W + -43 + X + -12 + Y + -43 + a + -47 + d + -16 + n + -16 + o + -23 + p + -16 + r + 10 + s + -19 + t + -70 + v + -43 + w + -43 + x + -12 + y + -43 + + P + + A + -97 + T + -20 + X + -16 + Y + -15 + a + -97 + comma + -70 + period + -70 + t + -20 + x + -16 + y + -15 + + Q + + U + -10 + u + -10 + + R + + A + -12 + O + -11 + T + -20 + V + -24 + W + -24 + Y + -30 + a + -12 + o + -11 + t + -16 + v + -28 + w + -24 + y + -30 + + S + + A + -28 + E + -12 + H + -12 + T + -20 + X + -28 + Y + -16 + a + -28 + e + -12 + h + -12 + t + -20 + x + -28 + y + -12 + + T + + A + -113 + H + -11 + I + -11 + J + -82 + O + -20 + S + -50 + a + -113 + comma + -65 + h + -11 + i + -11 + j + -82 + o + -20 + period + -65 + s + -27 + space + -54 + + U + + A + -47 + S + -31 + T + -19 + a + -47 + s + -31 + t + -19 + + V + + A + -125 + E + 10 + J + -98 + O + -35 + a + -125 + e + 10 + j + -98 + o + -35 + space + -39 + + W + + A + -105 + O + -28 + S + -20 + a + -105 + e + -28 + o + -28 + period + -80 + s + -20 + + X + + S + -31 + s + -31 + + Y + + A + -94 + C + -31 + O + -15 + S + -35 + a + -94 + c + -31 + comma + -50 + o + -15 + period + -50 + s + -35 + + Z + + O + -16 + o + -16 + + a + + N + -36 + T + -90 + Y + -129 + b + -20 + c + -45 + d + -20 + e + -20 + f + -20 + g + -43 + h + -20 + i + -20 + j + -24 + k + -28 + l + -16 + m + -20 + n + -31 + o + -32 + p + -28 + q + -43 + r + -20 + s + -55 + t + -121 + u + -35 + v + -125 + w + -110 + x + -30 + y + -100 + z + -10 + + b + + S + -16 + T + -39 + V + -31 + W + -35 + X + -20 + Y + -43 + a + -39 + e + -11 + i + -15 + o + -15 + s + -15 + t + -39 + v + -20 + w + -15 + x + -11 + y + -54 + + c + + A + -15 + T + -23 + Y + -11 + a + -43 + comma + -20 + h + -11 + period + -20 + r + 20 + s + -24 + t + -54 + y + -16 + + d + + A + -43 + W + -23 + Y + -31 + a + -65 + e + -12 + s + -4 + w + -23 + y + -32 + + e + + A + -20 + S + -24 + a + -20 + c + -15 + d + -12 + g + -47 + j + -32 + n + -12 + o + -51 + q + -51 + s + -55 + t + -24 + v + -16 + w + -16 + y + -10 + + eight + + two + 16 + + f + + A + -94 + J + -117 + L + 20 + S + -27 + a + -113 + c + -43 + g + -39 + j + -114 + l + -4 + o + -43 + s + -39 + space + -31 + + g + + A + -23 + T + -31 + Y + -23 + a + -50 + s + -27 + t + -55 + v + -19 + y + -51 + + h + + a + -24 + r + 20 + + hyphen + + J + -47 + j + -47 + + i + + T + -11 + a + -40 + s + -19 + t + -11 + + j + + a + -43 + + k + + O + -28 + o + -28 + s + -27 + + l + + S + -35 + T + -94 + Y + -78 + a + -11 + o + -43 + s + -35 + t + -125 + u + -39 + v + -129 + y + -109 + + m + + a + -20 + b + 8 + n + 15 + + n + + a + -45 + t + -12 + + o + + R + 20 + T + -70 + V + -23 + W + -27 + X + -12 + Y + -19 + a + -47 + d + -16 + n + -16 + o + -23 + p + -16 + r + 10 + s + -19 + t + -70 + v + -43 + w + -43 + x + -11 + y + -43 + + p + + A + -78 + T + -20 + X + -12 + a + -97 + comma + -70 + period + -79 + t + -20 + x + -12 + y + -15 + + q + + u + -10 + + quotedbl + + J + -109 + j + -109 + + quotesingle + + J + -63 + S + -5 + T + 15 + j + -63 + s + -5 + t + 15 + + r + + A + -12 + O + -16 + T + -16 + V + -28 + W + -24 + Y + -24 + a + -12 + o + -11 + t + -32 + v + -28 + w + -24 + y + -30 + + s + + T + -32 + Y + -12 + a + -28 + e + -12 + h + -12 + t + -20 + x + -28 + y + -12 + + slash + + slash + -150 + + t + + A + -101 + J + -82 + O + -70 + S + -27 + a + -113 + comma + -65 + h + -11 + i + -11 + j + -82 + o + -20 + period + -65 + s + -50 + space + -54 + + two + + four + -41 + + u + + a + -47 + s + -31 + t + -19 + + v + + A + -102 + J + -98 + a + -125 + e + 10 + j + -98 + o + -35 + space + -39 + + w + + A + -109 + O + -28 + S + -20 + a + -105 + o + -28 + period + -80 + s + -20 + + x + + s + -31 + + y + + A + -94 + a + -94 + c + -31 + comma + -50 + o + -15 + period + -50 + s + -35 + + z + + O + -20 + o + -16 + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/lib.plist b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/lib.plist new file mode 100755 index 000000000..250a14f74 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/lib.plist @@ -0,0 +1,226 @@ + + + + + com.schriftgestaltung.fontMasterID + 62B2E368-67D2-484C-8CC5-CEA81B8E987A + com.schriftgestaltung.useNiceNames + + com.schriftgestaltung.weightValue + 400 + com.schriftgestaltung.widthValue + 5 + public.glyphOrder + + A + Aacute + Acircumflex + Adieresis + Agrave + Aring + Atilde + AE + B + C + Ccedilla + D + Eth + E + Eacute + Ecircumflex + Edieresis + Egrave + F + G + H + I + Iacute + Icircumflex + Idieresis + Igrave + J + K + L + Lslash + M + N + Ntilde + O + Oacute + Ocircumflex + Odieresis + Ograve + Oslash + Otilde + OE + P + Thorn + Q + R + S + Scaron + T + U + Uacute + Ucircumflex + Udieresis + Ugrave + V + W + X + Y + Yacute + Ydieresis + Z + Zcaron + a + aacute + acircumflex + adieresis + agrave + aring + atilde + ae + b + c + ccedilla + d + eth + e + eacute + ecircumflex + edieresis + egrave + f + g + h + i + dotlessi + iacute + icircumflex + idieresis + igrave + j + k + l + lslash + m + n + ntilde + o + oacute + ocircumflex + odieresis + ograve + oslash + otilde + oe + p + thorn + q + r + s + scaron + germandbls + t + u + uacute + ucircumflex + udieresis + ugrave + v + w + x + y + yacute + ydieresis + z + zcaron + fi + fl + ordmasculine + zero + one + two + three + four + five + six + seven + eight + nine + fraction + asterisk + backslash + bullet + colon + comma + ellipsis + exclam + exclamdown + numbersign + period + periodcentered + question + questiondown + quotedbl + quotesingle + semicolon + slash + underscore + braceleft + braceright + bracketleft + bracketright + parenleft + parenright + emdash + endash + hyphen + guillemotleft + guillemotright + guilsinglleft + guilsinglright + quotedblbase + quotedblleft + quotedblright + quoteleft + quoteright + quotesinglbase + space + CR + .notdef + Euro + dollar + asciitilde + equal + greater + less + minus + multiply + percent + plus + plusminus + ampersand + asciicircum + at + bar + copyright + degree + registered + acute + breve + caron + cedilla + circumflex + dieresis + dotaccent + grave + hungarumlaut + ogonek + ring + tilde + NULL + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/metainfo.plist b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/metainfo.plist new file mode 100755 index 000000000..12a792239 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.ufo/metainfo.plist @@ -0,0 +1,10 @@ + + + + + creator + com.schriftgestaltung.GlyphsUFOExport + formatVersion + 2 + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.vfb b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.vfb new file mode 100755 index 000000000..5cc940409 Binary files /dev/null and b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Italic.vfb differ diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/fontinfo.plist b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/fontinfo.plist new file mode 100755 index 000000000..7483602e9 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/fontinfo.plist @@ -0,0 +1,67 @@ + + + + + ascender + 674 + capHeight + 675 + descender + -31 + familyName + Ostrich Sans Inline + openTypeHeadCreated + 2013/05/09 18:37:00 + openTypeNameDesigner + Tyler Finck + openTypeNameDesignerURL + http://www.finck.co + openTypeNameManufacturer + The League of Moveable Type + openTypeNameManufacturerURL + http://www.theleagueofmoveabletype.com + openTypeNamePreferredFamilyName + Ostrich Sans Inline + openTypeNamePreferredSubfamilyName + Regular + openTypeOS2WeightClass + 400 + openTypeOS2WidthClass + 5 + postscriptBlueValues + + -6 + 0 + + postscriptOtherBlues + + + postscriptStemSnapH + + 16 + 18 + 29 + + postscriptStemSnapV + + 16 + 18 + 20 + 216 + + postscriptUnderlinePosition + -50 + styleMapStyleName + regular + styleName + Regular + unitsPerEm + 1000 + versionMajor + 1 + versionMinor + 2 + xHeight + 675 + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/AE_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/AE_.glif new file mode 100755 index 000000000..42bd160c4 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/AE_.glif @@ -0,0 +1,55 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/A_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/A_.glif new file mode 100755 index 000000000..705ce5a3e --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/A_.glif @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/Aacute_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/Aacute_.glif new file mode 100755 index 000000000..052fa6599 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/Aacute_.glif @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/Acircumflex_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/Acircumflex_.glif new file mode 100755 index 000000000..38741e42a --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/Acircumflex_.glif @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/Adieresis_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/Adieresis_.glif new file mode 100755 index 000000000..ea3305f04 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/Adieresis_.glif @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/Agrave_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/Agrave_.glif new file mode 100755 index 000000000..fbb9ed78a --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/Agrave_.glif @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/Aring_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/Aring_.glif new file mode 100755 index 000000000..058ca1907 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/Aring_.glif @@ -0,0 +1,93 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/Atilde_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/Atilde_.glif new file mode 100755 index 000000000..ddd6ba79f --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/Atilde_.glif @@ -0,0 +1,89 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/B_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/B_.glif new file mode 100755 index 000000000..5105f3405 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/B_.glif @@ -0,0 +1,85 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/CR_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/CR_.glif new file mode 100755 index 000000000..ea98f4c20 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/CR_.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/C_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/C_.glif new file mode 100755 index 000000000..77f545f3a --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/C_.glif @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/Ccedilla_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/Ccedilla_.glif new file mode 100755 index 000000000..9a73f12cd --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/Ccedilla_.glif @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/D_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/D_.glif new file mode 100755 index 000000000..76417596c --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/D_.glif @@ -0,0 +1,55 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/E_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/E_.glif new file mode 100755 index 000000000..c70c759a9 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/E_.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/Eacute_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/Eacute_.glif new file mode 100755 index 000000000..5460181c5 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/Eacute_.glif @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/Ecircumflex_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/Ecircumflex_.glif new file mode 100755 index 000000000..71fcca04e --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/Ecircumflex_.glif @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/Edieresis_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/Edieresis_.glif new file mode 100755 index 000000000..b70751d73 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/Edieresis_.glif @@ -0,0 +1,59 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/Egrave_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/Egrave_.glif new file mode 100755 index 000000000..919d7d42a --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/Egrave_.glif @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/Eth_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/Eth_.glif new file mode 100755 index 000000000..77909f417 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/Eth_.glif @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/Euro_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/Euro_.glif new file mode 100755 index 000000000..b4a6f7ca3 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/Euro_.glif @@ -0,0 +1,97 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/F_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/F_.glif new file mode 100755 index 000000000..3c3abb86e --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/F_.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/G_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/G_.glif new file mode 100755 index 000000000..1b4a0e168 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/G_.glif @@ -0,0 +1,75 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/H_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/H_.glif new file mode 100755 index 000000000..4aa1c83a8 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/H_.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/I_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/I_.glif new file mode 100755 index 000000000..660ab3265 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/I_.glif @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/Iacute_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/Iacute_.glif new file mode 100755 index 000000000..d3c378cdd --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/Iacute_.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/Icircumflex_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/Icircumflex_.glif new file mode 100755 index 000000000..53754061e --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/Icircumflex_.glif @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/Idieresis_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/Idieresis_.glif new file mode 100755 index 000000000..7fd57b8ce --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/Idieresis_.glif @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/Igrave_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/Igrave_.glif new file mode 100755 index 000000000..3a671b0ca --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/Igrave_.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/J_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/J_.glif new file mode 100755 index 000000000..9856c6c47 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/J_.glif @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/K_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/K_.glif new file mode 100755 index 000000000..cb22eb743 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/K_.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/L_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/L_.glif new file mode 100755 index 000000000..be086de2a --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/L_.glif @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/Lslash_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/Lslash_.glif new file mode 100755 index 000000000..e60513d58 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/Lslash_.glif @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/M_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/M_.glif new file mode 100755 index 000000000..02c720cee --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/M_.glif @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/NULL_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/NULL_.glif new file mode 100755 index 000000000..fa0b87887 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/NULL_.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/N_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/N_.glif new file mode 100755 index 000000000..21ead4e21 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/N_.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/Ntilde_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/Ntilde_.glif new file mode 100755 index 000000000..fb8bf24b1 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/Ntilde_.glif @@ -0,0 +1,87 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/OE_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/OE_.glif new file mode 100755 index 000000000..de5ee6197 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/OE_.glif @@ -0,0 +1,95 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/O_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/O_.glif new file mode 100755 index 000000000..2d7462e2f --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/O_.glif @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/Oacute_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/Oacute_.glif new file mode 100755 index 000000000..ded5c4f31 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/Oacute_.glif @@ -0,0 +1,83 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/Ocircumflex_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/Ocircumflex_.glif new file mode 100755 index 000000000..2e821f55e --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/Ocircumflex_.glif @@ -0,0 +1,90 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/Odieresis_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/Odieresis_.glif new file mode 100755 index 000000000..62ad4e7c8 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/Odieresis_.glif @@ -0,0 +1,95 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/Ograve_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/Ograve_.glif new file mode 100755 index 000000000..a7eff887c --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/Ograve_.glif @@ -0,0 +1,83 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/Oslash_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/Oslash_.glif new file mode 100755 index 000000000..d62c3a765 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/Oslash_.glif @@ -0,0 +1,125 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/Otilde_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/Otilde_.glif new file mode 100755 index 000000000..a7aaae5e2 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/Otilde_.glif @@ -0,0 +1,123 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/P_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/P_.glif new file mode 100755 index 000000000..b66c7d9b5 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/P_.glif @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/Q_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/Q_.glif new file mode 100755 index 000000000..0813ed606 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/Q_.glif @@ -0,0 +1,95 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/R_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/R_.glif new file mode 100755 index 000000000..1bae82920 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/R_.glif @@ -0,0 +1,73 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/S_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/S_.glif new file mode 100755 index 000000000..d2f997580 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/S_.glif @@ -0,0 +1,87 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/Scaron_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/Scaron_.glif new file mode 100755 index 000000000..dbb224b64 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/Scaron_.glif @@ -0,0 +1,106 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/T_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/T_.glif new file mode 100755 index 000000000..96c46e2ed --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/T_.glif @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/Thorn_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/Thorn_.glif new file mode 100755 index 000000000..952d6bc66 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/Thorn_.glif @@ -0,0 +1,79 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/U_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/U_.glif new file mode 100755 index 000000000..cefe28470 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/U_.glif @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/Uacute_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/Uacute_.glif new file mode 100755 index 000000000..e293fb1c2 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/Uacute_.glif @@ -0,0 +1,59 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/Ucircumflex_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/Ucircumflex_.glif new file mode 100755 index 000000000..bd5ee6a31 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/Ucircumflex_.glif @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/Udieresis_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/Udieresis_.glif new file mode 100755 index 000000000..e8b4700c1 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/Udieresis_.glif @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/Ugrave_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/Ugrave_.glif new file mode 100755 index 000000000..a0123bda1 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/Ugrave_.glif @@ -0,0 +1,59 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/V_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/V_.glif new file mode 100755 index 000000000..a05a6b8a6 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/V_.glif @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/W_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/W_.glif new file mode 100755 index 000000000..e33014f61 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/W_.glif @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/X_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/X_.glif new file mode 100755 index 000000000..b258b8742 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/X_.glif @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/Y_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/Y_.glif new file mode 100755 index 000000000..58018dc80 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/Y_.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/Yacute_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/Yacute_.glif new file mode 100755 index 000000000..3c2ca01b1 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/Yacute_.glif @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/Ydieresis_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/Ydieresis_.glif new file mode 100755 index 000000000..d4ffe7cab --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/Ydieresis_.glif @@ -0,0 +1,59 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/Z_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/Z_.glif new file mode 100755 index 000000000..91b8edbcf --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/Z_.glif @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/Zcaron_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/Zcaron_.glif new file mode 100755 index 000000000..6077a3190 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/Zcaron_.glif @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/_notdef.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/_notdef.glif new file mode 100755 index 000000000..dce69113d --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/_notdef.glif @@ -0,0 +1,6 @@ + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/a.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/a.glif new file mode 100755 index 000000000..562903223 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/a.glif @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/aacute.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/aacute.glif new file mode 100755 index 000000000..2cfa325dc --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/aacute.glif @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/acircumflex.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/acircumflex.glif new file mode 100755 index 000000000..4e1e48314 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/acircumflex.glif @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/acute.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/acute.glif new file mode 100755 index 000000000..ed53ec1a2 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/acute.glif @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/adieresis.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/adieresis.glif new file mode 100755 index 000000000..d45dbd685 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/adieresis.glif @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/ae.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/ae.glif new file mode 100755 index 000000000..6a492680a --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/ae.glif @@ -0,0 +1,55 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/agrave.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/agrave.glif new file mode 100755 index 000000000..b71a18f90 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/agrave.glif @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/ampersand.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/ampersand.glif new file mode 100755 index 000000000..5a395d2f9 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/ampersand.glif @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/aring.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/aring.glif new file mode 100755 index 000000000..cd15af626 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/aring.glif @@ -0,0 +1,93 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/asciicircum.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/asciicircum.glif new file mode 100755 index 000000000..b211959d9 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/asciicircum.glif @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/asciitilde.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/asciitilde.glif new file mode 100755 index 000000000..93c1a6d0b --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/asciitilde.glif @@ -0,0 +1,59 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/asterisk.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/asterisk.glif new file mode 100755 index 000000000..f10a6ad9c --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/asterisk.glif @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/at.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/at.glif new file mode 100755 index 000000000..860bea92d --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/at.glif @@ -0,0 +1,158 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/atilde.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/atilde.glif new file mode 100755 index 000000000..a6f103872 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/atilde.glif @@ -0,0 +1,89 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/b.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/b.glif new file mode 100755 index 000000000..e059e80a7 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/b.glif @@ -0,0 +1,85 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/backslash.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/backslash.glif new file mode 100755 index 000000000..35013fb4f --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/backslash.glif @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/bar.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/bar.glif new file mode 100755 index 000000000..52b8378c3 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/bar.glif @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/braceleft.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/braceleft.glif new file mode 100755 index 000000000..24f877387 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/braceleft.glif @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/braceright.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/braceright.glif new file mode 100755 index 000000000..ed24dc409 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/braceright.glif @@ -0,0 +1,73 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/bracketleft.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/bracketleft.glif new file mode 100755 index 000000000..4c9626219 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/bracketleft.glif @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/bracketright.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/bracketright.glif new file mode 100755 index 000000000..5e5895391 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/bracketright.glif @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/breve.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/breve.glif new file mode 100755 index 000000000..f616a54ad --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/breve.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/bullet.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/bullet.glif new file mode 100755 index 000000000..1ba63ccf8 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/bullet.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/c.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/c.glif new file mode 100755 index 000000000..4ea18104e --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/c.glif @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/caron.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/caron.glif new file mode 100755 index 000000000..785784801 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/caron.glif @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/ccedilla.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/ccedilla.glif new file mode 100755 index 000000000..2e640de54 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/ccedilla.glif @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/cedilla.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/cedilla.glif new file mode 100755 index 000000000..df3c0e137 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/cedilla.glif @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/circumflex.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/circumflex.glif new file mode 100755 index 000000000..26bcb3f95 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/circumflex.glif @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/colon.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/colon.glif new file mode 100755 index 000000000..36681f962 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/colon.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/comma.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/comma.glif new file mode 100755 index 000000000..cac2565ca --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/comma.glif @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/contents.plist b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/contents.plist new file mode 100755 index 000000000..94a44e3d5 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/contents.plist @@ -0,0 +1,424 @@ + + + + + .notdef + _notdef.glif + A + A_.glif + AE + AE_.glif + Aacute + Aacute_.glif + Acircumflex + Acircumflex_.glif + Adieresis + Adieresis_.glif + Agrave + Agrave_.glif + Aring + Aring_.glif + Atilde + Atilde_.glif + B + B_.glif + C + C_.glif + CR + CR_.glif + Ccedilla + Ccedilla_.glif + D + D_.glif + E + E_.glif + Eacute + Eacute_.glif + Ecircumflex + Ecircumflex_.glif + Edieresis + Edieresis_.glif + Egrave + Egrave_.glif + Eth + Eth_.glif + Euro + Euro_.glif + F + F_.glif + G + G_.glif + H + H_.glif + I + I_.glif + Iacute + Iacute_.glif + Icircumflex + Icircumflex_.glif + Idieresis + Idieresis_.glif + Igrave + Igrave_.glif + J + J_.glif + K + K_.glif + L + L_.glif + Lslash + Lslash_.glif + M + M_.glif + N + N_.glif + NULL + NULL_.glif + Ntilde + Ntilde_.glif + O + O_.glif + OE + OE_.glif + Oacute + Oacute_.glif + Ocircumflex + Ocircumflex_.glif + Odieresis + Odieresis_.glif + Ograve + Ograve_.glif + Oslash + Oslash_.glif + Otilde + Otilde_.glif + P + P_.glif + Q + Q_.glif + R + R_.glif + S + S_.glif + Scaron + Scaron_.glif + T + T_.glif + Thorn + Thorn_.glif + U + U_.glif + Uacute + Uacute_.glif + Ucircumflex + Ucircumflex_.glif + Udieresis + Udieresis_.glif + Ugrave + Ugrave_.glif + V + V_.glif + W + W_.glif + X + X_.glif + Y + Y_.glif + Yacute + Yacute_.glif + Ydieresis + Ydieresis_.glif + Z + Z_.glif + Zcaron + Zcaron_.glif + a + a.glif + aacute + aacute.glif + acircumflex + acircumflex.glif + acute + acute.glif + adieresis + adieresis.glif + ae + ae.glif + agrave + agrave.glif + ampersand + ampersand.glif + aring + aring.glif + asciicircum + asciicircum.glif + asciitilde + asciitilde.glif + asterisk + asterisk.glif + at + at.glif + atilde + atilde.glif + b + b.glif + backslash + backslash.glif + bar + bar.glif + braceleft + braceleft.glif + braceright + braceright.glif + bracketleft + bracketleft.glif + bracketright + bracketright.glif + breve + breve.glif + bullet + bullet.glif + c + c.glif + caron + caron.glif + ccedilla + ccedilla.glif + cedilla + cedilla.glif + circumflex + circumflex.glif + colon + colon.glif + comma + comma.glif + copyright + copyright.glif + d + d.glif + degree + degree.glif + dieresis + dieresis.glif + dollar + dollar.glif + dotaccent + dotaccent.glif + dotlessi + dotlessi.glif + e + e.glif + eacute + eacute.glif + ecircumflex + ecircumflex.glif + edieresis + edieresis.glif + egrave + egrave.glif + eight + eight.glif + ellipsis + ellipsis.glif + emdash + emdash.glif + endash + endash.glif + equal + equal.glif + eth + eth.glif + exclam + exclam.glif + exclamdown + exclamdown.glif + f + f.glif + fi + fi.glif + five + five.glif + fl + fl.glif + four + four.glif + fraction + fraction.glif + g + g.glif + germandbls + germandbls.glif + grave + grave.glif + greater + greater.glif + guillemotleft + guillemotleft.glif + guillemotright + guillemotright.glif + guilsinglleft + guilsinglleft.glif + guilsinglright + guilsinglright.glif + h + h.glif + hungarumlaut + hungarumlaut.glif + hyphen + hyphen.glif + i + i.glif + iacute + iacute.glif + icircumflex + icircumflex.glif + idieresis + idieresis.glif + igrave + igrave.glif + j + j.glif + k + k.glif + l + l.glif + less + less.glif + lslash + lslash.glif + m + m.glif + minus + minus.glif + multiply + multiply.glif + n + n.glif + nine + nine.glif + ntilde + ntilde.glif + numbersign + numbersign.glif + o + o.glif + oacute + oacute.glif + ocircumflex + ocircumflex.glif + odieresis + odieresis.glif + oe + oe.glif + ogonek + ogonek.glif + ograve + ograve.glif + one + one.glif + ordmasculine + ordmasculine.glif + oslash + oslash.glif + otilde + otilde.glif + p + p.glif + parenleft + parenleft.glif + parenright + parenright.glif + percent + percent.glif + period + period.glif + periodcentered + periodcentered.glif + plus + plus.glif + plusminus + plusminus.glif + q + q.glif + question + question.glif + questiondown + questiondown.glif + quotedbl + quotedbl.glif + quotedblbase + quotedblbase.glif + quotedblleft + quotedblleft.glif + quotedblright + quotedblright.glif + quoteleft + quoteleft.glif + quoteright + quoteright.glif + quotesinglbase + quotesinglbase.glif + quotesingle + quotesingle.glif + r + r.glif + registered + registered.glif + ring + ring.glif + s + s.glif + scaron + scaron.glif + semicolon + semicolon.glif + seven + seven.glif + six + six.glif + slash + slash.glif + space + space.glif + t + t.glif + thorn + thorn.glif + three + three.glif + tilde + tilde.glif + two + two.glif + u + u.glif + uacute + uacute.glif + ucircumflex + ucircumflex.glif + udieresis + udieresis.glif + ugrave + ugrave.glif + underscore + underscore.glif + v + v.glif + w + w.glif + x + x.glif + y + y.glif + yacute + yacute.glif + ydieresis + ydieresis.glif + z + z.glif + zcaron + zcaron.glif + zero + zero.glif + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/copyright.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/copyright.glif new file mode 100755 index 000000000..76e3316f4 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/copyright.glif @@ -0,0 +1,125 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/d.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/d.glif new file mode 100755 index 000000000..5c72d4710 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/d.glif @@ -0,0 +1,55 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/degree.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/degree.glif new file mode 100755 index 000000000..84b094f51 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/degree.glif @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/dieresis.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/dieresis.glif new file mode 100755 index 000000000..c6c7584de --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/dieresis.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/dollar.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/dollar.glif new file mode 100755 index 000000000..8f16324f5 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/dollar.glif @@ -0,0 +1,119 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/dotaccent.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/dotaccent.glif new file mode 100755 index 000000000..68cd7587b --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/dotaccent.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/dotlessi.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/dotlessi.glif new file mode 100755 index 000000000..5e4d6f7ff --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/dotlessi.glif @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/e.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/e.glif new file mode 100755 index 000000000..ba91fbd61 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/e.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/eacute.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/eacute.glif new file mode 100755 index 000000000..6fc6dff82 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/eacute.glif @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/ecircumflex.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/ecircumflex.glif new file mode 100755 index 000000000..9346938fe --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/ecircumflex.glif @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/edieresis.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/edieresis.glif new file mode 100755 index 000000000..dea04bae1 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/edieresis.glif @@ -0,0 +1,59 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/egrave.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/egrave.glif new file mode 100755 index 000000000..2a2c74ea1 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/egrave.glif @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/eight.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/eight.glif new file mode 100755 index 000000000..9f52744d2 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/eight.glif @@ -0,0 +1,115 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/ellipsis.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/ellipsis.glif new file mode 100755 index 000000000..95401409b --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/ellipsis.glif @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/emdash.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/emdash.glif new file mode 100755 index 000000000..2ad0fa140 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/emdash.glif @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/endash.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/endash.glif new file mode 100755 index 000000000..712c5fc65 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/endash.glif @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/equal.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/equal.glif new file mode 100755 index 000000000..08eac4be0 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/equal.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/eth.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/eth.glif new file mode 100755 index 000000000..1d94d2d37 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/eth.glif @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/exclam.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/exclam.glif new file mode 100755 index 000000000..ae9fcaaa3 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/exclam.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/exclamdown.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/exclamdown.glif new file mode 100755 index 000000000..94c056180 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/exclamdown.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/f.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/f.glif new file mode 100755 index 000000000..3b18e7b73 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/f.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/fi.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/fi.glif new file mode 100755 index 000000000..a86900d85 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/fi.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/five.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/five.glif new file mode 100755 index 000000000..19e037383 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/five.glif @@ -0,0 +1,79 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/fl.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/fl.glif new file mode 100755 index 000000000..23c324b19 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/fl.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/four.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/four.glif new file mode 100755 index 000000000..9d4f96d08 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/four.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/fraction.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/fraction.glif new file mode 100755 index 000000000..09460391d --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/fraction.glif @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/g.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/g.glif new file mode 100755 index 000000000..49ec6f735 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/g.glif @@ -0,0 +1,75 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/germandbls.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/germandbls.glif new file mode 100755 index 000000000..c92355054 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/germandbls.glif @@ -0,0 +1,82 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/grave.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/grave.glif new file mode 100755 index 000000000..b9bb74b77 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/grave.glif @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/greater.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/greater.glif new file mode 100755 index 000000000..a7fed5bd1 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/greater.glif @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/guillemotleft.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/guillemotleft.glif new file mode 100755 index 000000000..44ad7dbce --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/guillemotleft.glif @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/guillemotright.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/guillemotright.glif new file mode 100755 index 000000000..746a7c973 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/guillemotright.glif @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/guilsinglleft.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/guilsinglleft.glif new file mode 100755 index 000000000..3ca234a44 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/guilsinglleft.glif @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/guilsinglright.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/guilsinglright.glif new file mode 100755 index 000000000..b968f4f87 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/guilsinglright.glif @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/h.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/h.glif new file mode 100755 index 000000000..03c0d533b --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/h.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/hungarumlaut.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/hungarumlaut.glif new file mode 100755 index 000000000..c8c6bd8f4 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/hungarumlaut.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/hyphen.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/hyphen.glif new file mode 100755 index 000000000..dea735633 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/hyphen.glif @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/i.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/i.glif new file mode 100755 index 000000000..3a1457057 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/i.glif @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/iacute.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/iacute.glif new file mode 100755 index 000000000..4e4bc8158 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/iacute.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/icircumflex.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/icircumflex.glif new file mode 100755 index 000000000..43021cd03 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/icircumflex.glif @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/idieresis.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/idieresis.glif new file mode 100755 index 000000000..0cb5265e4 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/idieresis.glif @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/igrave.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/igrave.glif new file mode 100755 index 000000000..24cce852f --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/igrave.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/j.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/j.glif new file mode 100755 index 000000000..caa8d1841 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/j.glif @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/k.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/k.glif new file mode 100755 index 000000000..90dc04d91 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/k.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/l.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/l.glif new file mode 100755 index 000000000..4222683d8 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/l.glif @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/less.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/less.glif new file mode 100755 index 000000000..3df3f1993 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/less.glif @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/lslash.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/lslash.glif new file mode 100755 index 000000000..30377602b --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/lslash.glif @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/m.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/m.glif new file mode 100755 index 000000000..b50fd5750 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/m.glif @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/minus.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/minus.glif new file mode 100755 index 000000000..d2a366d42 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/minus.glif @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/multiply.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/multiply.glif new file mode 100755 index 000000000..30602bcbb --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/multiply.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/n.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/n.glif new file mode 100755 index 000000000..5d65b131d --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/n.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/nine.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/nine.glif new file mode 100755 index 000000000..5f767b6eb --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/nine.glif @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/ntilde.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/ntilde.glif new file mode 100755 index 000000000..5e241792d --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/ntilde.glif @@ -0,0 +1,87 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/numbersign.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/numbersign.glif new file mode 100755 index 000000000..9aab4af6c --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/numbersign.glif @@ -0,0 +1,93 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/o.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/o.glif new file mode 100755 index 000000000..de8e82916 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/o.glif @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/oacute.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/oacute.glif new file mode 100755 index 000000000..e833fb6b0 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/oacute.glif @@ -0,0 +1,83 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/ocircumflex.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/ocircumflex.glif new file mode 100755 index 000000000..ae0f8ad7e --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/ocircumflex.glif @@ -0,0 +1,90 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/odieresis.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/odieresis.glif new file mode 100755 index 000000000..5edd53f37 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/odieresis.glif @@ -0,0 +1,95 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/oe.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/oe.glif new file mode 100755 index 000000000..b8c596b36 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/oe.glif @@ -0,0 +1,95 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/ogonek.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/ogonek.glif new file mode 100755 index 000000000..c92abf92b --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/ogonek.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/ograve.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/ograve.glif new file mode 100755 index 000000000..594e1159c --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/ograve.glif @@ -0,0 +1,83 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/one.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/one.glif new file mode 100755 index 000000000..285454bfc --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/one.glif @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/ordmasculine.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/ordmasculine.glif new file mode 100755 index 000000000..e0ca36001 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/ordmasculine.glif @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/oslash.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/oslash.glif new file mode 100755 index 000000000..d2b00ed45 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/oslash.glif @@ -0,0 +1,125 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/otilde.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/otilde.glif new file mode 100755 index 000000000..3ecc5f588 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/otilde.glif @@ -0,0 +1,123 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/p.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/p.glif new file mode 100755 index 000000000..66b7bfed8 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/p.glif @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/parenleft.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/parenleft.glif new file mode 100755 index 000000000..4f6ff1b1a --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/parenleft.glif @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/parenright.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/parenright.glif new file mode 100755 index 000000000..08c13aa68 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/parenright.glif @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/percent.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/percent.glif new file mode 100755 index 000000000..0e6590ba2 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/percent.glif @@ -0,0 +1,147 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/period.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/period.glif new file mode 100755 index 000000000..d207f1b5d --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/period.glif @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/periodcentered.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/periodcentered.glif new file mode 100755 index 000000000..d8252c7f1 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/periodcentered.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/plus.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/plus.glif new file mode 100755 index 000000000..39f929656 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/plus.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/plusminus.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/plusminus.glif new file mode 100755 index 000000000..ce8fc0441 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/plusminus.glif @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/q.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/q.glif new file mode 100755 index 000000000..65604e853 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/q.glif @@ -0,0 +1,95 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/question.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/question.glif new file mode 100755 index 000000000..4e4f02963 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/question.glif @@ -0,0 +1,77 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/questiondown.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/questiondown.glif new file mode 100755 index 000000000..977d12cd8 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/questiondown.glif @@ -0,0 +1,77 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/quotedbl.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/quotedbl.glif new file mode 100755 index 000000000..762765bb2 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/quotedbl.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/quotedblbase.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/quotedblbase.glif new file mode 100755 index 000000000..f3237ef30 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/quotedblbase.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/quotedblleft.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/quotedblleft.glif new file mode 100755 index 000000000..4c9def325 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/quotedblleft.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/quotedblright.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/quotedblright.glif new file mode 100755 index 000000000..a0b2e96f4 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/quotedblright.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/quoteleft.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/quoteleft.glif new file mode 100755 index 000000000..1d72dbe09 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/quoteleft.glif @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/quoteright.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/quoteright.glif new file mode 100755 index 000000000..30928948c --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/quoteright.glif @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/quotesinglbase.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/quotesinglbase.glif new file mode 100755 index 000000000..6f8d74b73 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/quotesinglbase.glif @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/quotesingle.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/quotesingle.glif new file mode 100755 index 000000000..3fac177bc --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/quotesingle.glif @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/r.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/r.glif new file mode 100755 index 000000000..3831f8942 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/r.glif @@ -0,0 +1,73 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/registered.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/registered.glif new file mode 100755 index 000000000..d88363fa0 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/registered.glif @@ -0,0 +1,129 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/ring.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/ring.glif new file mode 100755 index 000000000..f373a9450 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/ring.glif @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/s.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/s.glif new file mode 100755 index 000000000..8e5f33695 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/s.glif @@ -0,0 +1,87 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/scaron.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/scaron.glif new file mode 100755 index 000000000..69723fa20 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/scaron.glif @@ -0,0 +1,106 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/semicolon.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/semicolon.glif new file mode 100755 index 000000000..f8c6185bb --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/semicolon.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/seven.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/seven.glif new file mode 100755 index 000000000..9151dd628 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/seven.glif @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/six.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/six.glif new file mode 100755 index 000000000..ac8cb70b4 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/six.glif @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/slash.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/slash.glif new file mode 100755 index 000000000..e6a6b4fc7 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/slash.glif @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/space.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/space.glif new file mode 100755 index 000000000..0a0b9650f --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/space.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/t.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/t.glif new file mode 100755 index 000000000..8cc12a86e --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/t.glif @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/thorn.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/thorn.glif new file mode 100755 index 000000000..b59d2374f --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/thorn.glif @@ -0,0 +1,79 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/three.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/three.glif new file mode 100755 index 000000000..9f4b7a30c --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/three.glif @@ -0,0 +1,89 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/tilde.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/tilde.glif new file mode 100755 index 000000000..528d09709 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/tilde.glif @@ -0,0 +1,59 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/two.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/two.glif new file mode 100755 index 000000000..7631d7df1 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/two.glif @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/u.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/u.glif new file mode 100755 index 000000000..b6a18beac --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/u.glif @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/uacute.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/uacute.glif new file mode 100755 index 000000000..86df14953 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/uacute.glif @@ -0,0 +1,59 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/ucircumflex.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/ucircumflex.glif new file mode 100755 index 000000000..ad45932e9 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/ucircumflex.glif @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/udieresis.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/udieresis.glif new file mode 100755 index 000000000..258af5871 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/udieresis.glif @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/ugrave.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/ugrave.glif new file mode 100755 index 000000000..077085d35 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/ugrave.glif @@ -0,0 +1,59 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/underscore.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/underscore.glif new file mode 100755 index 000000000..c330bb68e --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/underscore.glif @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/v.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/v.glif new file mode 100755 index 000000000..2a3bdf410 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/v.glif @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/w.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/w.glif new file mode 100755 index 000000000..2cb00f526 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/w.glif @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/x.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/x.glif new file mode 100755 index 000000000..b044d0955 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/x.glif @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/y.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/y.glif new file mode 100755 index 000000000..3299a4cfd --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/y.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/yacute.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/yacute.glif new file mode 100755 index 000000000..22f688435 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/yacute.glif @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/ydieresis.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/ydieresis.glif new file mode 100755 index 000000000..112d423fd --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/ydieresis.glif @@ -0,0 +1,59 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/z.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/z.glif new file mode 100755 index 000000000..15c6fc1f3 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/z.glif @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/zcaron.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/zcaron.glif new file mode 100755 index 000000000..ed0511fa7 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/zcaron.glif @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/zero.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/zero.glif new file mode 100755 index 000000000..5103a4ee6 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/glyphs/zero.glif @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/kerning.plist b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/kerning.plist new file mode 100755 index 000000000..30ad30125 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/kerning.plist @@ -0,0 +1,1190 @@ + + + + + A + + B + -20 + C + -45 + D + -20 + E + -20 + F + -20 + G + -43 + H + -20 + I + -20 + J + -20 + K + -20 + L + -20 + M + -20 + N + -31 + O + -32 + P + -20 + Q + -36 + R + -20 + S + -55 + T + -121 + U + -35 + V + -125 + W + -110 + X + -30 + Y + -100 + Z + -10 + b + -20 + c + -45 + d + -20 + e + -20 + i + -20 + n + -31 + o + -32 + r + -20 + s + -55 + t + -121 + u + -35 + v + -125 + x + -30 + y + -100 + z + -10 + + B + + A + -39 + E + -11 + O + -15 + S + -16 + T + -39 + V + -31 + W + -16 + X + -27 + Y + -54 + e + -19 + o + -15 + s + -16 + t + -39 + v + -20 + w + -20 + x + -12 + y + -54 + + C + + A + -43 + H + -11 + R + 20 + S + -24 + T + -54 + Y + -15 + a + -43 + comma + -20 + h + -11 + period + -20 + r + 20 + s + -24 + t + -54 + y + -11 + + D + + A + -65 + E + -12 + W + -23 + Y + -32 + a + -65 + e + -12 + w + -23 + y + -31 + + E + + A + -20 + C + -15 + D + -12 + G + -47 + J + -32 + N + -12 + O + -51 + Q + -51 + S + -55 + T + -24 + V + -16 + W + -16 + Y + -10 + a + -20 + c + -15 + d + -12 + g + -47 + j + -32 + n + -12 + o + -51 + q + -51 + s + -55 + t + -24 + v + -16 + w + -16 + y + -10 + + F + + A + -113 + C + -43 + G + -39 + J + -113 + L + -4 + O + -43 + S + -39 + a + -113 + c + -43 + g + -39 + j + -113 + l + -4 + o + -43 + s + -39 + space + -31 + + G + + A + -50 + S + -27 + T + -55 + V + -19 + Y + -51 + a + -50 + s + -27 + t + -55 + y + -51 + + H + + A + -24 + R + 20 + a + -24 + r + 20 + + I + + A + -40 + S + -19 + T + -11 + a + -40 + s + -19 + t + -11 + + J + + A + -43 + a + -43 + + K + + O + -28 + S + -27 + o + -28 + s + -27 + + L + + A + -11 + O + -43 + S + -35 + T + -125 + U + -39 + V + -129 + Y + -109 + a + -11 + o + -39 + s + -31 + t + -125 + u + -39 + v + -129 + y + -109 + + M + + A + -20 + B + 8 + N + 15 + a + -20 + b + 8 + n + 15 + + N + + A + -45 + T + -12 + a + -45 + t + -12 + + O + + A + -47 + D + -16 + N + -16 + O + -23 + P + -16 + R + 10 + S + -19 + T + -70 + V + -43 + W + -43 + X + -12 + Y + -43 + a + -47 + d + -16 + n + -16 + o + -23 + p + -16 + r + 10 + s + -19 + t + -70 + v + -43 + w + -43 + x + -12 + y + -43 + + P + + A + -97 + T + -20 + X + -16 + Y + -15 + a + -97 + comma + -70 + period + -70 + t + -20 + x + -16 + y + -15 + + Q + + U + -10 + u + -10 + + R + + A + -12 + O + -11 + T + -20 + V + -24 + W + -24 + Y + -30 + a + -12 + o + -11 + t + -16 + v + -28 + w + -24 + y + -30 + + S + + A + -28 + E + -12 + H + -12 + T + -20 + X + -28 + Y + -16 + a + -28 + e + -12 + h + -12 + t + -20 + x + -28 + y + -12 + + T + + A + -113 + H + -11 + I + -11 + J + -82 + O + -20 + S + -50 + a + -113 + comma + -65 + h + -11 + i + -11 + j + -82 + o + -20 + period + -65 + s + -27 + space + -54 + + U + + A + -47 + S + -31 + T + -19 + a + -47 + s + -31 + t + -19 + + V + + A + -125 + E + 10 + J + -98 + O + -35 + a + -125 + e + 10 + j + -98 + o + -35 + space + -39 + + W + + A + -105 + O + -28 + S + -20 + a + -105 + e + -28 + o + -28 + period + -80 + s + -20 + + X + + S + -31 + s + -31 + + Y + + A + -94 + C + -31 + O + -15 + S + -35 + a + -94 + c + -31 + comma + -50 + o + -15 + period + -50 + s + -35 + + Z + + O + -16 + o + -16 + + a + + N + -36 + T + -90 + Y + -129 + b + -20 + c + -45 + d + -20 + e + -20 + f + -20 + g + -43 + h + -20 + i + -20 + j + -24 + k + -28 + l + -16 + m + -20 + n + -31 + o + -32 + p + -28 + q + -43 + r + -20 + s + -55 + t + -121 + u + -35 + v + -125 + w + -110 + x + -30 + y + -100 + z + -10 + + b + + S + -16 + T + -39 + V + -31 + W + -35 + X + -20 + Y + -43 + a + -39 + e + -11 + i + -15 + o + -15 + s + -15 + t + -39 + v + -20 + w + -15 + x + -11 + y + -54 + + c + + A + -15 + T + -23 + Y + -11 + a + -43 + comma + -20 + h + -11 + period + -20 + r + 20 + s + -24 + t + -54 + y + -16 + + d + + A + -43 + W + -23 + Y + -31 + a + -65 + e + -12 + s + -4 + w + -23 + y + -32 + + e + + A + -20 + S + -24 + a + -20 + c + -15 + d + -12 + g + -47 + j + -32 + n + -12 + o + -51 + q + -51 + s + -55 + t + -24 + v + -16 + w + -16 + y + -10 + + eight + + two + 16 + + f + + A + -94 + J + -117 + L + 20 + S + -27 + a + -113 + c + -43 + g + -39 + j + -114 + l + -4 + o + -43 + s + -39 + space + -31 + + g + + A + -23 + T + -31 + Y + -23 + a + -50 + s + -27 + t + -55 + v + -19 + y + -51 + + h + + a + -24 + r + 20 + + hyphen + + J + -47 + j + -47 + + i + + T + -11 + a + -40 + s + -19 + t + -11 + + j + + a + -43 + + k + + O + -28 + o + -28 + s + -27 + + l + + S + -35 + T + -94 + Y + -78 + a + -11 + o + -43 + s + -35 + t + -125 + u + -39 + v + -129 + y + -109 + + m + + a + -20 + b + 8 + n + 15 + + n + + a + -45 + t + -12 + + o + + R + 20 + T + -70 + V + -23 + W + -27 + X + -12 + Y + -19 + a + -47 + d + -16 + n + -16 + o + -23 + p + -16 + r + 10 + s + -19 + t + -70 + v + -43 + w + -43 + x + -11 + y + -43 + + p + + A + -78 + T + -20 + X + -12 + a + -97 + comma + -70 + period + -79 + t + -20 + x + -12 + y + -15 + + q + + u + -10 + + quotedbl + + J + -109 + j + -109 + + quotesingle + + J + -63 + S + -5 + T + 15 + j + -63 + s + -5 + t + 15 + + r + + A + -12 + O + -16 + T + -16 + V + -28 + W + -24 + Y + -24 + a + -12 + o + -11 + t + -32 + v + -28 + w + -24 + y + -30 + + s + + T + -32 + Y + -12 + a + -28 + e + -12 + h + -12 + t + -20 + x + -28 + y + -12 + + slash + + slash + -150 + + t + + A + -101 + J + -82 + O + -70 + S + -27 + a + -113 + comma + -65 + h + -11 + i + -11 + j + -82 + o + -20 + period + -65 + s + -50 + space + -54 + + two + + four + -41 + + u + + a + -47 + s + -31 + t + -19 + + v + + A + -102 + J + -98 + a + -125 + e + 10 + j + -98 + o + -35 + space + -39 + + w + + A + -109 + O + -28 + S + -20 + a + -105 + o + -28 + period + -80 + s + -20 + + x + + s + -31 + + y + + A + -94 + a + -94 + c + -31 + comma + -50 + o + -15 + period + -50 + s + -35 + + z + + O + -20 + o + -16 + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/lib.plist b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/lib.plist new file mode 100755 index 000000000..d99ca4ce6 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/lib.plist @@ -0,0 +1,226 @@ + + + + + com.schriftgestaltung.fontMasterID + 713E9618-0218-4DB9-8689-A1BB08A95A9A + com.schriftgestaltung.useNiceNames + + com.schriftgestaltung.weightValue + 400 + com.schriftgestaltung.widthValue + 5 + public.glyphOrder + + A + Aacute + Acircumflex + Adieresis + Agrave + Aring + Atilde + AE + B + C + Ccedilla + D + Eth + E + Eacute + Ecircumflex + Edieresis + Egrave + F + G + H + I + Iacute + Icircumflex + Idieresis + Igrave + J + K + L + Lslash + M + N + Ntilde + O + Oacute + Ocircumflex + Odieresis + Ograve + Oslash + Otilde + OE + P + Thorn + Q + R + S + Scaron + T + U + Uacute + Ucircumflex + Udieresis + Ugrave + V + W + X + Y + Yacute + Ydieresis + Z + Zcaron + a + aacute + acircumflex + adieresis + agrave + aring + atilde + ae + b + c + ccedilla + d + eth + e + eacute + ecircumflex + edieresis + egrave + f + g + h + i + dotlessi + iacute + icircumflex + idieresis + igrave + j + k + l + lslash + m + n + ntilde + o + oacute + ocircumflex + odieresis + ograve + oslash + otilde + oe + p + thorn + q + r + s + scaron + germandbls + t + u + uacute + ucircumflex + udieresis + ugrave + v + w + x + y + yacute + ydieresis + z + zcaron + fi + fl + ordmasculine + zero + one + two + three + four + five + six + seven + eight + nine + fraction + asterisk + backslash + bullet + colon + comma + ellipsis + exclam + exclamdown + numbersign + period + periodcentered + question + questiondown + quotedbl + quotesingle + semicolon + slash + underscore + braceleft + braceright + bracketleft + bracketright + parenleft + parenright + emdash + endash + hyphen + guillemotleft + guillemotright + guilsinglleft + guilsinglright + quotedblbase + quotedblleft + quotedblright + quoteleft + quoteright + quotesinglbase + space + CR + .notdef + Euro + dollar + asciitilde + equal + greater + less + minus + multiply + percent + plus + plusminus + ampersand + asciicircum + at + bar + copyright + degree + registered + acute + breve + caron + cedilla + circumflex + dieresis + dotaccent + grave + hungarumlaut + ogonek + ring + tilde + NULL + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/metainfo.plist b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/metainfo.plist new file mode 100755 index 000000000..12a792239 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.ufo/metainfo.plist @@ -0,0 +1,10 @@ + + + + + creator + com.schriftgestaltung.GlyphsUFOExport + formatVersion + 2 + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.vfb b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.vfb new file mode 100755 index 000000000..70a036a0f Binary files /dev/null and b/theme_archit/static/src/fonts/source/Ostrich Sans Inline Regular.vfb differ diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/fontinfo.plist b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/fontinfo.plist new file mode 100755 index 000000000..d9ddd6eba --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/fontinfo.plist @@ -0,0 +1,58 @@ + + + + + ascender + 750 + capHeight + 648 + descender + -250 + familyName + Ostrich Sans Light + openTypeHeadCreated + 2011/05/25 16:47:24 + openTypeNameDesigner + Tyler Finck + openTypeNameDesignerURL + http://www.finck.co + openTypeNameManufacturer + The League of Moveable Type + openTypeNameManufacturerURL + http://www.theleagueofmoveabletype.com + openTypeNamePreferredFamilyName + Ostrich Sans + openTypeNamePreferredSubfamilyName + Light + openTypeOS2WeightClass + 300 + openTypeOS2WidthClass + 5 + postscriptBlueValues + + + postscriptFontName + OstrichSans-Light + postscriptFullName + Ostrich Sans Light + postscriptOtherBlues + + + postscriptUnderlinePosition + -75 + postscriptWeightName + Regular + styleMapStyleName + regular + styleName + Regular + unitsPerEm + 1000 + versionMajor + 1 + versionMinor + 1 + xHeight + 648 + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/A_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/A_.glif new file mode 100755 index 000000000..eecb04e8a --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/A_.glif @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/B_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/B_.glif new file mode 100755 index 000000000..6c67dacf1 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/B_.glif @@ -0,0 +1,72 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/CR_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/CR_.glif new file mode 100755 index 000000000..9da8eb11f --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/CR_.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/C_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/C_.glif new file mode 100755 index 000000000..5b5ff5b7d --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/C_.glif @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/D_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/D_.glif new file mode 100755 index 000000000..dfcb1ec75 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/D_.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/E_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/E_.glif new file mode 100755 index 000000000..a6a644fad --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/E_.glif @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/F_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/F_.glif new file mode 100755 index 000000000..78b12545f --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/F_.glif @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/G_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/G_.glif new file mode 100755 index 000000000..63284ca1b --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/G_.glif @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/H_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/H_.glif new file mode 100755 index 000000000..34c6b82f9 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/H_.glif @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/I_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/I_.glif new file mode 100755 index 000000000..03d784b13 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/I_.glif @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/J_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/J_.glif new file mode 100755 index 000000000..22c93b49a --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/J_.glif @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/K_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/K_.glif new file mode 100755 index 000000000..7dadca7b6 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/K_.glif @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/L_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/L_.glif new file mode 100755 index 000000000..89afe324d --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/L_.glif @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/M_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/M_.glif new file mode 100755 index 000000000..9340cb223 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/M_.glif @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/N_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/N_.glif new file mode 100755 index 000000000..efac79a09 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/N_.glif @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/O_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/O_.glif new file mode 100755 index 000000000..f81a10279 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/O_.glif @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/P_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/P_.glif new file mode 100755 index 000000000..7591db735 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/P_.glif @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/Q_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/Q_.glif new file mode 100755 index 000000000..37ceefec9 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/Q_.glif @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/R_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/R_.glif new file mode 100755 index 000000000..5d8a0634d --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/R_.glif @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/S_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/S_.glif new file mode 100755 index 000000000..d9dfa4111 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/S_.glif @@ -0,0 +1,79 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/T_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/T_.glif new file mode 100755 index 000000000..8187d4a20 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/T_.glif @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/U_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/U_.glif new file mode 100755 index 000000000..3240b97e0 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/U_.glif @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/V_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/V_.glif new file mode 100755 index 000000000..fd56a458e --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/V_.glif @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/W_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/W_.glif new file mode 100755 index 000000000..b17bdb10b --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/W_.glif @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/X_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/X_.glif new file mode 100755 index 000000000..9a7f84cfb --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/X_.glif @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/Y_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/Y_.glif new file mode 100755 index 000000000..6dbf95fce --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/Y_.glif @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/Z_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/Z_.glif new file mode 100755 index 000000000..f26a30079 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/Z_.glif @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/_notdef.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/_notdef.glif new file mode 100755 index 000000000..f55756fcb --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/_notdef.glif @@ -0,0 +1,6 @@ + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/_null.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/_null.glif new file mode 100755 index 000000000..1005238db --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/_null.glif @@ -0,0 +1,6 @@ + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/a.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/a.glif new file mode 100755 index 000000000..1b09c8155 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/a.glif @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/ampersand.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/ampersand.glif new file mode 100755 index 000000000..de1ad3938 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/ampersand.glif @@ -0,0 +1,125 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/asciicircum.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/asciicircum.glif new file mode 100755 index 000000000..1f5c522ef --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/asciicircum.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/asciitilde.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/asciitilde.glif new file mode 100755 index 000000000..8fa669e1e --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/asciitilde.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/asterisk.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/asterisk.glif new file mode 100755 index 000000000..a46a51012 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/asterisk.glif @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/at.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/at.glif new file mode 100755 index 000000000..e677ec8aa --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/at.glif @@ -0,0 +1,156 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/b.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/b.glif new file mode 100755 index 000000000..5544e55b3 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/b.glif @@ -0,0 +1,72 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/backslash.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/backslash.glif new file mode 100755 index 000000000..b11838981 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/backslash.glif @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/bar.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/bar.glif new file mode 100755 index 000000000..5573147ee --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/bar.glif @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/braceleft.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/braceleft.glif new file mode 100755 index 000000000..051b34959 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/braceleft.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/braceright.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/braceright.glif new file mode 100755 index 000000000..3532ace8e --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/braceright.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/bracketleft.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/bracketleft.glif new file mode 100755 index 000000000..d0ef8d6b3 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/bracketleft.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/bracketright.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/bracketright.glif new file mode 100755 index 000000000..0317de41a --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/bracketright.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/breve.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/breve.glif new file mode 100755 index 000000000..f616a54ad --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/breve.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/bullet.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/bullet.glif new file mode 100755 index 000000000..1f7b66180 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/bullet.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/c.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/c.glif new file mode 100755 index 000000000..b360afa36 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/c.glif @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/caron.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/caron.glif new file mode 100755 index 000000000..86778855e --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/caron.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/circumflex.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/circumflex.glif new file mode 100755 index 000000000..d0ab4ce46 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/circumflex.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/colon.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/colon.glif new file mode 100755 index 000000000..32d763bab --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/colon.glif @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/comma.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/comma.glif new file mode 100755 index 000000000..86069a18c --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/comma.glif @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/contents.plist b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/contents.plist new file mode 100755 index 000000000..e9e2b07d3 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/contents.plist @@ -0,0 +1,240 @@ + + + + + .notdef + _notdef.glif + .null + _null.glif + A + A_.glif + B + B_.glif + C + C_.glif + CR + CR_.glif + D + D_.glif + E + E_.glif + F + F_.glif + G + G_.glif + H + H_.glif + I + I_.glif + J + J_.glif + K + K_.glif + L + L_.glif + M + M_.glif + N + N_.glif + O + O_.glif + P + P_.glif + Q + Q_.glif + R + R_.glif + S + S_.glif + T + T_.glif + U + U_.glif + V + V_.glif + W + W_.glif + X + X_.glif + Y + Y_.glif + Z + Z_.glif + a + a.glif + ampersand + ampersand.glif + asciicircum + asciicircum.glif + asciitilde + asciitilde.glif + asterisk + asterisk.glif + at + at.glif + b + b.glif + backslash + backslash.glif + bar + bar.glif + braceleft + braceleft.glif + braceright + braceright.glif + bracketleft + bracketleft.glif + bracketright + bracketright.glif + breve + breve.glif + bullet + bullet.glif + c + c.glif + caron + caron.glif + circumflex + circumflex.glif + colon + colon.glif + comma + comma.glif + copyright + copyright.glif + d + d.glif + dollar + dollar.glif + dotaccent + dotaccent.glif + dotlessi + dotlessi.glif + e + e.glif + eight + eight.glif + emdash + emdash.glif + endash + endash.glif + equal + equal.glif + exclam + exclam.glif + f + f.glif + five + five.glif + four + four.glif + g + g.glif + g115 + g115.glif + greater + greater.glif + h + h.glif + hungarumlaut + hungarumlaut.glif + hyphen + hyphen.glif + i + i.glif + j + j.glif + k + k.glif + l + l.glif + less + less.glif + m + m.glif + n + n.glif + nine + nine.glif + numbersign + numbersign.glif + o + o.glif + ogonek + ogonek.glif + one + one.glif + p + p.glif + parenleft + parenleft.glif + parenright + parenright.glif + percent + percent.glif + period + period.glif + plus + plus.glif + q + q.glif + question + question.glif + quotedbl + quotedbl.glif + quotedblleft + quotedblleft.glif + quotedblright + quotedblright.glif + quoteleft + quoteleft.glif + quoteright + quoteright.glif + quotesingle + quotesingle.glif + r + r.glif + registered + registered.glif + ring + ring.glif + s + s.glif + semicolon + semicolon.glif + seven + seven.glif + six + six.glif + slash + slash.glif + space + space.glif + t + t.glif + three + three.glif + tilde + tilde.glif + trademark + trademark.glif + two + two.glif + u + u.glif + underscore + underscore.glif + v + v.glif + w + w.glif + x + x.glif + y + y.glif + z + z.glif + zero + zero.glif + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/copyright.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/copyright.glif new file mode 100755 index 000000000..dfbee157c --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/copyright.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/d.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/d.glif new file mode 100755 index 000000000..73a3db09f --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/d.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/dollar.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/dollar.glif new file mode 100755 index 000000000..1323acc85 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/dollar.glif @@ -0,0 +1,99 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/dotaccent.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/dotaccent.glif new file mode 100755 index 000000000..68cd7587b --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/dotaccent.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/dotlessi.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/dotlessi.glif new file mode 100755 index 000000000..569f9f712 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/dotlessi.glif @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/e.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/e.glif new file mode 100755 index 000000000..30fc3c2aa --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/e.glif @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/eight.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/eight.glif new file mode 100755 index 000000000..4076841ff --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/eight.glif @@ -0,0 +1,81 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/emdash.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/emdash.glif new file mode 100755 index 000000000..874846488 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/emdash.glif @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/endash.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/endash.glif new file mode 100755 index 000000000..447b99b7c --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/endash.glif @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/equal.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/equal.glif new file mode 100755 index 000000000..d81c4e071 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/equal.glif @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/exclam.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/exclam.glif new file mode 100755 index 000000000..4db6762ca --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/exclam.glif @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/f.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/f.glif new file mode 100755 index 000000000..9a5c75b22 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/f.glif @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/five.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/five.glif new file mode 100755 index 000000000..2622601f5 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/five.glif @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/four.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/four.glif new file mode 100755 index 000000000..97a55d607 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/four.glif @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/g.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/g.glif new file mode 100755 index 000000000..02907cfd2 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/g.glif @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/g115.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/g115.glif new file mode 100755 index 000000000..875c62b68 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/g115.glif @@ -0,0 +1,6 @@ + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/greater.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/greater.glif new file mode 100755 index 000000000..de4f548aa --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/greater.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/h.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/h.glif new file mode 100755 index 000000000..9da8b22e4 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/h.glif @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/hungarumlaut.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/hungarumlaut.glif new file mode 100755 index 000000000..c8c6bd8f4 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/hungarumlaut.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/hyphen.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/hyphen.glif new file mode 100755 index 000000000..4550a8c76 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/hyphen.glif @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/i.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/i.glif new file mode 100755 index 000000000..7ac2194ed --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/i.glif @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/j.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/j.glif new file mode 100755 index 000000000..c0f37eb73 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/j.glif @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/k.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/k.glif new file mode 100755 index 000000000..465858ddc --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/k.glif @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/l.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/l.glif new file mode 100755 index 000000000..875cb8385 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/l.glif @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/less.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/less.glif new file mode 100755 index 000000000..a430dd7d4 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/less.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/m.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/m.glif new file mode 100755 index 000000000..bcc46fd48 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/m.glif @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/n.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/n.glif new file mode 100755 index 000000000..0e1b82c1b --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/n.glif @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/nine.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/nine.glif new file mode 100755 index 000000000..b93d33787 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/nine.glif @@ -0,0 +1,59 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/numbersign.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/numbersign.glif new file mode 100755 index 000000000..56fc287a9 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/numbersign.glif @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/o.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/o.glif new file mode 100755 index 000000000..b9bd7dead --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/o.glif @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/ogonek.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/ogonek.glif new file mode 100755 index 000000000..c92abf92b --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/ogonek.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/one.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/one.glif new file mode 100755 index 000000000..a54b7987e --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/one.glif @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/p.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/p.glif new file mode 100755 index 000000000..7431d057d --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/p.glif @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/parenleft.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/parenleft.glif new file mode 100755 index 000000000..29461eca3 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/parenleft.glif @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/parenright.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/parenright.glif new file mode 100755 index 000000000..9ca0aa2a4 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/parenright.glif @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/percent.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/percent.glif new file mode 100755 index 000000000..d01d085f1 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/percent.glif @@ -0,0 +1,93 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/period.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/period.glif new file mode 100755 index 000000000..a6f83b11e --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/period.glif @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/plus.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/plus.glif new file mode 100755 index 000000000..6c80b5622 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/plus.glif @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/q.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/q.glif new file mode 100755 index 000000000..af7b48d3d --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/q.glif @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/question.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/question.glif new file mode 100755 index 000000000..12350acb3 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/question.glif @@ -0,0 +1,89 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/quotedbl.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/quotedbl.glif new file mode 100755 index 000000000..eb9183626 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/quotedbl.glif @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/quotedblleft.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/quotedblleft.glif new file mode 100755 index 000000000..396a13f9e --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/quotedblleft.glif @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/quotedblright.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/quotedblright.glif new file mode 100755 index 000000000..56e5f6c37 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/quotedblright.glif @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/quoteleft.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/quoteleft.glif new file mode 100755 index 000000000..d86e22a1f --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/quoteleft.glif @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/quoteright.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/quoteright.glif new file mode 100755 index 000000000..bc6a341dc --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/quoteright.glif @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/quotesingle.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/quotesingle.glif new file mode 100755 index 000000000..c1ff20cbc --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/quotesingle.glif @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/r.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/r.glif new file mode 100755 index 000000000..d6eabfe9a --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/r.glif @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/registered.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/registered.glif new file mode 100755 index 000000000..22731c232 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/registered.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/ring.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/ring.glif new file mode 100755 index 000000000..ac278d77d --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/ring.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/s.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/s.glif new file mode 100755 index 000000000..4c6d9ce6c --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/s.glif @@ -0,0 +1,79 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/semicolon.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/semicolon.glif new file mode 100755 index 000000000..2d35977c0 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/semicolon.glif @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/seven.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/seven.glif new file mode 100755 index 000000000..9d2fbdd8c --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/seven.glif @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/six.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/six.glif new file mode 100755 index 000000000..3e8c2046a --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/six.glif @@ -0,0 +1,59 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/slash.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/slash.glif new file mode 100755 index 000000000..3b5d6022c --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/slash.glif @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/space.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/space.glif new file mode 100755 index 000000000..71d3b6eb8 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/space.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/t.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/t.glif new file mode 100755 index 000000000..4d5142a1e --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/t.glif @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/three.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/three.glif new file mode 100755 index 000000000..51e8a7bf5 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/three.glif @@ -0,0 +1,80 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/tilde.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/tilde.glif new file mode 100755 index 000000000..7bb3955c6 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/tilde.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/trademark.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/trademark.glif new file mode 100755 index 000000000..a8da678b5 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/trademark.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/two.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/two.glif new file mode 100755 index 000000000..703cb3b89 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/two.glif @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/u.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/u.glif new file mode 100755 index 000000000..498cc6895 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/u.glif @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/underscore.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/underscore.glif new file mode 100755 index 000000000..d52bc2f72 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/underscore.glif @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/v.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/v.glif new file mode 100755 index 000000000..d6492ecac --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/v.glif @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/w.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/w.glif new file mode 100755 index 000000000..afb6d2de6 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/w.glif @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/x.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/x.glif new file mode 100755 index 000000000..5107a8f03 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/x.glif @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/y.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/y.glif new file mode 100755 index 000000000..28969ac99 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/y.glif @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/z.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/z.glif new file mode 100755 index 000000000..846d63b10 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/z.glif @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/zero.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/zero.glif new file mode 100755 index 000000000..bab8dbf1d --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/glyphs/zero.glif @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/lib.plist b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/lib.plist new file mode 100755 index 000000000..5d0b1e780 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/lib.plist @@ -0,0 +1,256 @@ + + + + + com.schriftgestaltung.fontMasterID + 9CBF4F46-5A00-4A4B-B7F5-0231F7F86BF5 + com.schriftgestaltung.useNiceNames + + com.schriftgestaltung.weight + Light + com.schriftgestaltung.weightValue + 300 + com.schriftgestaltung.widthValue + 5 + org.robofab.glyphOrder + + A + B + C + D + E + F + G + H + I + J + K + L + M + N + O + P + Q + R + S + T + U + V + W + X + Y + Z + a + b + c + d + dotlessi + e + f + g + h + i + j + k + l + m + n + o + p + q + r + s + t + u + v + w + x + y + z + zero + one + two + three + four + five + six + seven + eight + nine + asterisk + backslash + bullet + colon + comma + exclam + numbersign + period + question + quotedbl + quotesingle + semicolon + slash + underscore + braceleft + braceright + bracketleft + bracketright + parenleft + parenright + emdash + endash + hyphen + quotedblleft + quotedblright + quoteleft + quoteright + space + dollar + asciitilde + equal + greater + less + percent + plus + ampersand + at + bar + copyright + registered + trademark + asciicircum + breve + caron + circumflex + dotaccent + hungarumlaut + ogonek + ring + tilde + g115 + uni000D + .notdef + .null + + public.glyphOrder + + A + B + C + D + E + F + G + H + I + J + K + L + M + N + O + P + Q + R + S + T + U + V + W + X + Y + Z + a + b + c + d + e + f + g + h + i + dotlessi + j + k + l + m + n + o + p + q + r + s + t + u + v + w + x + y + z + zero + one + two + three + four + five + six + seven + eight + nine + asterisk + backslash + bullet + colon + comma + exclam + numbersign + period + question + quotedbl + quotesingle + semicolon + slash + underscore + braceleft + braceright + bracketleft + bracketright + parenleft + parenright + emdash + endash + hyphen + quotedblleft + quotedblright + quoteleft + quoteright + space + CR + .notdef + .null + dollar + asciitilde + equal + greater + less + percent + plus + ampersand + asciicircum + at + bar + copyright + registered + trademark + breve + caron + circumflex + dotaccent + hungarumlaut + ogonek + ring + tilde + g115 + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/metainfo.plist b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/metainfo.plist new file mode 100755 index 000000000..12a792239 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Light.ufo/metainfo.plist @@ -0,0 +1,10 @@ + + + + + creator + com.schriftgestaltung.GlyphsUFOExport + formatVersion + 2 + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Medium.vfb b/theme_archit/static/src/fonts/source/Ostrich Sans Medium.vfb new file mode 100755 index 000000000..edd324aeb Binary files /dev/null and b/theme_archit/static/src/fonts/source/Ostrich Sans Medium.vfb differ diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/fontinfo.plist b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/fontinfo.plist new file mode 100755 index 000000000..a8ed554da --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/fontinfo.plist @@ -0,0 +1,58 @@ + + + + + ascender + 750 + capHeight + 674 + descender + -250 + familyName + Ostrich Sans Medium + openTypeHeadCreated + 2011/05/25 16:47:21 + openTypeNameDesigner + Tyler Finck + openTypeNameDesignerURL + http://www.finck.co + openTypeNameManufacturer + The League of Moveable Type + openTypeNameManufacturerURL + http://www.theleagueofmoveabletype.com + openTypeNamePreferredFamilyName + Ostrich Sans + openTypeNamePreferredSubfamilyName + Medium + openTypeOS2WeightClass + 400 + openTypeOS2WidthClass + 5 + postscriptBlueValues + + + postscriptFontName + OstrichSans-Medium + postscriptFullName + Ostrich Sans Medium + postscriptOtherBlues + + + postscriptUnderlinePosition + -75 + postscriptWeightName + Regular + styleMapStyleName + regular + styleName + Regular + unitsPerEm + 1000 + versionMajor + 1 + versionMinor + 1 + xHeight + 674 + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/A_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/A_.glif new file mode 100755 index 000000000..33e9921dc --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/A_.glif @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/B_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/B_.glif new file mode 100755 index 000000000..c047ccf80 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/B_.glif @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/CR_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/CR_.glif new file mode 100755 index 000000000..9da8eb11f --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/CR_.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/C_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/C_.glif new file mode 100755 index 000000000..05f207f92 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/C_.glif @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/D_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/D_.glif new file mode 100755 index 000000000..b9de3d362 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/D_.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/E_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/E_.glif new file mode 100755 index 000000000..88632bd17 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/E_.glif @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/F_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/F_.glif new file mode 100755 index 000000000..96902600f --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/F_.glif @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/G_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/G_.glif new file mode 100755 index 000000000..354b0db26 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/G_.glif @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/H_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/H_.glif new file mode 100755 index 000000000..59e51ed91 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/H_.glif @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/I_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/I_.glif new file mode 100755 index 000000000..2189f58de --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/I_.glif @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/J_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/J_.glif new file mode 100755 index 000000000..b32bcf1ef --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/J_.glif @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/K_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/K_.glif new file mode 100755 index 000000000..64b426017 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/K_.glif @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/L_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/L_.glif new file mode 100755 index 000000000..379c91dfb --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/L_.glif @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/M_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/M_.glif new file mode 100755 index 000000000..b79e54673 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/M_.glif @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/N_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/N_.glif new file mode 100755 index 000000000..fdf812f0b --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/N_.glif @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/O_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/O_.glif new file mode 100755 index 000000000..8bb7b3c3b --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/O_.glif @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/P_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/P_.glif new file mode 100755 index 000000000..7a215cd4f --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/P_.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/Q_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/Q_.glif new file mode 100755 index 000000000..12db547ad --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/Q_.glif @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/R_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/R_.glif new file mode 100755 index 000000000..d557c2f87 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/R_.glif @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/S_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/S_.glif new file mode 100755 index 000000000..6af7a9ef8 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/S_.glif @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/T_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/T_.glif new file mode 100755 index 000000000..4cafd189b --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/T_.glif @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/U_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/U_.glif new file mode 100755 index 000000000..f6bf7f7b7 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/U_.glif @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/V_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/V_.glif new file mode 100755 index 000000000..77f45e1d5 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/V_.glif @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/W_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/W_.glif new file mode 100755 index 000000000..2b823ec0d --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/W_.glif @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/X_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/X_.glif new file mode 100755 index 000000000..4051c2348 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/X_.glif @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/Y_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/Y_.glif new file mode 100755 index 000000000..f224072c3 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/Y_.glif @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/Z_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/Z_.glif new file mode 100755 index 000000000..89b2a3bf4 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/Z_.glif @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/_notdef.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/_notdef.glif new file mode 100755 index 000000000..f55756fcb --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/_notdef.glif @@ -0,0 +1,6 @@ + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/_null.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/_null.glif new file mode 100755 index 000000000..1005238db --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/_null.glif @@ -0,0 +1,6 @@ + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/a.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/a.glif new file mode 100755 index 000000000..837f32e01 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/a.glif @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/ampersand.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/ampersand.glif new file mode 100755 index 000000000..cf966c747 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/ampersand.glif @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/asciicircum.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/asciicircum.glif new file mode 100755 index 000000000..1f5c522ef --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/asciicircum.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/asciitilde.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/asciitilde.glif new file mode 100755 index 000000000..8fa669e1e --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/asciitilde.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/asterisk.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/asterisk.glif new file mode 100755 index 000000000..d9b2078c5 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/asterisk.glif @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/at.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/at.glif new file mode 100755 index 000000000..40cd2922f --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/at.glif @@ -0,0 +1,153 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/b.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/b.glif new file mode 100755 index 000000000..0349cf691 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/b.glif @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/backslash.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/backslash.glif new file mode 100755 index 000000000..f5395efd7 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/backslash.glif @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/bar.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/bar.glif new file mode 100755 index 000000000..fad359a3f --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/bar.glif @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/braceleft.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/braceleft.glif new file mode 100755 index 000000000..051b34959 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/braceleft.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/braceright.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/braceright.glif new file mode 100755 index 000000000..3532ace8e --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/braceright.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/bracketleft.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/bracketleft.glif new file mode 100755 index 000000000..d0ef8d6b3 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/bracketleft.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/bracketright.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/bracketright.glif new file mode 100755 index 000000000..0317de41a --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/bracketright.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/breve.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/breve.glif new file mode 100755 index 000000000..f616a54ad --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/breve.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/bullet.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/bullet.glif new file mode 100755 index 000000000..1f7b66180 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/bullet.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/c.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/c.glif new file mode 100755 index 000000000..5886e5ac5 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/c.glif @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/caron.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/caron.glif new file mode 100755 index 000000000..86778855e --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/caron.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/circumflex.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/circumflex.glif new file mode 100755 index 000000000..d0ab4ce46 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/circumflex.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/colon.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/colon.glif new file mode 100755 index 000000000..a130e79dc --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/colon.glif @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/comma.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/comma.glif new file mode 100755 index 000000000..9a8f038e9 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/comma.glif @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/contents.plist b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/contents.plist new file mode 100755 index 000000000..3f592833a --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/contents.plist @@ -0,0 +1,242 @@ + + + + + .notdef + _notdef.glif + .null + _null.glif + A + A_.glif + B + B_.glif + C + C_.glif + CR + CR_.glif + D + D_.glif + E + E_.glif + F + F_.glif + G + G_.glif + H + H_.glif + I + I_.glif + J + J_.glif + K + K_.glif + L + L_.glif + M + M_.glif + N + N_.glif + O + O_.glif + P + P_.glif + Q + Q_.glif + R + R_.glif + S + S_.glif + T + T_.glif + U + U_.glif + V + V_.glif + W + W_.glif + X + X_.glif + Y + Y_.glif + Z + Z_.glif + a + a.glif + ampersand + ampersand.glif + asciicircum + asciicircum.glif + asciitilde + asciitilde.glif + asterisk + asterisk.glif + at + at.glif + b + b.glif + backslash + backslash.glif + bar + bar.glif + braceleft + braceleft.glif + braceright + braceright.glif + bracketleft + bracketleft.glif + bracketright + bracketright.glif + breve + breve.glif + bullet + bullet.glif + c + c.glif + caron + caron.glif + circumflex + circumflex.glif + colon + colon.glif + comma + comma.glif + copyright + copyright.glif + d + d.glif + dollar + dollar.glif + dotaccent + dotaccent.glif + dotlessi + dotlessi.glif + e + e.glif + eight + eight.glif + emdash + emdash.glif + endash + endash.glif + equal + equal.glif + exclam + exclam.glif + f + f.glif + five + five.glif + four + four.glif + g + g.glif + g116 + g116.glif + grave + grave.glif + greater + greater.glif + h + h.glif + hungarumlaut + hungarumlaut.glif + hyphen + hyphen.glif + i + i.glif + j + j.glif + k + k.glif + l + l.glif + less + less.glif + m + m.glif + n + n.glif + nine + nine.glif + numbersign + numbersign.glif + o + o.glif + ogonek + ogonek.glif + one + one.glif + p + p.glif + parenleft + parenleft.glif + parenright + parenright.glif + percent + percent.glif + period + period.glif + plus + plus.glif + q + q.glif + question + question.glif + quotedbl + quotedbl.glif + quotedblleft + quotedblleft.glif + quotedblright + quotedblright.glif + quoteleft + quoteleft.glif + quoteright + quoteright.glif + quotesingle + quotesingle.glif + r + r.glif + registered + registered.glif + ring + ring.glif + s + s.glif + semicolon + semicolon.glif + seven + seven.glif + six + six.glif + slash + slash.glif + space + space.glif + t + t.glif + three + three.glif + tilde + tilde.glif + trademark + trademark.glif + two + two.glif + u + u.glif + underscore + underscore.glif + v + v.glif + w + w.glif + x + x.glif + y + y.glif + z + z.glif + zero + zero.glif + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/copyright.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/copyright.glif new file mode 100755 index 000000000..dfbee157c --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/copyright.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/d.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/d.glif new file mode 100755 index 000000000..2c74df782 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/d.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/dollar.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/dollar.glif new file mode 100755 index 000000000..3745dd767 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/dollar.glif @@ -0,0 +1,104 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/dotaccent.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/dotaccent.glif new file mode 100755 index 000000000..68cd7587b --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/dotaccent.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/dotlessi.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/dotlessi.glif new file mode 100755 index 000000000..c7dba74a5 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/dotlessi.glif @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/e.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/e.glif new file mode 100755 index 000000000..2e116f11a --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/e.glif @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/eight.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/eight.glif new file mode 100755 index 000000000..be0ca23ee --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/eight.glif @@ -0,0 +1,79 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/emdash.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/emdash.glif new file mode 100755 index 000000000..3cace118d --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/emdash.glif @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/endash.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/endash.glif new file mode 100755 index 000000000..1d1700b88 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/endash.glif @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/equal.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/equal.glif new file mode 100755 index 000000000..731edfdb6 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/equal.glif @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/exclam.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/exclam.glif new file mode 100755 index 000000000..8ee684d1e --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/exclam.glif @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/f.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/f.glif new file mode 100755 index 000000000..5d0876653 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/f.glif @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/five.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/five.glif new file mode 100755 index 000000000..fa63f2882 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/five.glif @@ -0,0 +1,58 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/four.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/four.glif new file mode 100755 index 000000000..6f24a7560 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/four.glif @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/g.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/g.glif new file mode 100755 index 000000000..13e14d0c5 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/g.glif @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/g116.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/g116.glif new file mode 100755 index 000000000..307e6b3a4 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/g116.glif @@ -0,0 +1,6 @@ + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/grave.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/grave.glif new file mode 100755 index 000000000..6202e3c44 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/grave.glif @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/greater.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/greater.glif new file mode 100755 index 000000000..de4f548aa --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/greater.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/h.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/h.glif new file mode 100755 index 000000000..182c9d46b --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/h.glif @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/hungarumlaut.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/hungarumlaut.glif new file mode 100755 index 000000000..c8c6bd8f4 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/hungarumlaut.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/hyphen.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/hyphen.glif new file mode 100755 index 000000000..e4d89c2b2 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/hyphen.glif @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/i.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/i.glif new file mode 100755 index 000000000..33519a9a7 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/i.glif @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/j.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/j.glif new file mode 100755 index 000000000..f59dcddb4 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/j.glif @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/k.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/k.glif new file mode 100755 index 000000000..c919fdea7 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/k.glif @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/l.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/l.glif new file mode 100755 index 000000000..bf3111ae5 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/l.glif @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/less.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/less.glif new file mode 100755 index 000000000..a430dd7d4 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/less.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/m.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/m.glif new file mode 100755 index 000000000..819fd0de7 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/m.glif @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/n.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/n.glif new file mode 100755 index 000000000..29793fbe8 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/n.glif @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/nine.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/nine.glif new file mode 100755 index 000000000..79b6f008e --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/nine.glif @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/numbersign.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/numbersign.glif new file mode 100755 index 000000000..1e12bb995 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/numbersign.glif @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/o.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/o.glif new file mode 100755 index 000000000..2402d8464 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/o.glif @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/ogonek.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/ogonek.glif new file mode 100755 index 000000000..c92abf92b --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/ogonek.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/one.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/one.glif new file mode 100755 index 000000000..12a21888c --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/one.glif @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/p.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/p.glif new file mode 100755 index 000000000..888ac991d --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/p.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/parenleft.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/parenleft.glif new file mode 100755 index 000000000..a3b616778 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/parenleft.glif @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/parenright.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/parenright.glif new file mode 100755 index 000000000..d7753b9d0 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/parenright.glif @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/percent.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/percent.glif new file mode 100755 index 000000000..fdd25d4f4 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/percent.glif @@ -0,0 +1,83 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/period.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/period.glif new file mode 100755 index 000000000..b33160b28 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/period.glif @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/plus.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/plus.glif new file mode 100755 index 000000000..660bd311d --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/plus.glif @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/q.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/q.glif new file mode 100755 index 000000000..0a1c4ebf7 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/q.glif @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/question.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/question.glif new file mode 100755 index 000000000..d7ec94d56 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/question.glif @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/quotedbl.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/quotedbl.glif new file mode 100755 index 000000000..ca1897c46 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/quotedbl.glif @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/quotedblleft.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/quotedblleft.glif new file mode 100755 index 000000000..0dd99f570 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/quotedblleft.glif @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/quotedblright.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/quotedblright.glif new file mode 100755 index 000000000..b2e96b4d5 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/quotedblright.glif @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/quoteleft.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/quoteleft.glif new file mode 100755 index 000000000..9b588e31d --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/quoteleft.glif @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/quoteright.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/quoteright.glif new file mode 100755 index 000000000..1f252dda0 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/quoteright.glif @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/quotesingle.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/quotesingle.glif new file mode 100755 index 000000000..74cdedf0f --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/quotesingle.glif @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/r.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/r.glif new file mode 100755 index 000000000..fa10f9ad0 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/r.glif @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/registered.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/registered.glif new file mode 100755 index 000000000..22731c232 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/registered.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/ring.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/ring.glif new file mode 100755 index 000000000..ac278d77d --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/ring.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/s.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/s.glif new file mode 100755 index 000000000..b369c3fb1 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/s.glif @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/semicolon.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/semicolon.glif new file mode 100755 index 000000000..b457d5e3b --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/semicolon.glif @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/seven.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/seven.glif new file mode 100755 index 000000000..94a7b7ca9 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/seven.glif @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/six.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/six.glif new file mode 100755 index 000000000..baf23b9d6 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/six.glif @@ -0,0 +1,72 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/slash.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/slash.glif new file mode 100755 index 000000000..7f3c400ed --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/slash.glif @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/space.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/space.glif new file mode 100755 index 000000000..71d3b6eb8 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/space.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/t.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/t.glif new file mode 100755 index 000000000..7a4e8ac33 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/t.glif @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/three.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/three.glif new file mode 100755 index 000000000..cc70a8657 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/three.glif @@ -0,0 +1,75 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/tilde.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/tilde.glif new file mode 100755 index 000000000..7bb3955c6 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/tilde.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/trademark.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/trademark.glif new file mode 100755 index 000000000..ab614225e --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/trademark.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/two.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/two.glif new file mode 100755 index 000000000..29faf94ab --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/two.glif @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/u.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/u.glif new file mode 100755 index 000000000..fabd3a4a4 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/u.glif @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/underscore.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/underscore.glif new file mode 100755 index 000000000..048af4285 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/underscore.glif @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/v.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/v.glif new file mode 100755 index 000000000..1b904fd1c --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/v.glif @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/w.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/w.glif new file mode 100755 index 000000000..44cfd6600 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/w.glif @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/x.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/x.glif new file mode 100755 index 000000000..13bc8febc --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/x.glif @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/y.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/y.glif new file mode 100755 index 000000000..122738168 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/y.glif @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/z.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/z.glif new file mode 100755 index 000000000..7d3587d7d --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/z.glif @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/zero.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/zero.glif new file mode 100755 index 000000000..d382d182b --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/glyphs/zero.glif @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/lib.plist b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/lib.plist new file mode 100755 index 000000000..60acb3fe3 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/lib.plist @@ -0,0 +1,256 @@ + + + + + com.schriftgestaltung.fontMasterID + EE66C9EF-E5C7-45CF-9D40-B5DC39B32E4A + com.schriftgestaltung.useNiceNames + + com.schriftgestaltung.weightValue + 400 + com.schriftgestaltung.widthValue + 5 + org.robofab.glyphOrder + + A + B + C + D + E + F + G + H + I + J + K + L + M + N + O + P + Q + R + S + T + U + V + W + X + Y + Z + a + b + c + d + dotlessi + e + f + g + h + i + j + k + l + m + n + o + p + q + r + s + t + u + v + w + x + y + z + zero + one + two + three + four + five + six + seven + eight + nine + asterisk + backslash + bullet + colon + comma + exclam + numbersign + period + question + quotedbl + quotesingle + semicolon + slash + underscore + braceleft + braceright + bracketleft + bracketright + parenleft + parenright + emdash + endash + hyphen + quotedblleft + quotedblright + quoteleft + quoteright + space + dollar + asciitilde + equal + greater + less + percent + plus + ampersand + at + bar + copyright + registered + trademark + asciicircum + breve + caron + circumflex + dotaccent + grave + hungarumlaut + ogonek + ring + tilde + g116 + uni000D + .notdef + .null + + public.glyphOrder + + A + B + C + D + E + F + G + H + I + J + K + L + M + N + O + P + Q + R + S + T + U + V + W + X + Y + Z + a + b + c + d + e + f + g + h + i + dotlessi + j + k + l + m + n + o + p + q + r + s + t + u + v + w + x + y + z + zero + one + two + three + four + five + six + seven + eight + nine + asterisk + backslash + bullet + colon + comma + exclam + numbersign + period + question + quotedbl + quotesingle + semicolon + slash + underscore + braceleft + braceright + bracketleft + bracketright + parenleft + parenright + emdash + endash + hyphen + quotedblleft + quotedblright + quoteleft + quoteright + space + CR + .notdef + .null + dollar + asciitilde + equal + greater + less + percent + plus + ampersand + asciicircum + at + bar + copyright + registered + trademark + breve + caron + circumflex + dotaccent + grave + hungarumlaut + ogonek + ring + tilde + g116 + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/metainfo.plist b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/metainfo.plist new file mode 100755 index 000000000..12a792239 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Regular.ufo/metainfo.plist @@ -0,0 +1,10 @@ + + + + + creator + com.schriftgestaltung.GlyphsUFOExport + formatVersion + 2 + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/fontinfo.plist b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/fontinfo.plist new file mode 100755 index 000000000..fb3218891 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/fontinfo.plist @@ -0,0 +1,58 @@ + + + + + ascender + 750 + capHeight + 675 + descender + -250 + familyName + Ostrich Sans Rounded Medium + openTypeHeadCreated + 2011/05/25 16:47:21 + openTypeNameDesigner + Tyler Finck + openTypeNameDesignerURL + http://www.finck.co + openTypeNameManufacturer + The League of Moveable Type + openTypeNameManufacturerURL + http://www.theleagueofmoveabletype.com + openTypeNamePreferredFamilyName + Ostrich Sans Rounded + openTypeNamePreferredSubfamilyName + Medium + openTypeOS2WeightClass + 500 + openTypeOS2WidthClass + 5 + postscriptBlueValues + + + postscriptFontName + OstrichSansRounded-Medium + postscriptFullName + Ostrich Sans Rounded Medium + postscriptOtherBlues + + + postscriptUnderlinePosition + -75 + postscriptWeightName + Regular + styleMapStyleName + regular + styleName + Regular + unitsPerEm + 1000 + versionMajor + 1 + versionMinor + 1 + xHeight + 676 + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/A_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/A_.glif new file mode 100755 index 000000000..cf6f05d95 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/A_.glif @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/B_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/B_.glif new file mode 100755 index 000000000..03a4d5fdd --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/B_.glif @@ -0,0 +1,58 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/CR_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/CR_.glif new file mode 100755 index 000000000..9da8eb11f --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/CR_.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/C_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/C_.glif new file mode 100755 index 000000000..32443c485 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/C_.glif @@ -0,0 +1,59 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/D_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/D_.glif new file mode 100755 index 000000000..9be3e2b4a --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/D_.glif @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/E_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/E_.glif new file mode 100755 index 000000000..8b93a1ee5 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/E_.glif @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/F_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/F_.glif new file mode 100755 index 000000000..2a199e0c7 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/F_.glif @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/G_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/G_.glif new file mode 100755 index 000000000..7a72fff5d --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/G_.glif @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/H_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/H_.glif new file mode 100755 index 000000000..c9c7ee6f4 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/H_.glif @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/I_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/I_.glif new file mode 100755 index 000000000..8f34ecaa3 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/I_.glif @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/J_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/J_.glif new file mode 100755 index 000000000..981fb1c0f --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/J_.glif @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/K_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/K_.glif new file mode 100755 index 000000000..9eb3c712f --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/K_.glif @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/L_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/L_.glif new file mode 100755 index 000000000..45a438249 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/L_.glif @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/M_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/M_.glif new file mode 100755 index 000000000..468c71ad2 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/M_.glif @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/N_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/N_.glif new file mode 100755 index 000000000..e0fc2e48d --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/N_.glif @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/O_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/O_.glif new file mode 100755 index 000000000..13242a2da --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/O_.glif @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/P_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/P_.glif new file mode 100755 index 000000000..9e359e7fd --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/P_.glif @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/Q_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/Q_.glif new file mode 100755 index 000000000..07725d9be --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/Q_.glif @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/R_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/R_.glif new file mode 100755 index 000000000..542459f9b --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/R_.glif @@ -0,0 +1,59 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/S_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/S_.glif new file mode 100755 index 000000000..c21441dcd --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/S_.glif @@ -0,0 +1,80 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/T_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/T_.glif new file mode 100755 index 000000000..59dcba366 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/T_.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/U_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/U_.glif new file mode 100755 index 000000000..64703c804 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/U_.glif @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/V_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/V_.glif new file mode 100755 index 000000000..7891c3695 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/V_.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/W_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/W_.glif new file mode 100755 index 000000000..343f7def7 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/W_.glif @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/X_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/X_.glif new file mode 100755 index 000000000..0d3e1e120 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/X_.glif @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/Y_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/Y_.glif new file mode 100755 index 000000000..90cdb2fca --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/Y_.glif @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/Z_.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/Z_.glif new file mode 100755 index 000000000..5dee7d874 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/Z_.glif @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/_notdef.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/_notdef.glif new file mode 100755 index 000000000..f55756fcb --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/_notdef.glif @@ -0,0 +1,6 @@ + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/_null.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/_null.glif new file mode 100755 index 000000000..1005238db --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/_null.glif @@ -0,0 +1,6 @@ + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/a.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/a.glif new file mode 100755 index 000000000..1a097d956 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/a.glif @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/ampersand.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/ampersand.glif new file mode 100755 index 000000000..aa9a13447 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/ampersand.glif @@ -0,0 +1,125 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/asciicircum.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/asciicircum.glif new file mode 100755 index 000000000..1f5c522ef --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/asciicircum.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/asciitilde.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/asciitilde.glif new file mode 100755 index 000000000..8fa669e1e --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/asciitilde.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/asterisk.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/asterisk.glif new file mode 100755 index 000000000..927d6811f --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/asterisk.glif @@ -0,0 +1,55 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/at.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/at.glif new file mode 100755 index 000000000..219cf3d3c --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/at.glif @@ -0,0 +1,147 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/b.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/b.glif new file mode 100755 index 000000000..43f3d5f10 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/b.glif @@ -0,0 +1,58 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/backslash.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/backslash.glif new file mode 100755 index 000000000..972ebbf80 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/backslash.glif @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/bar.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/bar.glif new file mode 100755 index 000000000..03ad757ff --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/bar.glif @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/braceleft.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/braceleft.glif new file mode 100755 index 000000000..051b34959 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/braceleft.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/braceright.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/braceright.glif new file mode 100755 index 000000000..3532ace8e --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/braceright.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/bracketleft.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/bracketleft.glif new file mode 100755 index 000000000..d0ef8d6b3 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/bracketleft.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/bracketright.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/bracketright.glif new file mode 100755 index 000000000..0317de41a --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/bracketright.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/breve.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/breve.glif new file mode 100755 index 000000000..f616a54ad --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/breve.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/bullet.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/bullet.glif new file mode 100755 index 000000000..1f7b66180 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/bullet.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/c.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/c.glif new file mode 100755 index 000000000..25c9d3dce --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/c.glif @@ -0,0 +1,59 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/caron.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/caron.glif new file mode 100755 index 000000000..86778855e --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/caron.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/circumflex.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/circumflex.glif new file mode 100755 index 000000000..d0ab4ce46 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/circumflex.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/colon.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/colon.glif new file mode 100755 index 000000000..ec5d37e1f --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/colon.glif @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/comma.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/comma.glif new file mode 100755 index 000000000..62d08b453 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/comma.glif @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/contents.plist b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/contents.plist new file mode 100755 index 000000000..3f592833a --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/contents.plist @@ -0,0 +1,242 @@ + + + + + .notdef + _notdef.glif + .null + _null.glif + A + A_.glif + B + B_.glif + C + C_.glif + CR + CR_.glif + D + D_.glif + E + E_.glif + F + F_.glif + G + G_.glif + H + H_.glif + I + I_.glif + J + J_.glif + K + K_.glif + L + L_.glif + M + M_.glif + N + N_.glif + O + O_.glif + P + P_.glif + Q + Q_.glif + R + R_.glif + S + S_.glif + T + T_.glif + U + U_.glif + V + V_.glif + W + W_.glif + X + X_.glif + Y + Y_.glif + Z + Z_.glif + a + a.glif + ampersand + ampersand.glif + asciicircum + asciicircum.glif + asciitilde + asciitilde.glif + asterisk + asterisk.glif + at + at.glif + b + b.glif + backslash + backslash.glif + bar + bar.glif + braceleft + braceleft.glif + braceright + braceright.glif + bracketleft + bracketleft.glif + bracketright + bracketright.glif + breve + breve.glif + bullet + bullet.glif + c + c.glif + caron + caron.glif + circumflex + circumflex.glif + colon + colon.glif + comma + comma.glif + copyright + copyright.glif + d + d.glif + dollar + dollar.glif + dotaccent + dotaccent.glif + dotlessi + dotlessi.glif + e + e.glif + eight + eight.glif + emdash + emdash.glif + endash + endash.glif + equal + equal.glif + exclam + exclam.glif + f + f.glif + five + five.glif + four + four.glif + g + g.glif + g116 + g116.glif + grave + grave.glif + greater + greater.glif + h + h.glif + hungarumlaut + hungarumlaut.glif + hyphen + hyphen.glif + i + i.glif + j + j.glif + k + k.glif + l + l.glif + less + less.glif + m + m.glif + n + n.glif + nine + nine.glif + numbersign + numbersign.glif + o + o.glif + ogonek + ogonek.glif + one + one.glif + p + p.glif + parenleft + parenleft.glif + parenright + parenright.glif + percent + percent.glif + period + period.glif + plus + plus.glif + q + q.glif + question + question.glif + quotedbl + quotedbl.glif + quotedblleft + quotedblleft.glif + quotedblright + quotedblright.glif + quoteleft + quoteleft.glif + quoteright + quoteright.glif + quotesingle + quotesingle.glif + r + r.glif + registered + registered.glif + ring + ring.glif + s + s.glif + semicolon + semicolon.glif + seven + seven.glif + six + six.glif + slash + slash.glif + space + space.glif + t + t.glif + three + three.glif + tilde + tilde.glif + trademark + trademark.glif + two + two.glif + u + u.glif + underscore + underscore.glif + v + v.glif + w + w.glif + x + x.glif + y + y.glif + z + z.glif + zero + zero.glif + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/copyright.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/copyright.glif new file mode 100755 index 000000000..dfbee157c --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/copyright.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/d.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/d.glif new file mode 100755 index 000000000..f0875b482 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/d.glif @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/dollar.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/dollar.glif new file mode 100755 index 000000000..5aa91a769 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/dollar.glif @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/dotaccent.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/dotaccent.glif new file mode 100755 index 000000000..68cd7587b --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/dotaccent.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/dotlessi.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/dotlessi.glif new file mode 100755 index 000000000..7d06b45ec --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/dotlessi.glif @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/e.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/e.glif new file mode 100755 index 000000000..96807d79e --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/e.glif @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/eight.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/eight.glif new file mode 100755 index 000000000..a667a02d4 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/eight.glif @@ -0,0 +1,79 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/emdash.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/emdash.glif new file mode 100755 index 000000000..3cace118d --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/emdash.glif @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/endash.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/endash.glif new file mode 100755 index 000000000..1d1700b88 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/endash.glif @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/equal.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/equal.glif new file mode 100755 index 000000000..c025eadcf --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/equal.glif @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/exclam.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/exclam.glif new file mode 100755 index 000000000..13227224b --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/exclam.glif @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/f.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/f.glif new file mode 100755 index 000000000..b28a7844f --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/f.glif @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/five.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/five.glif new file mode 100755 index 000000000..412363966 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/five.glif @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/four.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/four.glif new file mode 100755 index 000000000..8d310b8a9 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/four.glif @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/g.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/g.glif new file mode 100755 index 000000000..4e5cb03e8 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/g.glif @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/g116.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/g116.glif new file mode 100755 index 000000000..307e6b3a4 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/g116.glif @@ -0,0 +1,6 @@ + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/grave.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/grave.glif new file mode 100755 index 000000000..c08e31edc --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/grave.glif @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/greater.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/greater.glif new file mode 100755 index 000000000..de4f548aa --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/greater.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/h.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/h.glif new file mode 100755 index 000000000..18b143a84 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/h.glif @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/hungarumlaut.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/hungarumlaut.glif new file mode 100755 index 000000000..c8c6bd8f4 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/hungarumlaut.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/hyphen.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/hyphen.glif new file mode 100755 index 000000000..0e2d06ccc --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/hyphen.glif @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/i.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/i.glif new file mode 100755 index 000000000..1365182b1 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/i.glif @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/j.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/j.glif new file mode 100755 index 000000000..a8c536565 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/j.glif @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/k.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/k.glif new file mode 100755 index 000000000..4d4d6d9a7 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/k.glif @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/l.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/l.glif new file mode 100755 index 000000000..51f5f7ae9 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/l.glif @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/less.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/less.glif new file mode 100755 index 000000000..a430dd7d4 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/less.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/m.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/m.glif new file mode 100755 index 000000000..a9bad9ea2 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/m.glif @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/n.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/n.glif new file mode 100755 index 000000000..a41936b20 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/n.glif @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/nine.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/nine.glif new file mode 100755 index 000000000..29bc0769d --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/nine.glif @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/numbersign.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/numbersign.glif new file mode 100755 index 000000000..b88860eba --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/numbersign.glif @@ -0,0 +1,85 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/o.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/o.glif new file mode 100755 index 000000000..3b49e6431 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/o.glif @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/ogonek.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/ogonek.glif new file mode 100755 index 000000000..c92abf92b --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/ogonek.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/one.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/one.glif new file mode 100755 index 000000000..b8277a325 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/one.glif @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/p.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/p.glif new file mode 100755 index 000000000..0e41a4fec --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/p.glif @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/parenleft.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/parenleft.glif new file mode 100755 index 000000000..dd0ceb74a --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/parenleft.glif @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/parenright.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/parenright.glif new file mode 100755 index 000000000..dbd66a88e --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/parenright.glif @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/percent.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/percent.glif new file mode 100755 index 000000000..17635d8ea --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/percent.glif @@ -0,0 +1,96 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/period.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/period.glif new file mode 100755 index 000000000..4225468fa --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/period.glif @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/plus.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/plus.glif new file mode 100755 index 000000000..56d46e53f --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/plus.glif @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/q.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/q.glif new file mode 100755 index 000000000..8120e314d --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/q.glif @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/question.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/question.glif new file mode 100755 index 000000000..61b04cfea --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/question.glif @@ -0,0 +1,87 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/quotedbl.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/quotedbl.glif new file mode 100755 index 000000000..cd9148019 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/quotedbl.glif @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/quotedblleft.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/quotedblleft.glif new file mode 100755 index 000000000..77d4dac20 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/quotedblleft.glif @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/quotedblright.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/quotedblright.glif new file mode 100755 index 000000000..b26f1e950 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/quotedblright.glif @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/quoteleft.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/quoteleft.glif new file mode 100755 index 000000000..6b3e92179 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/quoteleft.glif @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/quoteright.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/quoteright.glif new file mode 100755 index 000000000..03e218c68 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/quoteright.glif @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/quotesingle.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/quotesingle.glif new file mode 100755 index 000000000..6a6e1d579 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/quotesingle.glif @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/r.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/r.glif new file mode 100755 index 000000000..6147c6eef --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/r.glif @@ -0,0 +1,59 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/registered.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/registered.glif new file mode 100755 index 000000000..22731c232 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/registered.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/ring.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/ring.glif new file mode 100755 index 000000000..ac278d77d --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/ring.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/s.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/s.glif new file mode 100755 index 000000000..23cf29a94 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/s.glif @@ -0,0 +1,80 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/semicolon.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/semicolon.glif new file mode 100755 index 000000000..1e7628e08 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/semicolon.glif @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/seven.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/seven.glif new file mode 100755 index 000000000..91e02a978 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/seven.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/six.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/six.glif new file mode 100755 index 000000000..1b2a80193 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/six.glif @@ -0,0 +1,75 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/slash.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/slash.glif new file mode 100755 index 000000000..501d27471 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/slash.glif @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/space.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/space.glif new file mode 100755 index 000000000..71d3b6eb8 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/space.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/t.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/t.glif new file mode 100755 index 000000000..f9fd314fc --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/t.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/three.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/three.glif new file mode 100755 index 000000000..a9d336151 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/three.glif @@ -0,0 +1,78 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/tilde.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/tilde.glif new file mode 100755 index 000000000..7bb3955c6 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/tilde.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/trademark.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/trademark.glif new file mode 100755 index 000000000..f88225047 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/trademark.glif @@ -0,0 +1,7 @@ + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/two.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/two.glif new file mode 100755 index 000000000..62d181929 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/two.glif @@ -0,0 +1,55 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/u.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/u.glif new file mode 100755 index 000000000..bd5787649 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/u.glif @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/underscore.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/underscore.glif new file mode 100755 index 000000000..1cace0091 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/underscore.glif @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/v.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/v.glif new file mode 100755 index 000000000..1f5735dcf --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/v.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/w.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/w.glif new file mode 100755 index 000000000..374781c21 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/w.glif @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/x.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/x.glif new file mode 100755 index 000000000..274df1a1b --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/x.glif @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/y.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/y.glif new file mode 100755 index 000000000..b0e83726f --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/y.glif @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/z.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/z.glif new file mode 100755 index 000000000..799b4d984 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/z.glif @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/zero.glif b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/zero.glif new file mode 100755 index 000000000..dfacd7868 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/glyphs/zero.glif @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/lib.plist b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/lib.plist new file mode 100755 index 000000000..b876b4bfc --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/lib.plist @@ -0,0 +1,256 @@ + + + + + com.schriftgestaltung.fontMasterID + 8951FDFE-F7CC-4E02-890C-F161F78A33BD + com.schriftgestaltung.useNiceNames + + com.schriftgestaltung.weightValue + 500 + com.schriftgestaltung.widthValue + 5 + org.robofab.glyphOrder + + A + B + C + D + E + F + G + H + I + J + K + L + M + N + O + P + Q + R + S + T + U + V + W + X + Y + Z + a + b + c + d + dotlessi + e + f + g + h + i + j + k + l + m + n + o + p + q + r + s + t + u + v + w + x + y + z + zero + one + two + three + four + five + six + seven + eight + nine + asterisk + backslash + bullet + colon + comma + exclam + numbersign + period + question + quotedbl + quotesingle + semicolon + slash + underscore + braceleft + braceright + bracketleft + bracketright + parenleft + parenright + emdash + endash + hyphen + quotedblleft + quotedblright + quoteleft + quoteright + space + dollar + asciitilde + equal + greater + less + percent + plus + ampersand + at + bar + copyright + registered + trademark + asciicircum + breve + caron + circumflex + dotaccent + grave + hungarumlaut + ogonek + ring + tilde + g116 + uni000D + .notdef + .null + + public.glyphOrder + + A + B + C + D + E + F + G + H + I + J + K + L + M + N + O + P + Q + R + S + T + U + V + W + X + Y + Z + a + b + c + d + e + f + g + h + i + dotlessi + j + k + l + m + n + o + p + q + r + s + t + u + v + w + x + y + z + zero + one + two + three + four + five + six + seven + eight + nine + asterisk + backslash + bullet + colon + comma + exclam + numbersign + period + question + quotedbl + quotesingle + semicolon + slash + underscore + braceleft + braceright + bracketleft + bracketright + parenleft + parenright + emdash + endash + hyphen + quotedblleft + quotedblright + quoteleft + quoteright + space + CR + .notdef + .null + dollar + asciitilde + equal + greater + less + percent + plus + ampersand + asciicircum + at + bar + copyright + registered + trademark + breve + caron + circumflex + dotaccent + grave + hungarumlaut + ogonek + ring + tilde + g116 + + + diff --git a/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/metainfo.plist b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/metainfo.plist new file mode 100755 index 000000000..12a792239 --- /dev/null +++ b/theme_archit/static/src/fonts/source/Ostrich Sans Rounded.ufo/metainfo.plist @@ -0,0 +1,10 @@ + + + + + creator + com.schriftgestaltung.GlyphsUFOExport + formatVersion + 2 + + diff --git a/theme_archit/static/src/fonts/webfonts/ostrich-sans-black.eot b/theme_archit/static/src/fonts/webfonts/ostrich-sans-black.eot new file mode 100755 index 000000000..7d920ff41 Binary files /dev/null and b/theme_archit/static/src/fonts/webfonts/ostrich-sans-black.eot differ diff --git a/theme_archit/static/src/fonts/webfonts/ostrich-sans-black.svg b/theme_archit/static/src/fonts/webfonts/ostrich-sans-black.svg new file mode 100755 index 000000000..5001bbc3f --- /dev/null +++ b/theme_archit/static/src/fonts/webfonts/ostrich-sans-black.svg @@ -0,0 +1,141 @@ + + + + +This is a custom SVG webfont generated by Font Squirrel. +Copyright : Copyright c 2011 by Tyler Finck All rights reserved +Designer : Tyler Finck +Foundry : Tyler Finck +Foundry URL : httpwwwsurslycom + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/theme_archit/static/src/fonts/webfonts/ostrich-sans-black.ttf b/theme_archit/static/src/fonts/webfonts/ostrich-sans-black.ttf new file mode 100755 index 000000000..097b6ccb2 Binary files /dev/null and b/theme_archit/static/src/fonts/webfonts/ostrich-sans-black.ttf differ diff --git a/theme_archit/static/src/fonts/webfonts/ostrich-sans-black.woff b/theme_archit/static/src/fonts/webfonts/ostrich-sans-black.woff new file mode 100755 index 000000000..40473ec33 Binary files /dev/null and b/theme_archit/static/src/fonts/webfonts/ostrich-sans-black.woff differ diff --git a/theme_archit/static/src/fonts/webfonts/ostrich-sans-bold.eot b/theme_archit/static/src/fonts/webfonts/ostrich-sans-bold.eot new file mode 100755 index 000000000..ec8480366 Binary files /dev/null and b/theme_archit/static/src/fonts/webfonts/ostrich-sans-bold.eot differ diff --git a/theme_archit/static/src/fonts/webfonts/ostrich-sans-bold.svg b/theme_archit/static/src/fonts/webfonts/ostrich-sans-bold.svg new file mode 100755 index 000000000..605f4b6ad --- /dev/null +++ b/theme_archit/static/src/fonts/webfonts/ostrich-sans-bold.svg @@ -0,0 +1,141 @@ + + + + +This is a custom SVG webfont generated by Font Squirrel. +Copyright : Copyright c 2011 by Tyler Finck All rights reserved +Designer : Tyler Finck +Foundry : Tyler Finck +Foundry URL : httpwwwsurslycom + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/theme_archit/static/src/fonts/webfonts/ostrich-sans-bold.ttf b/theme_archit/static/src/fonts/webfonts/ostrich-sans-bold.ttf new file mode 100755 index 000000000..c3bab749a Binary files /dev/null and b/theme_archit/static/src/fonts/webfonts/ostrich-sans-bold.ttf differ diff --git a/theme_archit/static/src/fonts/webfonts/ostrich-sans-bold.woff b/theme_archit/static/src/fonts/webfonts/ostrich-sans-bold.woff new file mode 100755 index 000000000..8e1062c22 Binary files /dev/null and b/theme_archit/static/src/fonts/webfonts/ostrich-sans-bold.woff differ diff --git a/theme_archit/static/src/fonts/webfonts/ostrich-sans-dashed.eot b/theme_archit/static/src/fonts/webfonts/ostrich-sans-dashed.eot new file mode 100755 index 000000000..83ef3cc7a Binary files /dev/null and b/theme_archit/static/src/fonts/webfonts/ostrich-sans-dashed.eot differ diff --git a/theme_archit/static/src/fonts/webfonts/ostrich-sans-dashed.svg b/theme_archit/static/src/fonts/webfonts/ostrich-sans-dashed.svg new file mode 100755 index 000000000..ed2351ea2 --- /dev/null +++ b/theme_archit/static/src/fonts/webfonts/ostrich-sans-dashed.svg @@ -0,0 +1,141 @@ + + + + +This is a custom SVG webfont generated by Font Squirrel. +Copyright : Copyright c 2011 by Tyler Finck All rights reserved +Designer : Tyler Finck +Foundry : Tyler Finck +Foundry URL : httpwwwsurslycom + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/theme_archit/static/src/fonts/webfonts/ostrich-sans-dashed.ttf b/theme_archit/static/src/fonts/webfonts/ostrich-sans-dashed.ttf new file mode 100755 index 000000000..8ef1bfd90 Binary files /dev/null and b/theme_archit/static/src/fonts/webfonts/ostrich-sans-dashed.ttf differ diff --git a/theme_archit/static/src/fonts/webfonts/ostrich-sans-dashed.woff b/theme_archit/static/src/fonts/webfonts/ostrich-sans-dashed.woff new file mode 100755 index 000000000..c43b02908 Binary files /dev/null and b/theme_archit/static/src/fonts/webfonts/ostrich-sans-dashed.woff differ diff --git a/theme_archit/static/src/fonts/webfonts/ostrich-sans-inline-italic.eot b/theme_archit/static/src/fonts/webfonts/ostrich-sans-inline-italic.eot new file mode 100755 index 000000000..db629d9da Binary files /dev/null and b/theme_archit/static/src/fonts/webfonts/ostrich-sans-inline-italic.eot differ diff --git a/theme_archit/static/src/fonts/webfonts/ostrich-sans-inline-italic.svg b/theme_archit/static/src/fonts/webfonts/ostrich-sans-inline-italic.svg new file mode 100755 index 000000000..250fc8d97 Binary files /dev/null and b/theme_archit/static/src/fonts/webfonts/ostrich-sans-inline-italic.svg differ diff --git a/theme_archit/static/src/fonts/webfonts/ostrich-sans-inline-italic.ttf b/theme_archit/static/src/fonts/webfonts/ostrich-sans-inline-italic.ttf new file mode 100755 index 000000000..2a7bf6a02 Binary files /dev/null and b/theme_archit/static/src/fonts/webfonts/ostrich-sans-inline-italic.ttf differ diff --git a/theme_archit/static/src/fonts/webfonts/ostrich-sans-inline-italic.woff b/theme_archit/static/src/fonts/webfonts/ostrich-sans-inline-italic.woff new file mode 100755 index 000000000..759c5aeb3 Binary files /dev/null and b/theme_archit/static/src/fonts/webfonts/ostrich-sans-inline-italic.woff differ diff --git a/theme_archit/static/src/fonts/webfonts/ostrich-sans-inline-regular.eot b/theme_archit/static/src/fonts/webfonts/ostrich-sans-inline-regular.eot new file mode 100755 index 000000000..f88816d19 Binary files /dev/null and b/theme_archit/static/src/fonts/webfonts/ostrich-sans-inline-regular.eot differ diff --git a/theme_archit/static/src/fonts/webfonts/ostrich-sans-inline-regular.svg b/theme_archit/static/src/fonts/webfonts/ostrich-sans-inline-regular.svg new file mode 100755 index 000000000..491d3ef7b Binary files /dev/null and b/theme_archit/static/src/fonts/webfonts/ostrich-sans-inline-regular.svg differ diff --git a/theme_archit/static/src/fonts/webfonts/ostrich-sans-inline-regular.ttf b/theme_archit/static/src/fonts/webfonts/ostrich-sans-inline-regular.ttf new file mode 100755 index 000000000..3377ee378 Binary files /dev/null and b/theme_archit/static/src/fonts/webfonts/ostrich-sans-inline-regular.ttf differ diff --git a/theme_archit/static/src/fonts/webfonts/ostrich-sans-inline-regular.woff b/theme_archit/static/src/fonts/webfonts/ostrich-sans-inline-regular.woff new file mode 100755 index 000000000..44c59685c Binary files /dev/null and b/theme_archit/static/src/fonts/webfonts/ostrich-sans-inline-regular.woff differ diff --git a/theme_archit/static/src/fonts/webfonts/ostrich-sans-light.eot b/theme_archit/static/src/fonts/webfonts/ostrich-sans-light.eot new file mode 100755 index 000000000..7466b63d3 Binary files /dev/null and b/theme_archit/static/src/fonts/webfonts/ostrich-sans-light.eot differ diff --git a/theme_archit/static/src/fonts/webfonts/ostrich-sans-light.svg b/theme_archit/static/src/fonts/webfonts/ostrich-sans-light.svg new file mode 100755 index 000000000..f73242812 --- /dev/null +++ b/theme_archit/static/src/fonts/webfonts/ostrich-sans-light.svg @@ -0,0 +1,140 @@ + + + + +This is a custom SVG webfont generated by Font Squirrel. +Copyright : Copyright c 2011 by Tyler Finck All rights reserved +Designer : Tyler Finck +Foundry : Tyler Finck +Foundry URL : httpwwwsurslycom + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/theme_archit/static/src/fonts/webfonts/ostrich-sans-light.ttf b/theme_archit/static/src/fonts/webfonts/ostrich-sans-light.ttf new file mode 100755 index 000000000..819fac6a4 Binary files /dev/null and b/theme_archit/static/src/fonts/webfonts/ostrich-sans-light.ttf differ diff --git a/theme_archit/static/src/fonts/webfonts/ostrich-sans-light.woff b/theme_archit/static/src/fonts/webfonts/ostrich-sans-light.woff new file mode 100755 index 000000000..d3a376187 Binary files /dev/null and b/theme_archit/static/src/fonts/webfonts/ostrich-sans-light.woff differ diff --git a/theme_archit/static/src/fonts/webfonts/ostrich-sans-regular.eot b/theme_archit/static/src/fonts/webfonts/ostrich-sans-regular.eot new file mode 100755 index 000000000..8cad119ab Binary files /dev/null and b/theme_archit/static/src/fonts/webfonts/ostrich-sans-regular.eot differ diff --git a/theme_archit/static/src/fonts/webfonts/ostrich-sans-regular.svg b/theme_archit/static/src/fonts/webfonts/ostrich-sans-regular.svg new file mode 100755 index 000000000..ddb14919d --- /dev/null +++ b/theme_archit/static/src/fonts/webfonts/ostrich-sans-regular.svg @@ -0,0 +1,141 @@ + + + + +This is a custom SVG webfont generated by Font Squirrel. +Copyright : Copyright c 2011 by Tyler Finck All rights reserved +Designer : Tyler Finck +Foundry : Tyler Finck +Foundry URL : httpwwwsurslycom + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/theme_archit/static/src/fonts/webfonts/ostrich-sans-regular.ttf b/theme_archit/static/src/fonts/webfonts/ostrich-sans-regular.ttf new file mode 100755 index 000000000..58545d6f8 Binary files /dev/null and b/theme_archit/static/src/fonts/webfonts/ostrich-sans-regular.ttf differ diff --git a/theme_archit/static/src/fonts/webfonts/ostrich-sans-regular.woff b/theme_archit/static/src/fonts/webfonts/ostrich-sans-regular.woff new file mode 100755 index 000000000..19d50b5cd Binary files /dev/null and b/theme_archit/static/src/fonts/webfonts/ostrich-sans-regular.woff differ diff --git a/theme_archit/static/src/fonts/webfonts/ostrich-sans-rounded.eot b/theme_archit/static/src/fonts/webfonts/ostrich-sans-rounded.eot new file mode 100755 index 000000000..b2d0adb7f Binary files /dev/null and b/theme_archit/static/src/fonts/webfonts/ostrich-sans-rounded.eot differ diff --git a/theme_archit/static/src/fonts/webfonts/ostrich-sans-rounded.svg b/theme_archit/static/src/fonts/webfonts/ostrich-sans-rounded.svg new file mode 100755 index 000000000..b8c2cb4f6 --- /dev/null +++ b/theme_archit/static/src/fonts/webfonts/ostrich-sans-rounded.svg @@ -0,0 +1,141 @@ + + + + +This is a custom SVG webfont generated by Font Squirrel. +Copyright : Copyright c 2011 by Tyler Finck All rights reserved +Designer : Tyler Finck +Foundry : Tyler Finck +Foundry URL : httpwwwsurslycom + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/theme_archit/static/src/fonts/webfonts/ostrich-sans-rounded.ttf b/theme_archit/static/src/fonts/webfonts/ostrich-sans-rounded.ttf new file mode 100755 index 000000000..a999b006f Binary files /dev/null and b/theme_archit/static/src/fonts/webfonts/ostrich-sans-rounded.ttf differ diff --git a/theme_archit/static/src/fonts/webfonts/ostrich-sans-rounded.woff b/theme_archit/static/src/fonts/webfonts/ostrich-sans-rounded.woff new file mode 100755 index 000000000..0770f4f26 Binary files /dev/null and b/theme_archit/static/src/fonts/webfonts/ostrich-sans-rounded.woff differ diff --git a/theme_archit/static/src/fonts/webfonts/ostrich-sans.css b/theme_archit/static/src/fonts/webfonts/ostrich-sans.css new file mode 100755 index 000000000..264217d21 --- /dev/null +++ b/theme_archit/static/src/fonts/webfonts/ostrich-sans.css @@ -0,0 +1,67 @@ +/* Ostrich Sans */ + +@font-face { + font-family: 'Ostrich Sans'; + src: url('ostrich-sans-black.eot'); + src: local('☺'), url('ostrich-sans-black.woff') format('woff'), url('ostrich-sans-black.ttf') format('truetype'), url('ostrich-sans-black.svg') format('svg'); + font-weight: 900; + font-style: normal; +} +@font-face { + font-family: 'Ostrich Sans'; + src: url('ostrich-sans-bold.eot'); + src: local('☺'), url('ostrich-sans-bold.woff') format('woff'), url('ostrich-sans-bold.ttf') format('truetype'), url('ostrich-sans-bold.svg') format('svg'); + font-weight: 700; + font-style: normal; +} +@font-face { + font-family: 'Ostrich Sans'; + src: url('ostrich-sans-regular.eot'); + src: local('☺'), url('ostrich-sans-regular.woff') format('woff'), url('ostrich-sans-regular.ttf') format('truetype'), url('ostrich-sans-regular.svg') format('svg'); + font-weight: 400; + font-style: normal; +} +@font-face { + font-family: 'Ostrich Sans'; + src: url('ostrich-sans-light.eot'); + src: local('☺'), url('ostrich-sans-light.woff') format('woff'), url('ostrich-sans-light.ttf') format('truetype'), url('ostrich-sans-light.svg') format('svg'); + font-weight: 300; + font-style: normal; +} + +/* Ostrich Sans Dashed */ + +@font-face { + font-family: 'Ostrich Sans Dashed'; + src: url('ostrich-sans-dashed.eot'); + src: local('☺'), url('ostrich-sans-dashed.woff') format('woff'), url('ostrich-sans-dashed.ttf') format('truetype'), url('ostrich-sans-dashed.svg') format('svg'); + font-weight: 500; + font-style: normal; +} + +/* Ostrich Sans Rounded */ + +@font-face { + font-family: 'Ostrich Sans Rounded'; + src: url('ostrich-sans-rounded.eot'); + src: local('☺'), url('ostrich-sans-rounded.woff') format('woff'), url('ostrich-sans-rounded.ttf') format('truetype'), url('ostrich-sans-rounded.svg') format('svg'); + font-weight: 500; + font-style: normal; +} + +/* Ostrich Sans Inline */ + +@font-face { + font-family: 'Ostrich Sans Inline'; + src: url('ostrich-sans-inline-regular.eot'); + src: local('☺'), url('ostrich-sans-inline-regular.woff') format('woff'), url('ostrich-sans-inline-regular.ttf') format('truetype'), url('ostrich-sans-inline-regular.svg') format('svg'); + font-weight: normal; + font-style: normal; +} +@font-face { + font-family: 'Ostrich Sans Inline'; + src: url('ostrich-sans-inline-italic.eot'); + src: local('☺'), url('ostrich-sans-inline-italic.woff') format('woff'), url('ostrich-sans-inline-italic.ttf') format('truetype'), url('ostrich-sans-inline-italic.svg') format('svg'); + font-weight: normal; + font-style: italic; +} \ No newline at end of file diff --git a/theme_archit/static/src/img/about/1.jpg b/theme_archit/static/src/img/about/1.jpg new file mode 100755 index 000000000..b128df87d Binary files /dev/null and b/theme_archit/static/src/img/about/1.jpg differ diff --git a/theme_archit/static/src/img/about/2.jpg b/theme_archit/static/src/img/about/2.jpg new file mode 100755 index 000000000..272a61c82 Binary files /dev/null and b/theme_archit/static/src/img/about/2.jpg differ diff --git a/theme_archit/static/src/img/about/3.jpg b/theme_archit/static/src/img/about/3.jpg new file mode 100755 index 000000000..d2d11f8cb Binary files /dev/null and b/theme_archit/static/src/img/about/3.jpg differ diff --git a/theme_archit/static/src/img/about/about-bg.jpg b/theme_archit/static/src/img/about/about-bg.jpg new file mode 100755 index 000000000..a8e71b2b2 Binary files /dev/null and b/theme_archit/static/src/img/about/about-bg.jpg differ diff --git a/theme_archit/static/src/img/banner/1.jpg b/theme_archit/static/src/img/banner/1.jpg new file mode 100755 index 000000000..1988460c9 Binary files /dev/null and b/theme_archit/static/src/img/banner/1.jpg differ diff --git a/theme_archit/static/src/img/banner/2.jpg b/theme_archit/static/src/img/banner/2.jpg new file mode 100755 index 000000000..dd6aa4c41 Binary files /dev/null and b/theme_archit/static/src/img/banner/2.jpg differ diff --git a/theme_archit/static/src/img/banner/23.eps b/theme_archit/static/src/img/banner/23.eps new file mode 100755 index 000000000..729cf35d3 Binary files /dev/null and b/theme_archit/static/src/img/banner/23.eps differ diff --git a/theme_archit/static/src/img/banner/3.jpg b/theme_archit/static/src/img/banner/3.jpg new file mode 100755 index 000000000..082a0a18c Binary files /dev/null and b/theme_archit/static/src/img/banner/3.jpg differ diff --git a/theme_archit/static/src/img/banner/404/404.jpg b/theme_archit/static/src/img/banner/404/404.jpg new file mode 100755 index 000000000..f465cada0 Binary files /dev/null and b/theme_archit/static/src/img/banner/404/404.jpg differ diff --git a/theme_archit/static/src/img/banner/about/about_bg.jpg b/theme_archit/static/src/img/banner/about/about_bg.jpg new file mode 100755 index 000000000..f2c14d3b5 Binary files /dev/null and b/theme_archit/static/src/img/banner/about/about_bg.jpg differ diff --git a/theme_archit/static/src/img/banner/about/team_bg.jpg b/theme_archit/static/src/img/banner/about/team_bg.jpg new file mode 100755 index 000000000..9695c8f9a Binary files /dev/null and b/theme_archit/static/src/img/banner/about/team_bg.jpg differ diff --git a/theme_archit/static/src/img/banner/blog-single/bs-bg.jpg b/theme_archit/static/src/img/banner/blog-single/bs-bg.jpg new file mode 100755 index 000000000..0ff835b00 Binary files /dev/null and b/theme_archit/static/src/img/banner/blog-single/bs-bg.jpg differ diff --git a/theme_archit/static/src/img/banner/blog/blog-bg.jpg b/theme_archit/static/src/img/banner/blog/blog-bg.jpg new file mode 100755 index 000000000..0927ee434 Binary files /dev/null and b/theme_archit/static/src/img/banner/blog/blog-bg.jpg differ diff --git a/theme_archit/static/src/img/banner/contact/contact-bg.jpg b/theme_archit/static/src/img/banner/contact/contact-bg.jpg new file mode 100755 index 000000000..34826221a Binary files /dev/null and b/theme_archit/static/src/img/banner/contact/contact-bg.jpg differ diff --git a/theme_archit/static/src/img/banner/df (1).jpg b/theme_archit/static/src/img/banner/df (1).jpg new file mode 100755 index 000000000..f01a58593 Binary files /dev/null and b/theme_archit/static/src/img/banner/df (1).jpg differ diff --git a/theme_archit/static/src/img/banner/df (2).jpg b/theme_archit/static/src/img/banner/df (2).jpg new file mode 100755 index 000000000..07f8f8559 Binary files /dev/null and b/theme_archit/static/src/img/banner/df (2).jpg differ diff --git a/theme_archit/static/src/img/banner/df (3).jpg b/theme_archit/static/src/img/banner/df (3).jpg new file mode 100755 index 000000000..9014dc39b Binary files /dev/null and b/theme_archit/static/src/img/banner/df (3).jpg differ diff --git a/theme_archit/static/src/img/banner/df (4).jpg b/theme_archit/static/src/img/banner/df (4).jpg new file mode 100755 index 000000000..b96f55e8c Binary files /dev/null and b/theme_archit/static/src/img/banner/df (4).jpg differ diff --git a/theme_archit/static/src/img/banner/glauco-zuccaccia-TFY0BmPk5sc-unsplash.jpg b/theme_archit/static/src/img/banner/glauco-zuccaccia-TFY0BmPk5sc-unsplash.jpg new file mode 100755 index 000000000..8ae2180cd Binary files /dev/null and b/theme_archit/static/src/img/banner/glauco-zuccaccia-TFY0BmPk5sc-unsplash.jpg differ diff --git a/theme_archit/static/src/img/banner/loewe-technologies-yHihfjIOsgQ-unsplash.jpg b/theme_archit/static/src/img/banner/loewe-technologies-yHihfjIOsgQ-unsplash.jpg new file mode 100755 index 000000000..8fc649678 Binary files /dev/null and b/theme_archit/static/src/img/banner/loewe-technologies-yHihfjIOsgQ-unsplash.jpg differ diff --git a/theme_archit/static/src/img/banner/project-single/ps-bg.jpg b/theme_archit/static/src/img/banner/project-single/ps-bg.jpg new file mode 100755 index 000000000..fbb9dcb01 Binary files /dev/null and b/theme_archit/static/src/img/banner/project-single/ps-bg.jpg differ diff --git a/theme_archit/static/src/img/banner/project/project-bg.jpg b/theme_archit/static/src/img/banner/project/project-bg.jpg new file mode 100755 index 000000000..548d87eae Binary files /dev/null and b/theme_archit/static/src/img/banner/project/project-bg.jpg differ diff --git a/theme_archit/static/src/img/banner/recognitioin/rec.jpg b/theme_archit/static/src/img/banner/recognitioin/rec.jpg new file mode 100755 index 000000000..b09a84386 Binary files /dev/null and b/theme_archit/static/src/img/banner/recognitioin/rec.jpg differ diff --git a/theme_archit/static/src/img/blog/1.jpg b/theme_archit/static/src/img/blog/1.jpg new file mode 100755 index 000000000..b72cf7e84 Binary files /dev/null and b/theme_archit/static/src/img/blog/1.jpg differ diff --git a/theme_archit/static/src/img/blog/2.jpg b/theme_archit/static/src/img/blog/2.jpg new file mode 100755 index 000000000..4eaea1346 Binary files /dev/null and b/theme_archit/static/src/img/blog/2.jpg differ diff --git a/theme_archit/static/src/img/blog/3.jpg b/theme_archit/static/src/img/blog/3.jpg new file mode 100755 index 000000000..5b0af8999 Binary files /dev/null and b/theme_archit/static/src/img/blog/3.jpg differ diff --git a/theme_archit/static/src/img/blog/4.jpg b/theme_archit/static/src/img/blog/4.jpg new file mode 100755 index 000000000..ca408b432 Binary files /dev/null and b/theme_archit/static/src/img/blog/4.jpg differ diff --git a/theme_archit/static/src/img/blog_single/team1.jpg b/theme_archit/static/src/img/blog_single/team1.jpg new file mode 100755 index 000000000..a529e736e Binary files /dev/null and b/theme_archit/static/src/img/blog_single/team1.jpg differ diff --git a/theme_archit/static/src/img/blog_single/team2.jpg b/theme_archit/static/src/img/blog_single/team2.jpg new file mode 100755 index 000000000..48a943c00 Binary files /dev/null and b/theme_archit/static/src/img/blog_single/team2.jpg differ diff --git a/theme_archit/static/src/img/blog_single/team3.jpg b/theme_archit/static/src/img/blog_single/team3.jpg new file mode 100755 index 000000000..b95d8e7fe Binary files /dev/null and b/theme_archit/static/src/img/blog_single/team3.jpg differ diff --git a/theme_archit/static/src/img/feature/1.jpg b/theme_archit/static/src/img/feature/1.jpg new file mode 100755 index 000000000..cd0111ad9 Binary files /dev/null and b/theme_archit/static/src/img/feature/1.jpg differ diff --git a/theme_archit/static/src/img/feature/2.jpg b/theme_archit/static/src/img/feature/2.jpg new file mode 100755 index 000000000..34d93bd6e Binary files /dev/null and b/theme_archit/static/src/img/feature/2.jpg differ diff --git a/theme_archit/static/src/img/feature/3.jpg b/theme_archit/static/src/img/feature/3.jpg new file mode 100755 index 000000000..133d78e26 Binary files /dev/null and b/theme_archit/static/src/img/feature/3.jpg differ diff --git a/theme_archit/static/src/img/feature/4.jpg b/theme_archit/static/src/img/feature/4.jpg new file mode 100755 index 000000000..201d6e300 Binary files /dev/null and b/theme_archit/static/src/img/feature/4.jpg differ diff --git a/theme_archit/static/src/img/feature/5.jpg b/theme_archit/static/src/img/feature/5.jpg new file mode 100755 index 000000000..1371a35a7 Binary files /dev/null and b/theme_archit/static/src/img/feature/5.jpg differ diff --git a/theme_archit/static/src/img/feature/6.jpg b/theme_archit/static/src/img/feature/6.jpg new file mode 100755 index 000000000..eb3fffcc4 Binary files /dev/null and b/theme_archit/static/src/img/feature/6.jpg differ diff --git a/theme_archit/static/src/img/feature/7.jpg b/theme_archit/static/src/img/feature/7.jpg new file mode 100755 index 000000000..e45dc6606 Binary files /dev/null and b/theme_archit/static/src/img/feature/7.jpg differ diff --git a/theme_archit/static/src/img/feature/light.jpg b/theme_archit/static/src/img/feature/light.jpg new file mode 100755 index 000000000..36815b3d7 Binary files /dev/null and b/theme_archit/static/src/img/feature/light.jpg differ diff --git a/theme_archit/static/src/img/feature/light1.jpg b/theme_archit/static/src/img/feature/light1.jpg new file mode 100755 index 000000000..71095ccda Binary files /dev/null and b/theme_archit/static/src/img/feature/light1.jpg differ diff --git a/theme_archit/static/src/img/feature/light2.jpg b/theme_archit/static/src/img/feature/light2.jpg new file mode 100755 index 000000000..4194d6313 Binary files /dev/null and b/theme_archit/static/src/img/feature/light2.jpg differ diff --git a/theme_archit/static/src/img/feature/light3.jpg b/theme_archit/static/src/img/feature/light3.jpg new file mode 100755 index 000000000..18aa9836c Binary files /dev/null and b/theme_archit/static/src/img/feature/light3.jpg differ diff --git a/theme_archit/static/src/img/feature/light4.jpg b/theme_archit/static/src/img/feature/light4.jpg new file mode 100755 index 000000000..168d940fb Binary files /dev/null and b/theme_archit/static/src/img/feature/light4.jpg differ diff --git a/theme_archit/static/src/img/feature/pool.jpg b/theme_archit/static/src/img/feature/pool.jpg new file mode 100755 index 000000000..dcbe7dd1c Binary files /dev/null and b/theme_archit/static/src/img/feature/pool.jpg differ diff --git a/theme_archit/static/src/img/feature/pool1.jpg b/theme_archit/static/src/img/feature/pool1.jpg new file mode 100755 index 000000000..2931baf99 Binary files /dev/null and b/theme_archit/static/src/img/feature/pool1.jpg differ diff --git a/theme_archit/static/src/img/feature/pool2.jpg b/theme_archit/static/src/img/feature/pool2.jpg new file mode 100755 index 000000000..1756e22c9 Binary files /dev/null and b/theme_archit/static/src/img/feature/pool2.jpg differ diff --git a/theme_archit/static/src/img/feature/pool3.jpg b/theme_archit/static/src/img/feature/pool3.jpg new file mode 100755 index 000000000..b34f34d71 Binary files /dev/null and b/theme_archit/static/src/img/feature/pool3.jpg differ diff --git a/theme_archit/static/src/img/feature/pool4.jpg b/theme_archit/static/src/img/feature/pool4.jpg new file mode 100755 index 000000000..05cd422f6 Binary files /dev/null and b/theme_archit/static/src/img/feature/pool4.jpg differ diff --git a/theme_archit/static/src/img/logo/logo11.png b/theme_archit/static/src/img/logo/logo11.png new file mode 100755 index 000000000..83d2778e5 Binary files /dev/null and b/theme_archit/static/src/img/logo/logo11.png differ diff --git a/theme_archit/static/src/img/project/1.jpg b/theme_archit/static/src/img/project/1.jpg new file mode 100755 index 000000000..82649ef29 Binary files /dev/null and b/theme_archit/static/src/img/project/1.jpg differ diff --git a/theme_archit/static/src/img/project/2.png b/theme_archit/static/src/img/project/2.png new file mode 100755 index 000000000..9bf502c66 Binary files /dev/null and b/theme_archit/static/src/img/project/2.png differ diff --git a/theme_archit/static/src/img/project/3.jpg b/theme_archit/static/src/img/project/3.jpg new file mode 100755 index 000000000..f64cfb175 Binary files /dev/null and b/theme_archit/static/src/img/project/3.jpg differ diff --git a/theme_archit/static/src/img/project/4.jpg b/theme_archit/static/src/img/project/4.jpg new file mode 100755 index 000000000..11ee951ef Binary files /dev/null and b/theme_archit/static/src/img/project/4.jpg differ diff --git a/theme_archit/static/src/img/project/5.jpg b/theme_archit/static/src/img/project/5.jpg new file mode 100755 index 000000000..4b9c79c93 Binary files /dev/null and b/theme_archit/static/src/img/project/5.jpg differ diff --git a/theme_archit/static/src/img/project/single/1.jpg b/theme_archit/static/src/img/project/single/1.jpg new file mode 100755 index 000000000..69e74c2e4 Binary files /dev/null and b/theme_archit/static/src/img/project/single/1.jpg differ diff --git a/theme_archit/static/src/img/project/single/2.jpg b/theme_archit/static/src/img/project/single/2.jpg new file mode 100755 index 000000000..082af8ec7 Binary files /dev/null and b/theme_archit/static/src/img/project/single/2.jpg differ diff --git a/theme_archit/static/src/img/project/single/3.png b/theme_archit/static/src/img/project/single/3.png new file mode 100755 index 000000000..4f0d88417 Binary files /dev/null and b/theme_archit/static/src/img/project/single/3.png differ diff --git a/theme_archit/static/src/img/recognition/1.png b/theme_archit/static/src/img/recognition/1.png new file mode 100755 index 000000000..8f19703ac Binary files /dev/null and b/theme_archit/static/src/img/recognition/1.png differ diff --git a/theme_archit/static/src/img/recognition/2.jpg b/theme_archit/static/src/img/recognition/2.jpg new file mode 100755 index 000000000..4c0c9b345 Binary files /dev/null and b/theme_archit/static/src/img/recognition/2.jpg differ diff --git a/theme_archit/static/src/img/recognition/3.png b/theme_archit/static/src/img/recognition/3.png new file mode 100755 index 000000000..697de5531 Binary files /dev/null and b/theme_archit/static/src/img/recognition/3.png differ diff --git a/theme_archit/static/src/img/recognition/4.png b/theme_archit/static/src/img/recognition/4.png new file mode 100755 index 000000000..cb2514fe8 Binary files /dev/null and b/theme_archit/static/src/img/recognition/4.png differ diff --git a/theme_archit/static/src/img/recognition/5.png b/theme_archit/static/src/img/recognition/5.png new file mode 100755 index 000000000..0b602a36c Binary files /dev/null and b/theme_archit/static/src/img/recognition/5.png differ diff --git a/theme_archit/static/src/img/recognition/6.png b/theme_archit/static/src/img/recognition/6.png new file mode 100755 index 000000000..df8dbac04 Binary files /dev/null and b/theme_archit/static/src/img/recognition/6.png differ diff --git a/theme_archit/static/src/img/recognition/7.png b/theme_archit/static/src/img/recognition/7.png new file mode 100755 index 000000000..9a998eb30 Binary files /dev/null and b/theme_archit/static/src/img/recognition/7.png differ diff --git a/theme_archit/static/src/img/recognition/8.png b/theme_archit/static/src/img/recognition/8.png new file mode 100755 index 000000000..0fff95efa Binary files /dev/null and b/theme_archit/static/src/img/recognition/8.png differ diff --git a/theme_archit/static/src/img/recruit/recruit.jpg b/theme_archit/static/src/img/recruit/recruit.jpg new file mode 100755 index 000000000..ad6f2e099 Binary files /dev/null and b/theme_archit/static/src/img/recruit/recruit.jpg differ diff --git a/theme_archit/static/src/img/snippet/404.jpg b/theme_archit/static/src/img/snippet/404.jpg new file mode 100755 index 000000000..ba0fd3238 Binary files /dev/null and b/theme_archit/static/src/img/snippet/404.jpg differ diff --git a/theme_archit/static/src/img/snippet/about.jpg b/theme_archit/static/src/img/snippet/about.jpg new file mode 100755 index 000000000..6386ed406 Binary files /dev/null and b/theme_archit/static/src/img/snippet/about.jpg differ diff --git a/theme_archit/static/src/img/snippet/blank-page-block.jpg b/theme_archit/static/src/img/snippet/blank-page-block.jpg new file mode 100755 index 000000000..a8d918680 Binary files /dev/null and b/theme_archit/static/src/img/snippet/blank-page-block.jpg differ diff --git a/theme_archit/static/src/img/snippet/blocks.jpg b/theme_archit/static/src/img/snippet/blocks.jpg new file mode 100755 index 000000000..51b4e4d3b Binary files /dev/null and b/theme_archit/static/src/img/snippet/blocks.jpg differ diff --git a/theme_archit/static/src/img/snippet/blog-author-block.jpg b/theme_archit/static/src/img/snippet/blog-author-block.jpg new file mode 100755 index 000000000..914b40eca Binary files /dev/null and b/theme_archit/static/src/img/snippet/blog-author-block.jpg differ diff --git a/theme_archit/static/src/img/snippet/blog-block.jpg b/theme_archit/static/src/img/snippet/blog-block.jpg new file mode 100755 index 000000000..b0a533ac3 Binary files /dev/null and b/theme_archit/static/src/img/snippet/blog-block.jpg differ diff --git a/theme_archit/static/src/img/snippet/contact-form-block.jpg b/theme_archit/static/src/img/snippet/contact-form-block.jpg new file mode 100755 index 000000000..554274f64 Binary files /dev/null and b/theme_archit/static/src/img/snippet/contact-form-block.jpg differ diff --git a/theme_archit/static/src/img/snippet/footer.jpg b/theme_archit/static/src/img/snippet/footer.jpg new file mode 100755 index 000000000..c075dd1cc Binary files /dev/null and b/theme_archit/static/src/img/snippet/footer.jpg differ diff --git a/theme_archit/static/src/img/snippet/header-block.jpg b/theme_archit/static/src/img/snippet/header-block.jpg new file mode 100755 index 000000000..7fd768e9e Binary files /dev/null and b/theme_archit/static/src/img/snippet/header-block.jpg differ diff --git a/theme_archit/static/src/img/snippet/home-carousel-snippet-block.jpg b/theme_archit/static/src/img/snippet/home-carousel-snippet-block.jpg new file mode 100755 index 000000000..4c0f99fd0 Binary files /dev/null and b/theme_archit/static/src/img/snippet/home-carousel-snippet-block.jpg differ diff --git a/theme_archit/static/src/img/snippet/image-block-1.jpg b/theme_archit/static/src/img/snippet/image-block-1.jpg new file mode 100755 index 000000000..6010a423b Binary files /dev/null and b/theme_archit/static/src/img/snippet/image-block-1.jpg differ diff --git a/theme_archit/static/src/img/snippet/image-block-2.jpg b/theme_archit/static/src/img/snippet/image-block-2.jpg new file mode 100755 index 000000000..08788fd36 Binary files /dev/null and b/theme_archit/static/src/img/snippet/image-block-2.jpg differ diff --git a/theme_archit/static/src/img/snippet/image-block-3.jpg b/theme_archit/static/src/img/snippet/image-block-3.jpg new file mode 100755 index 000000000..3b761f77f Binary files /dev/null and b/theme_archit/static/src/img/snippet/image-block-3.jpg differ diff --git a/theme_archit/static/src/img/snippet/job-description-block.jpg b/theme_archit/static/src/img/snippet/job-description-block.jpg new file mode 100755 index 000000000..5b3d3dc30 Binary files /dev/null and b/theme_archit/static/src/img/snippet/job-description-block.jpg differ diff --git a/theme_archit/static/src/img/snippet/job-form-block.jpg b/theme_archit/static/src/img/snippet/job-form-block.jpg new file mode 100755 index 000000000..2f79720e6 Binary files /dev/null and b/theme_archit/static/src/img/snippet/job-form-block.jpg differ diff --git a/theme_archit/static/src/img/snippet/login-block.jpg b/theme_archit/static/src/img/snippet/login-block.jpg new file mode 100755 index 000000000..7eb3ba925 Binary files /dev/null and b/theme_archit/static/src/img/snippet/login-block.jpg differ diff --git a/theme_archit/static/src/img/snippet/map-block.jpg b/theme_archit/static/src/img/snippet/map-block.jpg new file mode 100755 index 000000000..9fe9cfebc Binary files /dev/null and b/theme_archit/static/src/img/snippet/map-block.jpg differ diff --git a/theme_archit/static/src/img/snippet/partners_and_staff.jpg b/theme_archit/static/src/img/snippet/partners_and_staff.jpg new file mode 100755 index 000000000..6397e15bf Binary files /dev/null and b/theme_archit/static/src/img/snippet/partners_and_staff.jpg differ diff --git a/theme_archit/static/src/img/snippet/projects-block-1.jpg b/theme_archit/static/src/img/snippet/projects-block-1.jpg new file mode 100755 index 000000000..bd4a687ef Binary files /dev/null and b/theme_archit/static/src/img/snippet/projects-block-1.jpg differ diff --git a/theme_archit/static/src/img/snippet/projects-block-2.jpg b/theme_archit/static/src/img/snippet/projects-block-2.jpg new file mode 100755 index 000000000..27beaa5b3 Binary files /dev/null and b/theme_archit/static/src/img/snippet/projects-block-2.jpg differ diff --git a/theme_archit/static/src/img/snippet/recognition-block.jpg b/theme_archit/static/src/img/snippet/recognition-block.jpg new file mode 100755 index 000000000..3eba36ea8 Binary files /dev/null and b/theme_archit/static/src/img/snippet/recognition-block.jpg differ diff --git a/theme_archit/static/src/img/snippet/register-block.jpg b/theme_archit/static/src/img/snippet/register-block.jpg new file mode 100755 index 000000000..8d49a098c Binary files /dev/null and b/theme_archit/static/src/img/snippet/register-block.jpg differ diff --git a/theme_archit/static/src/img/snippet/single-project-block-1.jpg b/theme_archit/static/src/img/snippet/single-project-block-1.jpg new file mode 100755 index 000000000..5e5f1f066 Binary files /dev/null and b/theme_archit/static/src/img/snippet/single-project-block-1.jpg differ diff --git a/theme_archit/static/src/img/snippet/single-project-image-block-2.jpg b/theme_archit/static/src/img/snippet/single-project-image-block-2.jpg new file mode 100755 index 000000000..560d0b654 Binary files /dev/null and b/theme_archit/static/src/img/snippet/single-project-image-block-2.jpg differ diff --git a/theme_archit/static/src/img/snippet/text_block.jpg b/theme_archit/static/src/img/snippet/text_block.jpg new file mode 100755 index 000000000..9954d2b95 Binary files /dev/null and b/theme_archit/static/src/img/snippet/text_block.jpg differ diff --git a/theme_archit/static/src/img/team/1.jpg b/theme_archit/static/src/img/team/1.jpg new file mode 100755 index 000000000..d29d159f1 Binary files /dev/null and b/theme_archit/static/src/img/team/1.jpg differ diff --git a/theme_archit/static/src/img/team/2.jpg b/theme_archit/static/src/img/team/2.jpg new file mode 100755 index 000000000..e067f28a6 Binary files /dev/null and b/theme_archit/static/src/img/team/2.jpg differ diff --git a/theme_archit/static/src/img/team/3.jpg b/theme_archit/static/src/img/team/3.jpg new file mode 100755 index 000000000..0d7c372b7 Binary files /dev/null and b/theme_archit/static/src/img/team/3.jpg differ diff --git a/theme_archit/static/src/js/contact.js b/theme_archit/static/src/js/contact.js new file mode 100755 index 000000000..a846809df --- /dev/null +++ b/theme_archit/static/src/js/contact.js @@ -0,0 +1,168 @@ + + var CustomMapStyles = [ + { + "featureType": "all", + "elementType": "labels.text.fill", + "stylers": [ + { + "saturation": 36 + }, + { + "color": "#000000" + }, + { + "lightness": 40 + } + ] + }, + { + "featureType": "all", + "elementType": "labels.text.stroke", + "stylers": [ + { + "visibility": "on" + }, + { + "color": "#000000" + }, + { + "lightness": 16 + } + ] + }, + { + "featureType": "all", + "elementType": "labels.icon", + "stylers": [ + { + "visibility": "off" + } + ] + }, + { + "featureType": "administrative", + "elementType": "geometry.fill", + "stylers": [ + { + "color": "#000000" + }, + { + "lightness": 20 + } + ] + }, + { + "featureType": "administrative", + "elementType": "geometry.stroke", + "stylers": [ + { + "color": "#000000" + }, + { + "lightness": 17 + }, + { + "weight": 1.2 + } + ] + }, + { + "featureType": "landscape", + "elementType": "geometry", + "stylers": [ + { + "color": "#000000" + }, + { + "lightness": 20 + } + ] + }, + { + "featureType": "poi", + "elementType": "geometry", + "stylers": [ + { + "color": "#000000" + }, + { + "lightness": 21 + } + ] + }, + { + "featureType": "road.highway", + "elementType": "geometry.fill", + "stylers": [ + { + "color": "#000000" + }, + { + "lightness": 17 + } + ] + }, + { + "featureType": "road.highway", + "elementType": "geometry.stroke", + "stylers": [ + { + "color": "#000000" + }, + { + "lightness": 29 + }, + { + "weight": 0.2 + } + ] + }, + { + "featureType": "road.arterial", + "elementType": "geometry", + "stylers": [ + { + "color": "#000000" + }, + { + "lightness": 18 + } + ] + }, + { + "featureType": "road.local", + "elementType": "geometry", + "stylers": [ + { + "color": "#000000" + }, + { + "lightness": 16 + } + ] + }, + { + "featureType": "transit", + "elementType": "geometry", + "stylers": [ + { + "color": "#000000" + }, + { + "lightness": 19 + } + ] + }, + { + "featureType": "water", + "elementType": "geometry", + "stylers": [ + { + "color": "#000000" + }, + { + "lightness": 17 + } + ] + } + ]; diff --git a/theme_archit/static/src/js/index.js b/theme_archit/static/src/js/index.js new file mode 100755 index 000000000..89c045974 --- /dev/null +++ b/theme_archit/static/src/js/index.js @@ -0,0 +1,53 @@ +/** @odoo-module **/ + + /** + * Slider Widget + * + * This widget initializes and manages an owlCarousel slider with specified options. + */ + + // Import the PublicWidget module + import publicWidget from "@web/legacy/js/public/public_widget"; +// var PublicWidget = require('web.public.widget'); + // Define a new class named "Slider" that extends the "PublicWidget" class + var Slider = publicWidget.Widget.extend({ + // Set the CSS selector for the widget element + selector: '.owl-carousel', + start: function() { + var self = this; + // Call the "onSlider" function to initialize the owlCarousel slider + self.onSlider(); + }, + // Define the "onSlider" function that initializes the owlCarousel slider + onSlider: function() { + var self = this; + // Initialize the slider with owlCarousel options + this.$el.owlCarousel({ + items: 1, + loop: true, + margin: 0, + stagePadding: 0, + smartSpeed: 450, + autoplay: true, + autoPlaySpeed: 1000, + autoPlayTimeout: 1000, + autoplayHoverPause: true, + onInitialized: counter, + dots: true, + nav: true, + navText: ['', ''], + }); + // Define a helper function named "counter" that sets the correct slide number for the dots + function counter() { + var buttons = self.$el.find('.owl-dots button'); + buttons.each(function(index, item) { + $(item).find('span').index + 1; + }); + } + // Call the "counter" function to set the correct slide number for the dots + counter(); + } + }); + // Register the "Slider" class in the PublicWidget registry + publicWidget.registry.slider = Slider; + return Slider; \ No newline at end of file diff --git a/theme_archit/static/src/js/owl.carousel.js b/theme_archit/static/src/js/owl.carousel.js new file mode 100755 index 000000000..66c67ebe0 --- /dev/null +++ b/theme_archit/static/src/js/owl.carousel.js @@ -0,0 +1,3448 @@ +/** + * Owl Carousel v2.3.4 + * Copyright 2013-2018 David Deutsch + * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE + */ +/** + * Owl carousel + * @version 2.3.4 + * @author Bartosz Wojciechowski + * @author David Deutsch + * @license The MIT License (MIT) + * @todo Lazy Load Icon + * @todo prevent animationend bubling + * @todo itemsScaleUp + * @todo Test Zepto + * @todo stagePadding calculate wrong active classes + */ +;(function($, window, document, undefined) { + + /** + * Creates a carousel. + * @class The Owl Carousel. + * @public + * @param {HTMLElement|jQuery} element - The element to create the carousel for. + * @param {Object} [options] - The options + */ + function Owl(element, options) { + + /** + * Current settings for the carousel. + * @public + */ + this.settings = null; + + /** + * Current options set by the caller including defaults. + * @public + */ + this.options = $.extend({}, Owl.Defaults, options); + + /** + * Plugin element. + * @public + */ + this.$element = $(element); + + /** + * Proxied event handlers. + * @protected + */ + this._handlers = {}; + + /** + * References to the running plugins of this carousel. + * @protected + */ + this._plugins = {}; + + /** + * Currently suppressed events to prevent them from being retriggered. + * @protected + */ + this._supress = {}; + + /** + * Absolute current position. + * @protected + */ + this._current = null; + + /** + * Animation speed in milliseconds. + * @protected + */ + this._speed = null; + + /** + * Coordinates of all items in pixel. + * @todo The name of this member is missleading. + * @protected + */ + this._coordinates = []; + + /** + * Current breakpoint. + * @todo Real media queries would be nice. + * @protected + */ + this._breakpoint = null; + + /** + * Current width of the plugin element. + */ + this._width = null; + + /** + * All real items. + * @protected + */ + this._items = []; + + /** + * All cloned items. + * @protected + */ + this._clones = []; + + /** + * Merge values of all items. + * @todo Maybe this could be part of a plugin. + * @protected + */ + this._mergers = []; + + /** + * Widths of all items. + */ + this._widths = []; + + /** + * Invalidated parts within the update process. + * @protected + */ + this._invalidated = {}; + + /** + * Ordered list of workers for the update process. + * @protected + */ + this._pipe = []; + + /** + * Current state information for the drag operation. + * @todo #261 + * @protected + */ + this._drag = { + time: null, + target: null, + pointer: null, + stage: { + start: null, + current: null + }, + direction: null + }; + + /** + * Current state information and their tags. + * @type {Object} + * @protected + */ + this._states = { + current: {}, + tags: { + 'initializing': [ 'busy' ], + 'animating': [ 'busy' ], + 'dragging': [ 'interacting' ] + } + }; + + $.each([ 'onResize', 'onThrottledResize' ], $.proxy(function(i, handler) { + this._handlers[handler] = $.proxy(this[handler], this); + }, this)); + + $.each(Owl.Plugins, $.proxy(function(key, plugin) { + this._plugins[key.charAt(0).toLowerCase() + key.slice(1)] + = new plugin(this); + }, this)); + + $.each(Owl.Workers, $.proxy(function(priority, worker) { + this._pipe.push({ + 'filter': worker.filter, + 'run': $.proxy(worker.run, this) + }); + }, this)); + + this.setup(); + this.initialize(); + } + + /** + * Default options for the carousel. + * @public + */ + Owl.Defaults = { + items: 3, + loop: false, + center: false, + rewind: false, + checkVisibility: true, + + mouseDrag: true, + touchDrag: true, + pullDrag: true, + freeDrag: false, + + margin: 0, + stagePadding: 0, + + merge: false, + mergeFit: true, + autoWidth: false, + + startPosition: 0, + rtl: false, + + smartSpeed: 250, + fluidSpeed: false, + dragEndSpeed: false, + + responsive: {}, + responsiveRefreshRate: 200, + responsiveBaseElement: window, + + fallbackEasing: 'swing', + slideTransition: '', + + info: false, + + nestedItemSelector: false, + itemElement: 'div', + stageElement: 'div', + + refreshClass: 'owl-refresh', + loadedClass: 'owl-loaded', + loadingClass: 'owl-loading', + rtlClass: 'owl-rtl', + responsiveClass: 'owl-responsive', + dragClass: 'owl-drag', + itemClass: 'owl-item', + stageClass: 'owl-stage', + stageOuterClass: 'owl-stage-outer', + grabClass: 'owl-grab' + }; + + /** + * Enumeration for width. + * @public + * @readonly + * @enum {String} + */ + Owl.Width = { + Default: 'default', + Inner: 'inner', + Outer: 'outer' + }; + + /** + * Enumeration for types. + * @public + * @readonly + * @enum {String} + */ + Owl.Type = { + Event: 'event', + State: 'state' + }; + + /** + * Contains all registered plugins. + * @public + */ + Owl.Plugins = {}; + + /** + * List of workers involved in the update process. + */ + Owl.Workers = [ { + filter: [ 'width', 'settings' ], + run: function() { + this._width = this.$element.width(); + } + }, { + filter: [ 'width', 'items', 'settings' ], + run: function(cache) { + cache.current = this._items && this._items[this.relative(this._current)]; + } + }, { + filter: [ 'items', 'settings' ], + run: function() { + this.$stage.children('.cloned').remove(); + } + }, { + filter: [ 'width', 'items', 'settings' ], + run: function(cache) { + var margin = this.settings.margin || '', + grid = !this.settings.autoWidth, + rtl = this.settings.rtl, + css = { + 'width': 'auto', + 'margin-left': rtl ? margin : '', + 'margin-right': rtl ? '' : margin + }; + + !grid && this.$stage.children().css(css); + + cache.css = css; + } + }, { + filter: [ 'width', 'items', 'settings' ], + run: function(cache) { + var width = (this.width() / this.settings.items).toFixed(3) - this.settings.margin, + merge = null, + iterator = this._items.length, + grid = !this.settings.autoWidth, + widths = []; + + cache.items = { + merge: false, + width: width + }; + + while (iterator--) { + merge = this._mergers[iterator]; + merge = this.settings.mergeFit && Math.min(merge, this.settings.items) || merge; + + cache.items.merge = merge > 1 || cache.items.merge; + + widths[iterator] = !grid ? this._items[iterator].width() : width * merge; + } + + this._widths = widths; + } + }, { + filter: [ 'items', 'settings' ], + run: function() { + var clones = [], + items = this._items, + settings = this.settings, + // TODO: Should be computed from number of min width items in stage + view = Math.max(settings.items * 2, 4), + size = Math.ceil(items.length / 2) * 2, + repeat = settings.loop && items.length ? settings.rewind ? view : Math.max(view, size) : 0, + append = '', + prepend = ''; + + repeat /= 2; + + while (repeat > 0) { + // Switch to only using appended clones + clones.push(this.normalize(clones.length / 2, true)); + append = append + items[clones[clones.length - 1]][0].outerHTML; + clones.push(this.normalize(items.length - 1 - (clones.length - 1) / 2, true)); + prepend = items[clones[clones.length - 1]][0].outerHTML + prepend; + repeat -= 1; + } + + this._clones = clones; + + $(append).addClass('cloned').appendTo(this.$stage); + $(prepend).addClass('cloned').prependTo(this.$stage); + } + }, { + filter: [ 'width', 'items', 'settings' ], + run: function() { + var rtl = this.settings.rtl ? 1 : -1, + size = this._clones.length + this._items.length, + iterator = -1, + previous = 0, + current = 0, + coordinates = []; + + while (++iterator < size) { + previous = coordinates[iterator - 1] || 0; + current = this._widths[this.relative(iterator)] + this.settings.margin; + coordinates.push(previous + current * rtl); + } + + this._coordinates = coordinates; + } + }, { + filter: [ 'width', 'items', 'settings' ], + run: function() { + var padding = this.settings.stagePadding, + coordinates = this._coordinates, + css = { + 'width': Math.ceil(Math.abs(coordinates[coordinates.length - 1])) + padding * 2, + 'padding-left': padding || '', + 'padding-right': padding || '' + }; + + this.$stage.css(css); + } + }, { + filter: [ 'width', 'items', 'settings' ], + run: function(cache) { + var iterator = this._coordinates.length, + grid = !this.settings.autoWidth, + items = this.$stage.children(); + + if (grid && cache.items.merge) { + while (iterator--) { + cache.css.width = this._widths[this.relative(iterator)]; + items.eq(iterator).css(cache.css); + } + } else if (grid) { + cache.css.width = cache.items.width; + items.css(cache.css); + } + } + }, { + filter: [ 'items' ], + run: function() { + this._coordinates.length < 1 && this.$stage.removeAttr('style'); + } + }, { + filter: [ 'width', 'items', 'settings' ], + run: function(cache) { + cache.current = cache.current ? this.$stage.children().index(cache.current) : 0; + cache.current = Math.max(this.minimum(), Math.min(this.maximum(), cache.current)); + this.reset(cache.current); + } + }, { + filter: [ 'position' ], + run: function() { + this.animate(this.coordinates(this._current)); + } + }, { + filter: [ 'width', 'position', 'items', 'settings' ], + run: function() { + var rtl = this.settings.rtl ? 1 : -1, + padding = this.settings.stagePadding * 2, + begin = this.coordinates(this.current()) + padding, + end = begin + this.width() * rtl, + inner, outer, matches = [], i, n; + + for (i = 0, n = this._coordinates.length; i < n; i++) { + inner = this._coordinates[i - 1] || 0; + outer = Math.abs(this._coordinates[i]) + padding * rtl; + + if ((this.op(inner, '<=', begin) && (this.op(inner, '>', end))) + || (this.op(outer, '<', begin) && this.op(outer, '>', end))) { + matches.push(i); + } + } + + this.$stage.children('.active').removeClass('active'); + this.$stage.children(':eq(' + matches.join('), :eq(') + ')').addClass('active'); + + this.$stage.children('.center').removeClass('center'); + if (this.settings.center) { + this.$stage.children().eq(this.current()).addClass('center'); + } + } + } ]; + + /** + * Create the stage DOM element + */ + Owl.prototype.initializeStage = function() { + this.$stage = this.$element.find('.' + this.settings.stageClass); + + // if the stage is already in the DOM, grab it and skip stage initialization + if (this.$stage.length) { + return; + } + + this.$element.addClass(this.options.loadingClass); + + // create stage + this.$stage = $('<' + this.settings.stageElement + '>', { + "class": this.settings.stageClass + }).wrap( $( '
', { + "class": this.settings.stageOuterClass + })); + + // append stage + this.$element.append(this.$stage.parent()); + }; + + /** + * Create item DOM elements + */ + Owl.prototype.initializeItems = function() { + var $items = this.$element.find('.owl-item'); + + // if the items are already in the DOM, grab them and skip item initialization + if ($items.length) { + this._items = $items.get().map(function(item) { + return $(item); + }); + + this._mergers = this._items.map(function() { + return 1; + }); + + this.refresh(); + + return; + } + + // append content + this.replace(this.$element.children().not(this.$stage.parent())); + + // check visibility + if (this.isVisible()) { + // update view + this.refresh(); + } else { + // invalidate width + this.invalidate('width'); + } + + this.$element + .removeClass(this.options.loadingClass) + .addClass(this.options.loadedClass); + }; + + /** + * Initializes the carousel. + * @protected + */ + Owl.prototype.initialize = function() { + this.enter('initializing'); + this.trigger('initialize'); + + this.$element.toggleClass(this.settings.rtlClass, this.settings.rtl); + + if (this.settings.autoWidth && !this.is('pre-loading')) { + var imgs, nestedSelector, width; + imgs = this.$element.find('img'); + nestedSelector = this.settings.nestedItemSelector ? '.' + this.settings.nestedItemSelector : undefined; + width = this.$element.children(nestedSelector).width(); + + if (imgs.length && width <= 0) { + this.preloadAutoWidthImages(imgs); + } + } + + this.initializeStage(); + this.initializeItems(); + + // register event handlers + this.registerEventHandlers(); + + this.leave('initializing'); + this.trigger('initialized'); + }; + + /** + * @returns {Boolean} visibility of $element + * if you know the carousel will always be visible you can set `checkVisibility` to `false` to + * prevent the expensive browser layout forced reflow the $element.is(':visible') does + */ + Owl.prototype.isVisible = function() { + return this.settings.checkVisibility + ? this.$element.is(':visible') + : true; + }; + + /** + * Setups the current settings. + * @todo Remove responsive classes. Why should adaptive designs be brought into IE8? + * @todo Support for media queries by using `matchMedia` would be nice. + * @public + */ + Owl.prototype.setup = function() { + var viewport = this.viewport(), + overwrites = this.options.responsive, + match = -1, + settings = null; + + if (!overwrites) { + settings = $.extend({}, this.options); + } else { + $.each(overwrites, function(breakpoint) { + if (breakpoint <= viewport && breakpoint > match) { + match = Number(breakpoint); + } + }); + + settings = $.extend({}, this.options, overwrites[match]); + if (typeof settings.stagePadding === 'function') { + settings.stagePadding = settings.stagePadding(); + } + delete settings.responsive; + + // responsive class + if (settings.responsiveClass) { + this.$element.attr('class', + this.$element.attr('class').replace(new RegExp('(' + this.options.responsiveClass + '-)\\S+\\s', 'g'), '$1' + match) + ); + } + } + + this.trigger('change', { property: { name: 'settings', value: settings } }); + this._breakpoint = match; + this.settings = settings; + this.invalidate('settings'); + this.trigger('changed', { property: { name: 'settings', value: this.settings } }); + }; + + /** + * Updates option logic if necessery. + * @protected + */ + Owl.prototype.optionsLogic = function() { + if (this.settings.autoWidth) { + this.settings.stagePadding = false; + this.settings.merge = false; + } + }; + + /** + * Prepares an item before add. + * @todo Rename event parameter `content` to `item`. + * @protected + * @returns {jQuery|HTMLElement} - The item container. + */ + Owl.prototype.prepare = function(item) { + var event = this.trigger('prepare', { content: item }); + + if (!event.data) { + event.data = $('<' + this.settings.itemElement + '/>') + .addClass(this.options.itemClass).append(item) + } + + this.trigger('prepared', { content: event.data }); + + return event.data; + }; + + /** + * Updates the view. + * @public + */ + Owl.prototype.update = function() { + var i = 0, + n = this._pipe.length, + filter = $.proxy(function(p) { return this[p] }, this._invalidated), + cache = {}; + + while (i < n) { + if (this._invalidated.all || $.grep(this._pipe[i].filter, filter).length > 0) { + this._pipe[i].run(cache); + } + i++; + } + + this._invalidated = {}; + + !this.is('valid') && this.enter('valid'); + }; + + /** + * Gets the width of the view. + * @public + * @param {Owl.Width} [dimension=Owl.Width.Default] - The dimension to return. + * @returns {Number} - The width of the view in pixel. + */ + Owl.prototype.width = function(dimension) { + dimension = dimension || Owl.Width.Default; + switch (dimension) { + case Owl.Width.Inner: + case Owl.Width.Outer: + return this._width; + default: + return this._width - this.settings.stagePadding * 2 + this.settings.margin; + } + }; + + /** + * Refreshes the carousel primarily for adaptive purposes. + * @public + */ + Owl.prototype.refresh = function() { + this.enter('refreshing'); + this.trigger('refresh'); + + this.setup(); + + this.optionsLogic(); + + this.$element.addClass(this.options.refreshClass); + + this.update(); + + this.$element.removeClass(this.options.refreshClass); + + this.leave('refreshing'); + this.trigger('refreshed'); + }; + + /** + * Checks window `resize` event. + * @protected + */ + Owl.prototype.onThrottledResize = function() { + window.clearTimeout(this.resizeTimer); + this.resizeTimer = window.setTimeout(this._handlers.onResize, this.settings.responsiveRefreshRate); + }; + + /** + * Checks window `resize` event. + * @protected + */ + Owl.prototype.onResize = function() { + if (!this._items.length) { + return false; + } + + if (this._width === this.$element.width()) { + return false; + } + + if (!this.isVisible()) { + return false; + } + + this.enter('resizing'); + + if (this.trigger('resize').isDefaultPrevented()) { + this.leave('resizing'); + return false; + } + + this.invalidate('width'); + + this.refresh(); + + this.leave('resizing'); + this.trigger('resized'); + }; + + /** + * Registers event handlers. + * @todo Check `msPointerEnabled` + * @todo #261 + * @protected + */ + Owl.prototype.registerEventHandlers = function() { + if ($.support.transition) { + this.$stage.on($.support.transition.end + '.owl.core', $.proxy(this.onTransitionEnd, this)); + } + + if (this.settings.responsive !== false) { + this.on(window, 'resize', this._handlers.onThrottledResize); + } + + if (this.settings.mouseDrag) { + this.$element.addClass(this.options.dragClass); + this.$stage.on('mousedown.owl.core', $.proxy(this.onDragStart, this)); + this.$stage.on('dragstart.owl.core selectstart.owl.core', function() { return false }); + } + + if (this.settings.touchDrag){ + this.$stage.on('touchstart.owl.core', $.proxy(this.onDragStart, this)); + this.$stage.on('touchcancel.owl.core', $.proxy(this.onDragEnd, this)); + } + }; + + /** + * Handles `touchstart` and `mousedown` events. + * @todo Horizontal swipe threshold as option + * @todo #261 + * @protected + * @param {Event} event - The event arguments. + */ + Owl.prototype.onDragStart = function(event) { + var stage = null; + + if (event.which === 3) { + return; + } + + if ($.support.transform) { + stage = this.$stage.css('transform').replace(/.*\(|\)| /g, '').split(','); + stage = { + x: stage[stage.length === 16 ? 12 : 4], + y: stage[stage.length === 16 ? 13 : 5] + }; + } else { + stage = this.$stage.position(); + stage = { + x: this.settings.rtl ? + stage.left + this.$stage.width() - this.width() + this.settings.margin : + stage.left, + y: stage.top + }; + } + + if (this.is('animating')) { + $.support.transform ? this.animate(stage.x) : this.$stage.stop() + this.invalidate('position'); + } + + this.$element.toggleClass(this.options.grabClass, event.type === 'mousedown'); + + this.speed(0); + + this._drag.time = new Date().getTime(); + this._drag.target = $(event.target); + this._drag.stage.start = stage; + this._drag.stage.current = stage; + this._drag.pointer = this.pointer(event); + + $(document).on('mouseup.owl.core touchend.owl.core', $.proxy(this.onDragEnd, this)); + + $(document).one('mousemove.owl.core touchmove.owl.core', $.proxy(function(event) { + var delta = this.difference(this._drag.pointer, this.pointer(event)); + + $(document).on('mousemove.owl.core touchmove.owl.core', $.proxy(this.onDragMove, this)); + + if (Math.abs(delta.x) < Math.abs(delta.y) && this.is('valid')) { + return; + } + + event.preventDefault(); + + this.enter('dragging'); + this.trigger('drag'); + }, this)); + }; + + /** + * Handles the `touchmove` and `mousemove` events. + * @todo #261 + * @protected + * @param {Event} event - The event arguments. + */ + Owl.prototype.onDragMove = function(event) { + var minimum = null, + maximum = null, + pull = null, + delta = this.difference(this._drag.pointer, this.pointer(event)), + stage = this.difference(this._drag.stage.start, delta); + + if (!this.is('dragging')) { + return; + } + + event.preventDefault(); + + if (this.settings.loop) { + minimum = this.coordinates(this.minimum()); + maximum = this.coordinates(this.maximum() + 1) - minimum; + stage.x = (((stage.x - minimum) % maximum + maximum) % maximum) + minimum; + } else { + minimum = this.settings.rtl ? this.coordinates(this.maximum()) : this.coordinates(this.minimum()); + maximum = this.settings.rtl ? this.coordinates(this.minimum()) : this.coordinates(this.maximum()); + pull = this.settings.pullDrag ? -1 * delta.x / 5 : 0; + stage.x = Math.max(Math.min(stage.x, minimum + pull), maximum + pull); + } + + this._drag.stage.current = stage; + + this.animate(stage.x); + }; + + /** + * Handles the `touchend` and `mouseup` events. + * @todo #261 + * @todo Threshold for click event + * @protected + * @param {Event} event - The event arguments. + */ + Owl.prototype.onDragEnd = function(event) { + var delta = this.difference(this._drag.pointer, this.pointer(event)), + stage = this._drag.stage.current, + direction = delta.x > 0 ^ this.settings.rtl ? 'left' : 'right'; + + $(document).off('.owl.core'); + + this.$element.removeClass(this.options.grabClass); + + if (delta.x !== 0 && this.is('dragging') || !this.is('valid')) { + this.speed(this.settings.dragEndSpeed || this.settings.smartSpeed); + this.current(this.closest(stage.x, delta.x !== 0 ? direction : this._drag.direction)); + this.invalidate('position'); + this.update(); + + this._drag.direction = direction; + + if (Math.abs(delta.x) > 3 || new Date().getTime() - this._drag.time > 300) { + this._drag.target.one('click.owl.core', function() { return false; }); + } + } + + if (!this.is('dragging')) { + return; + } + + this.leave('dragging'); + this.trigger('dragged'); + }; + + /** + * Gets absolute position of the closest item for a coordinate. + * @todo Setting `freeDrag` makes `closest` not reusable. See #165. + * @protected + * @param {Number} coordinate - The coordinate in pixel. + * @param {String} direction - The direction to check for the closest item. Ether `left` or `right`. + * @return {Number} - The absolute position of the closest item. + */ + Owl.prototype.closest = function(coordinate, direction) { + var position = -1, + pull = 30, + width = this.width(), + coordinates = this.coordinates(); + + if (!this.settings.freeDrag) { + // check closest item + $.each(coordinates, $.proxy(function(index, value) { + // on a left pull, check on current index + if (direction === 'left' && coordinate > value - pull && coordinate < value + pull) { + position = index; + // on a right pull, check on previous index + // to do so, subtract width from value and set position = index + 1 + } else if (direction === 'right' && coordinate > value - width - pull && coordinate < value - width + pull) { + position = index + 1; + } else if (this.op(coordinate, '<', value) + && this.op(coordinate, '>', coordinates[index + 1] !== undefined ? coordinates[index + 1] : value - width)) { + position = direction === 'left' ? index + 1 : index; + } + return position === -1; + }, this)); + } + + if (!this.settings.loop) { + // non loop boundries + if (this.op(coordinate, '>', coordinates[this.minimum()])) { + position = coordinate = this.minimum(); + } else if (this.op(coordinate, '<', coordinates[this.maximum()])) { + position = coordinate = this.maximum(); + } + } + + return position; + }; + + /** + * Animates the stage. + * @todo #270 + * @public + * @param {Number} coordinate - The coordinate in pixels. + */ + Owl.prototype.animate = function(coordinate) { + var animate = this.speed() > 0; + + this.is('animating') && this.onTransitionEnd(); + + if (animate) { + this.enter('animating'); + this.trigger('translate'); + } + + if ($.support.transform3d && $.support.transition) { + this.$stage.css({ + transform: 'translate3d(' + coordinate + 'px,0px,0px)', + transition: (this.speed() / 1000) + 's' + ( + this.settings.slideTransition ? ' ' + this.settings.slideTransition : '' + ) + }); + } else if (animate) { + this.$stage.animate({ + left: coordinate + 'px' + }, this.speed(), this.settings.fallbackEasing, $.proxy(this.onTransitionEnd, this)); + } else { + this.$stage.css({ + left: coordinate + 'px' + }); + } + }; + + /** + * Checks whether the carousel is in a specific state or not. + * @param {String} state - The state to check. + * @returns {Boolean} - The flag which indicates if the carousel is busy. + */ + Owl.prototype.is = function(state) { + return this._states.current[state] && this._states.current[state] > 0; + }; + + /** + * Sets the absolute position of the current item. + * @public + * @param {Number} [position] - The new absolute position or nothing to leave it unchanged. + * @returns {Number} - The absolute position of the current item. + */ + Owl.prototype.current = function(position) { + if (position === undefined) { + return this._current; + } + + if (this._items.length === 0) { + return undefined; + } + + position = this.normalize(position); + + if (this._current !== position) { + var event = this.trigger('change', { property: { name: 'position', value: position } }); + + if (event.data !== undefined) { + position = this.normalize(event.data); + } + + this._current = position; + + this.invalidate('position'); + + this.trigger('changed', { property: { name: 'position', value: this._current } }); + } + + return this._current; + }; + + /** + * Invalidates the given part of the update routine. + * @param {String} [part] - The part to invalidate. + * @returns {Array.} - The invalidated parts. + */ + Owl.prototype.invalidate = function(part) { + if ($.type(part) === 'string') { + this._invalidated[part] = true; + this.is('valid') && this.leave('valid'); + } + return $.map(this._invalidated, function(v, i) { return i }); + }; + + /** + * Resets the absolute position of the current item. + * @public + * @param {Number} position - The absolute position of the new item. + */ + Owl.prototype.reset = function(position) { + position = this.normalize(position); + + if (position === undefined) { + return; + } + + this._speed = 0; + this._current = position; + + this.suppress([ 'translate', 'translated' ]); + + this.animate(this.coordinates(position)); + + this.release([ 'translate', 'translated' ]); + }; + + /** + * Normalizes an absolute or a relative position of an item. + * @public + * @param {Number} position - The absolute or relative position to normalize. + * @param {Boolean} [relative=false] - Whether the given position is relative or not. + * @returns {Number} - The normalized position. + */ + Owl.prototype.normalize = function(position, relative) { + var n = this._items.length, + m = relative ? 0 : this._clones.length; + + if (!this.isNumeric(position) || n < 1) { + position = undefined; + } else if (position < 0 || position >= n + m) { + position = ((position - m / 2) % n + n) % n + m / 2; + } + + return position; + }; + + /** + * Converts an absolute position of an item into a relative one. + * @public + * @param {Number} position - The absolute position to convert. + * @returns {Number} - The converted position. + */ + Owl.prototype.relative = function(position) { + position -= this._clones.length / 2; + return this.normalize(position, true); + }; + + /** + * Gets the maximum position for the current item. + * @public + * @param {Boolean} [relative=false] - Whether to return an absolute position or a relative position. + * @returns {Number} + */ + Owl.prototype.maximum = function(relative) { + var settings = this.settings, + maximum = this._coordinates.length, + iterator, + reciprocalItemsWidth, + elementWidth; + + if (settings.loop) { + maximum = this._clones.length / 2 + this._items.length - 1; + } else if (settings.autoWidth || settings.merge) { + iterator = this._items.length; + if (iterator) { + reciprocalItemsWidth = this._items[--iterator].width(); + elementWidth = this.$element.width(); + while (iterator--) { + reciprocalItemsWidth += this._items[iterator].width() + this.settings.margin; + if (reciprocalItemsWidth > elementWidth) { + break; + } + } + } + maximum = iterator + 1; + } else if (settings.center) { + maximum = this._items.length - 1; + } else { + maximum = this._items.length - settings.items; + } + + if (relative) { + maximum -= this._clones.length / 2; + } + + return Math.max(maximum, 0); + }; + + /** + * Gets the minimum position for the current item. + * @public + * @param {Boolean} [relative=false] - Whether to return an absolute position or a relative position. + * @returns {Number} + */ + Owl.prototype.minimum = function(relative) { + return relative ? 0 : this._clones.length / 2; + }; + + /** + * Gets an item at the specified relative position. + * @public + * @param {Number} [position] - The relative position of the item. + * @return {jQuery|Array.} - The item at the given position or all items if no position was given. + */ + Owl.prototype.items = function(position) { + if (position === undefined) { + return this._items.slice(); + } + + position = this.normalize(position, true); + return this._items[position]; + }; + + /** + * Gets an item at the specified relative position. + * @public + * @param {Number} [position] - The relative position of the item. + * @return {jQuery|Array.} - The item at the given position or all items if no position was given. + */ + Owl.prototype.mergers = function(position) { + if (position === undefined) { + return this._mergers.slice(); + } + + position = this.normalize(position, true); + return this._mergers[position]; + }; + + /** + * Gets the absolute positions of clones for an item. + * @public + * @param {Number} [position] - The relative position of the item. + * @returns {Array.} - The absolute positions of clones for the item or all if no position was given. + */ + Owl.prototype.clones = function(position) { + var odd = this._clones.length / 2, + even = odd + this._items.length, + map = function(index) { return index % 2 === 0 ? even + index / 2 : odd - (index + 1) / 2 }; + + if (position === undefined) { + return $.map(this._clones, function(v, i) { return map(i) }); + } + + return $.map(this._clones, function(v, i) { return v === position ? map(i) : null }); + }; + + /** + * Sets the current animation speed. + * @public + * @param {Number} [speed] - The animation speed in milliseconds or nothing to leave it unchanged. + * @returns {Number} - The current animation speed in milliseconds. + */ + Owl.prototype.speed = function(speed) { + if (speed !== undefined) { + this._speed = speed; + } + + return this._speed; + }; + + /** + * Gets the coordinate of an item. + * @todo The name of this method is missleanding. + * @public + * @param {Number} position - The absolute position of the item within `minimum()` and `maximum()`. + * @returns {Number|Array.} - The coordinate of the item in pixel or all coordinates. + */ + Owl.prototype.coordinates = function(position) { + var multiplier = 1, + newPosition = position - 1, + coordinate; + + if (position === undefined) { + return $.map(this._coordinates, $.proxy(function(coordinate, index) { + return this.coordinates(index); + }, this)); + } + + if (this.settings.center) { + if (this.settings.rtl) { + multiplier = -1; + newPosition = position + 1; + } + + coordinate = this._coordinates[position]; + coordinate += (this.width() - coordinate + (this._coordinates[newPosition] || 0)) / 2 * multiplier; + } else { + coordinate = this._coordinates[newPosition] || 0; + } + + coordinate = Math.ceil(coordinate); + + return coordinate; + }; + + /** + * Calculates the speed for a translation. + * @protected + * @param {Number} from - The absolute position of the start item. + * @param {Number} to - The absolute position of the target item. + * @param {Number} [factor=undefined] - The time factor in milliseconds. + * @returns {Number} - The time in milliseconds for the translation. + */ + Owl.prototype.duration = function(from, to, factor) { + if (factor === 0) { + return 0; + } + + return Math.min(Math.max(Math.abs(to - from), 1), 6) * Math.abs((factor || this.settings.smartSpeed)); + }; + + /** + * Slides to the specified item. + * @public + * @param {Number} position - The position of the item. + * @param {Number} [speed] - The time in milliseconds for the transition. + */ + Owl.prototype.to = function(position, speed) { + var current = this.current(), + revert = null, + distance = position - this.relative(current), + direction = (distance > 0) - (distance < 0), + items = this._items.length, + minimum = this.minimum(), + maximum = this.maximum(); + + if (this.settings.loop) { + if (!this.settings.rewind && Math.abs(distance) > items / 2) { + distance += direction * -1 * items; + } + + position = current + distance; + revert = ((position - minimum) % items + items) % items + minimum; + + if (revert !== position && revert - distance <= maximum && revert - distance > 0) { + current = revert - distance; + position = revert; + this.reset(current); + } + } else if (this.settings.rewind) { + maximum += 1; + position = (position % maximum + maximum) % maximum; + } else { + position = Math.max(minimum, Math.min(maximum, position)); + } + + this.speed(this.duration(current, position, speed)); + this.current(position); + + if (this.isVisible()) { + this.update(); + } + }; + + /** + * Slides to the next item. + * @public + * @param {Number} [speed] - The time in milliseconds for the transition. + */ + Owl.prototype.next = function(speed) { + speed = speed || false; + this.to(this.relative(this.current()) + 1, speed); + }; + + /** + * Slides to the previous item. + * @public + * @param {Number} [speed] - The time in milliseconds for the transition. + */ + Owl.prototype.prev = function(speed) { + speed = speed || false; + this.to(this.relative(this.current()) - 1, speed); + }; + + /** + * Handles the end of an animation. + * @protected + * @param {Event} event - The event arguments. + */ + Owl.prototype.onTransitionEnd = function(event) { + + // if css2 animation then event object is undefined + if (event !== undefined) { + event.stopPropagation(); + + // Catch only owl-stage transitionEnd event + if ((event.target || event.srcElement || event.originalTarget) !== this.$stage.get(0)) { + return false; + } + } + + this.leave('animating'); + this.trigger('translated'); + }; + + /** + * Gets viewport width. + * @protected + * @return {Number} - The width in pixel. + */ + Owl.prototype.viewport = function() { + var width; + if (this.options.responsiveBaseElement !== window) { + width = $(this.options.responsiveBaseElement).width(); + } else if (window.innerWidth) { + width = window.innerWidth; + } else if (document.documentElement && document.documentElement.clientWidth) { + width = document.documentElement.clientWidth; + } else { + console.warn('Can not detect viewport width.'); + } + return width; + }; + + /** + * Replaces the current content. + * @public + * @param {HTMLElement|jQuery|String} content - The new content. + */ + Owl.prototype.replace = function(content) { + this.$stage.empty(); + this._items = []; + + if (content) { + content = (content instanceof jQuery) ? content : $(content); + } + + if (this.settings.nestedItemSelector) { + content = content.find('.' + this.settings.nestedItemSelector); + } + + content.filter(function() { + return this.nodeType === 1; + }).each($.proxy(function(index, item) { + item = this.prepare(item); + this.$stage.append(item); + this._items.push(item); + this._mergers.push(item.find('[data-merge]').addBack('[data-merge]').attr('data-merge') * 1 || 1); + }, this)); + + this.reset(this.isNumeric(this.settings.startPosition) ? this.settings.startPosition : 0); + + this.invalidate('items'); + }; + + /** + * Adds an item. + * @todo Use `item` instead of `content` for the event arguments. + * @public + * @param {HTMLElement|jQuery|String} content - The item content to add. + * @param {Number} [position] - The relative position at which to insert the item otherwise the item will be added to the end. + */ + Owl.prototype.add = function(content, position) { + var current = this.relative(this._current); + + position = position === undefined ? this._items.length : this.normalize(position, true); + content = content instanceof jQuery ? content : $(content); + + this.trigger('add', { content: content, position: position }); + + content = this.prepare(content); + + if (this._items.length === 0 || position === this._items.length) { + this._items.length === 0 && this.$stage.append(content); + this._items.length !== 0 && this._items[position - 1].after(content); + this._items.push(content); + this._mergers.push(content.find('[data-merge]').addBack('[data-merge]').attr('data-merge') * 1 || 1); + } else { + this._items[position].before(content); + this._items.splice(position, 0, content); + this._mergers.splice(position, 0, content.find('[data-merge]').addBack('[data-merge]').attr('data-merge') * 1 || 1); + } + + this._items[current] && this.reset(this._items[current].index()); + + this.invalidate('items'); + + this.trigger('added', { content: content, position: position }); + }; + + /** + * Removes an item by its position. + * @todo Use `item` instead of `content` for the event arguments. + * @public + * @param {Number} position - The relative position of the item to remove. + */ + Owl.prototype.remove = function(position) { + position = this.normalize(position, true); + + if (position === undefined) { + return; + } + + this.trigger('remove', { content: this._items[position], position: position }); + + this._items[position].remove(); + this._items.splice(position, 1); + this._mergers.splice(position, 1); + + this.invalidate('items'); + + this.trigger('removed', { content: null, position: position }); + }; + + /** + * Preloads images with auto width. + * @todo Replace by a more generic approach + * @protected + */ + Owl.prototype.preloadAutoWidthImages = function(images) { + images.each($.proxy(function(i, element) { + this.enter('pre-loading'); + element = $(element); + $(new Image()).one('load', $.proxy(function(e) { + element.attr('src', e.target.src); + element.css('opacity', 1); + this.leave('pre-loading'); + !this.is('pre-loading') && !this.is('initializing') && this.refresh(); + }, this)).attr('src', element.attr('src') || element.attr('data-src') || element.attr('data-src-retina')); + }, this)); + }; + + /** + * Destroys the carousel. + * @public + */ + Owl.prototype.destroy = function() { + + this.$element.off('.owl.core'); + this.$stage.off('.owl.core'); + $(document).off('.owl.core'); + + if (this.settings.responsive !== false) { + window.clearTimeout(this.resizeTimer); + this.off(window, 'resize', this._handlers.onThrottledResize); + } + + for (var i in this._plugins) { + this._plugins[i].destroy(); + } + + this.$stage.children('.cloned').remove(); + + this.$stage.unwrap(); + this.$stage.children().contents().unwrap(); + this.$stage.children().unwrap(); + this.$stage.remove(); + this.$element + .removeClass(this.options.refreshClass) + .removeClass(this.options.loadingClass) + .removeClass(this.options.loadedClass) + .removeClass(this.options.rtlClass) + .removeClass(this.options.dragClass) + .removeClass(this.options.grabClass) + .attr('class', this.$element.attr('class').replace(new RegExp(this.options.responsiveClass + '-\\S+\\s', 'g'), '')) + .removeData('owl.carousel'); + }; + + /** + * Operators to calculate right-to-left and left-to-right. + * @protected + * @param {Number} [a] - The left side operand. + * @param {String} [o] - The operator. + * @param {Number} [b] - The right side operand. + */ + Owl.prototype.op = function(a, o, b) { + var rtl = this.settings.rtl; + switch (o) { + case '<': + return rtl ? a > b : a < b; + case '>': + return rtl ? a < b : a > b; + case '>=': + return rtl ? a <= b : a >= b; + case '<=': + return rtl ? a >= b : a <= b; + default: + break; + } + }; + + /** + * Attaches to an internal event. + * @protected + * @param {HTMLElement} element - The event source. + * @param {String} event - The event name. + * @param {Function} listener - The event handler to attach. + * @param {Boolean} capture - Wether the event should be handled at the capturing phase or not. + */ + Owl.prototype.on = function(element, event, listener, capture) { + if (element.addEventListener) { + element.addEventListener(event, listener, capture); + } else if (element.attachEvent) { + element.attachEvent('on' + event, listener); + } + }; + + /** + * Detaches from an internal event. + * @protected + * @param {HTMLElement} element - The event source. + * @param {String} event - The event name. + * @param {Function} listener - The attached event handler to detach. + * @param {Boolean} capture - Wether the attached event handler was registered as a capturing listener or not. + */ + Owl.prototype.off = function(element, event, listener, capture) { + if (element.removeEventListener) { + element.removeEventListener(event, listener, capture); + } else if (element.detachEvent) { + element.detachEvent('on' + event, listener); + } + }; + + /** + * Triggers a public event. + * @todo Remove `status`, `relatedTarget` should be used instead. + * @protected + * @param {String} name - The event name. + * @param {*} [data=null] - The event data. + * @param {String} [namespace=carousel] - The event namespace. + * @param {String} [state] - The state which is associated with the event. + * @param {Boolean} [enter=false] - Indicates if the call enters the specified state or not. + * @returns {Event} - The event arguments. + */ + Owl.prototype.trigger = function(name, data, namespace, state, enter) { + var status = { + item: { count: this._items.length, index: this.current() } + }, handler = $.camelCase( + $.grep([ 'on', name, namespace ], function(v) { return v }) + .join('-').toLowerCase() + ), event = $.Event( + [ name, 'owl', namespace || 'carousel' ].join('.').toLowerCase(), + $.extend({ relatedTarget: this }, status, data) + ); + + if (!this._supress[name]) { + $.each(this._plugins, function(name, plugin) { + if (plugin.onTrigger) { + plugin.onTrigger(event); + } + }); + + this.register({ type: Owl.Type.Event, name: name }); + this.$element.trigger(event); + + if (this.settings && typeof this.settings[handler] === 'function') { + this.settings[handler].call(this, event); + } + } + + return event; + }; + + /** + * Enters a state. + * @param name - The state name. + */ + Owl.prototype.enter = function(name) { + $.each([ name ].concat(this._states.tags[name] || []), $.proxy(function(i, name) { + if (this._states.current[name] === undefined) { + this._states.current[name] = 0; + } + + this._states.current[name]++; + }, this)); + }; + + /** + * Leaves a state. + * @param name - The state name. + */ + Owl.prototype.leave = function(name) { + $.each([ name ].concat(this._states.tags[name] || []), $.proxy(function(i, name) { + this._states.current[name]--; + }, this)); + }; + + /** + * Registers an event or state. + * @public + * @param {Object} object - The event or state to register. + */ + Owl.prototype.register = function(object) { + if (object.type === Owl.Type.Event) { + if (!$.event.special[object.name]) { + $.event.special[object.name] = {}; + } + + if (!$.event.special[object.name].owl) { + var _default = $.event.special[object.name]._default; + $.event.special[object.name]._default = function(e) { + if (_default && _default.apply && (!e.namespace || e.namespace.indexOf('owl') === -1)) { + return _default.apply(this, arguments); + } + return e.namespace && e.namespace.indexOf('owl') > -1; + }; + $.event.special[object.name].owl = true; + } + } else if (object.type === Owl.Type.State) { + if (!this._states.tags[object.name]) { + this._states.tags[object.name] = object.tags; + } else { + this._states.tags[object.name] = this._states.tags[object.name].concat(object.tags); + } + + this._states.tags[object.name] = $.grep(this._states.tags[object.name], $.proxy(function(tag, i) { + return $.inArray(tag, this._states.tags[object.name]) === i; + }, this)); + } + }; + + /** + * Suppresses events. + * @protected + * @param {Array.} events - The events to suppress. + */ + Owl.prototype.suppress = function(events) { + $.each(events, $.proxy(function(index, event) { + this._supress[event] = true; + }, this)); + }; + + /** + * Releases suppressed events. + * @protected + * @param {Array.} events - The events to release. + */ + Owl.prototype.release = function(events) { + $.each(events, $.proxy(function(index, event) { + delete this._supress[event]; + }, this)); + }; + + /** + * Gets unified pointer coordinates from event. + * @todo #261 + * @protected + * @param {Event} - The `mousedown` or `touchstart` event. + * @returns {Object} - Contains `x` and `y` coordinates of current pointer position. + */ + Owl.prototype.pointer = function(event) { + var result = { x: null, y: null }; + + event = event.originalEvent || event || window.event; + + event = event.touches && event.touches.length ? + event.touches[0] : event.changedTouches && event.changedTouches.length ? + event.changedTouches[0] : event; + + if (event.pageX) { + result.x = event.pageX; + result.y = event.pageY; + } else { + result.x = event.clientX; + result.y = event.clientY; + } + + return result; + }; + + /** + * Determines if the input is a Number or something that can be coerced to a Number + * @protected + * @param {Number|String|Object|Array|Boolean|RegExp|Function|Symbol} - The input to be tested + * @returns {Boolean} - An indication if the input is a Number or can be coerced to a Number + */ + Owl.prototype.isNumeric = function(number) { + return !isNaN(parseFloat(number)); + }; + + /** + * Gets the difference of two vectors. + * @todo #261 + * @protected + * @param {Object} - The first vector. + * @param {Object} - The second vector. + * @returns {Object} - The difference. + */ + Owl.prototype.difference = function(first, second) { + return { + x: first.x - second.x, + y: first.y - second.y + }; + }; + + /** + * The jQuery Plugin for the Owl Carousel + * @todo Navigation plugin `next` and `prev` + * @public + */ + $.fn.owlCarousel = function(option) { + var args = Array.prototype.slice.call(arguments, 1); + + return this.each(function() { + var $this = $(this), + data = $this.data('owl.carousel'); + + if (!data) { + data = new Owl(this, typeof option == 'object' && option); + $this.data('owl.carousel', data); + + $.each([ + 'next', 'prev', 'to', 'destroy', 'refresh', 'replace', 'add', 'remove' + ], function(i, event) { + data.register({ type: Owl.Type.Event, name: event }); + data.$element.on(event + '.owl.carousel.core', $.proxy(function(e) { + if (e.namespace && e.relatedTarget !== this) { + this.suppress([ event ]); + data[event].apply(this, [].slice.call(arguments, 1)); + this.release([ event ]); + } + }, data)); + }); + } + + if (typeof option == 'string' && option.charAt(0) !== '_') { + data[option].apply(data, args); + } + }); + }; + + /** + * The constructor for the jQuery Plugin + * @public + */ + $.fn.owlCarousel.Constructor = Owl; + +})(window.Zepto || window.jQuery, window, document); + +/** + * AutoRefresh Plugin + * @version 2.3.4 + * @author Artus Kolanowski + * @author David Deutsch + * @license The MIT License (MIT) + */ +;(function($, window, document, undefined) { + + /** + * Creates the auto refresh plugin. + * @class The Auto Refresh Plugin + * @param {Owl} carousel - The Owl Carousel + */ + var AutoRefresh = function(carousel) { + /** + * Reference to the core. + * @protected + * @type {Owl} + */ + this._core = carousel; + + /** + * Refresh interval. + * @protected + * @type {number} + */ + this._interval = null; + + /** + * Whether the element is currently visible or not. + * @protected + * @type {Boolean} + */ + this._visible = null; + + /** + * All event handlers. + * @protected + * @type {Object} + */ + this._handlers = { + 'initialized.owl.carousel': $.proxy(function(e) { + if (e.namespace && this._core.settings.autoRefresh) { + this.watch(); + } + }, this) + }; + + // set default options + this._core.options = $.extend({}, AutoRefresh.Defaults, this._core.options); + + // register event handlers + this._core.$element.on(this._handlers); + }; + + /** + * Default options. + * @public + */ + AutoRefresh.Defaults = { + autoRefresh: true, + autoRefreshInterval: 500 + }; + + /** + * Watches the element. + */ + AutoRefresh.prototype.watch = function() { + if (this._interval) { + return; + } + + this._visible = this._core.isVisible(); + this._interval = window.setInterval($.proxy(this.refresh, this), this._core.settings.autoRefreshInterval); + }; + + /** + * Refreshes the element. + */ + AutoRefresh.prototype.refresh = function() { + if (this._core.isVisible() === this._visible) { + return; + } + + this._visible = !this._visible; + + this._core.$element.toggleClass('owl-hidden', !this._visible); + + this._visible && (this._core.invalidate('width') && this._core.refresh()); + }; + + /** + * Destroys the plugin. + */ + AutoRefresh.prototype.destroy = function() { + var handler, property; + + window.clearInterval(this._interval); + + for (handler in this._handlers) { + this._core.$element.off(handler, this._handlers[handler]); + } + for (property in Object.getOwnPropertyNames(this)) { + typeof this[property] != 'function' && (this[property] = null); + } + }; + + $.fn.owlCarousel.Constructor.Plugins.AutoRefresh = AutoRefresh; + +})(window.Zepto || window.jQuery, window, document); + +/** + * Lazy Plugin + * @version 2.3.4 + * @author Bartosz Wojciechowski + * @author David Deutsch + * @license The MIT License (MIT) + */ +;(function($, window, document, undefined) { + + /** + * Creates the lazy plugin. + * @class The Lazy Plugin + * @param {Owl} carousel - The Owl Carousel + */ + var Lazy = function(carousel) { + + /** + * Reference to the core. + * @protected + * @type {Owl} + */ + this._core = carousel; + + /** + * Already loaded items. + * @protected + * @type {Array.} + */ + this._loaded = []; + + /** + * Event handlers. + * @protected + * @type {Object} + */ + this._handlers = { + 'initialized.owl.carousel change.owl.carousel resized.owl.carousel': $.proxy(function(e) { + if (!e.namespace) { + return; + } + + if (!this._core.settings || !this._core.settings.lazyLoad) { + return; + } + + if ((e.property && e.property.name == 'position') || e.type == 'initialized') { + var settings = this._core.settings, + n = (settings.center && Math.ceil(settings.items / 2) || settings.items), + i = ((settings.center && n * -1) || 0), + position = (e.property && e.property.value !== undefined ? e.property.value : this._core.current()) + i, + clones = this._core.clones().length, + load = $.proxy(function(i, v) { this.load(v) }, this); + //TODO: Need documentation for this new option + if (settings.lazyLoadEager > 0) { + n += settings.lazyLoadEager; + // If the carousel is looping also preload images that are to the "left" + if (settings.loop) { + position -= settings.lazyLoadEager; + n++; + } + } + + while (i++ < n) { + this.load(clones / 2 + this._core.relative(position)); + clones && $.each(this._core.clones(this._core.relative(position)), load); + position++; + } + } + }, this) + }; + + // set the default options + this._core.options = $.extend({}, Lazy.Defaults, this._core.options); + + // register event handler + this._core.$element.on(this._handlers); + }; + + /** + * Default options. + * @public + */ + Lazy.Defaults = { + lazyLoad: false, + lazyLoadEager: 0 + }; + + /** + * Loads all resources of an item at the specified position. + * @param {Number} position - The absolute position of the item. + * @protected + */ + Lazy.prototype.load = function(position) { + var $item = this._core.$stage.children().eq(position), + $elements = $item && $item.find('.owl-lazy'); + + if (!$elements || $.inArray($item.get(0), this._loaded) > -1) { + return; + } + + $elements.each($.proxy(function(index, element) { + var $element = $(element), image, + url = (window.devicePixelRatio > 1 && $element.attr('data-src-retina')) || $element.attr('data-src') || $element.attr('data-srcset'); + + this._core.trigger('load', { element: $element, url: url }, 'lazy'); + + if ($element.is('img')) { + $element.one('load.owl.lazy', $.proxy(function() { + $element.css('opacity', 1); + this._core.trigger('loaded', { element: $element, url: url }, 'lazy'); + }, this)).attr('src', url); + } else if ($element.is('source')) { + $element.one('load.owl.lazy', $.proxy(function() { + this._core.trigger('loaded', { element: $element, url: url }, 'lazy'); + }, this)).attr('srcset', url); + } else { + image = new Image(); + image.onload = $.proxy(function() { + $element.css({ + 'background-image': 'url("' + url + '")', + 'opacity': '1' + }); + this._core.trigger('loaded', { element: $element, url: url }, 'lazy'); + }, this); + image.src = url; + } + }, this)); + + this._loaded.push($item.get(0)); + }; + + /** + * Destroys the plugin. + * @public + */ + Lazy.prototype.destroy = function() { + var handler, property; + + for (handler in this.handlers) { + this._core.$element.off(handler, this.handlers[handler]); + } + for (property in Object.getOwnPropertyNames(this)) { + typeof this[property] != 'function' && (this[property] = null); + } + }; + + $.fn.owlCarousel.Constructor.Plugins.Lazy = Lazy; + +})(window.Zepto || window.jQuery, window, document); + +/** + * AutoHeight Plugin + * @version 2.3.4 + * @author Bartosz Wojciechowski + * @author David Deutsch + * @license The MIT License (MIT) + */ +;(function($, window, document, undefined) { + + /** + * Creates the auto height plugin. + * @class The Auto Height Plugin + * @param {Owl} carousel - The Owl Carousel + */ + var AutoHeight = function(carousel) { + /** + * Reference to the core. + * @protected + * @type {Owl} + */ + this._core = carousel; + + this._previousHeight = null; + + /** + * All event handlers. + * @protected + * @type {Object} + */ + this._handlers = { + 'initialized.owl.carousel refreshed.owl.carousel': $.proxy(function(e) { + if (e.namespace && this._core.settings.autoHeight) { + this.update(); + } + }, this), + 'changed.owl.carousel': $.proxy(function(e) { + if (e.namespace && this._core.settings.autoHeight && e.property.name === 'position'){ + this.update(); + } + }, this), + 'loaded.owl.lazy': $.proxy(function(e) { + if (e.namespace && this._core.settings.autoHeight + && e.element.closest('.' + this._core.settings.itemClass).index() === this._core.current()) { + this.update(); + } + }, this) + }; + + // set default options + this._core.options = $.extend({}, AutoHeight.Defaults, this._core.options); + + // register event handlers + this._core.$element.on(this._handlers); + this._intervalId = null; + var refThis = this; + + // These changes have been taken from a PR by gavrochelegnou proposed in #1575 + // and have been made compatible with the latest jQuery version + $(window).on('load', function() { + if (refThis._core.settings.autoHeight) { + refThis.update(); + } + }); + + // Autoresize the height of the carousel when window is resized + // When carousel has images, the height is dependent on the width + // and should also change on resize + $(window).resize(function() { + if (refThis._core.settings.autoHeight) { + if (refThis._intervalId != null) { + clearTimeout(refThis._intervalId); + } + + refThis._intervalId = setTimeout(function() { + refThis.update(); + }, 250); + } + }); + + }; + + /** + * Default options. + * @public + */ + AutoHeight.Defaults = { + autoHeight: false, + autoHeightClass: 'owl-height' + }; + + /** + * Updates the view. + */ + AutoHeight.prototype.update = function() { + var start = this._core._current, + end = start + this._core.settings.items, + lazyLoadEnabled = this._core.settings.lazyLoad, + visible = this._core.$stage.children().toArray().slice(start, end), + heights = [], + maxheight = 0; + + $.each(visible, function(index, item) { + heights.push($(item).height()); + }); + + maxheight = Math.max.apply(null, heights); + + if (maxheight <= 1 && lazyLoadEnabled && this._previousHeight) { + maxheight = this._previousHeight; + } + + this._previousHeight = maxheight; + + this._core.$stage.parent() + .height(maxheight) + .addClass(this._core.settings.autoHeightClass); + }; + + AutoHeight.prototype.destroy = function() { + var handler, property; + + for (handler in this._handlers) { + this._core.$element.off(handler, this._handlers[handler]); + } + for (property in Object.getOwnPropertyNames(this)) { + typeof this[property] !== 'function' && (this[property] = null); + } + }; + + $.fn.owlCarousel.Constructor.Plugins.AutoHeight = AutoHeight; + +})(window.Zepto || window.jQuery, window, document); + +/** + * Video Plugin + * @version 2.3.4 + * @author Bartosz Wojciechowski + * @author David Deutsch + * @license The MIT License (MIT) + */ +;(function($, window, document, undefined) { + + /** + * Creates the video plugin. + * @class The Video Plugin + * @param {Owl} carousel - The Owl Carousel + */ + var Video = function(carousel) { + /** + * Reference to the core. + * @protected + * @type {Owl} + */ + this._core = carousel; + + /** + * Cache all video URLs. + * @protected + * @type {Object} + */ + this._videos = {}; + + /** + * Current playing item. + * @protected + * @type {jQuery} + */ + this._playing = null; + + /** + * All event handlers. + * @todo The cloned content removale is too late + * @protected + * @type {Object} + */ + this._handlers = { + 'initialized.owl.carousel': $.proxy(function(e) { + if (e.namespace) { + this._core.register({ type: 'state', name: 'playing', tags: [ 'interacting' ] }); + } + }, this), + 'resize.owl.carousel': $.proxy(function(e) { + if (e.namespace && this._core.settings.video && this.isInFullScreen()) { + e.preventDefault(); + } + }, this), + 'refreshed.owl.carousel': $.proxy(function(e) { + if (e.namespace && this._core.is('resizing')) { + this._core.$stage.find('.cloned .owl-video-frame').remove(); + } + }, this), + 'changed.owl.carousel': $.proxy(function(e) { + if (e.namespace && e.property.name === 'position' && this._playing) { + this.stop(); + } + }, this), + 'prepared.owl.carousel': $.proxy(function(e) { + if (!e.namespace) { + return; + } + + var $element = $(e.content).find('.owl-video'); + + if ($element.length) { + $element.css('display', 'none'); + this.fetch($element, $(e.content)); + } + }, this) + }; + + // set default options + this._core.options = $.extend({}, Video.Defaults, this._core.options); + + // register event handlers + this._core.$element.on(this._handlers); + + this._core.$element.on('click.owl.video', '.owl-video-play-icon', $.proxy(function(e) { + this.play(e); + }, this)); + }; + + /** + * Default options. + * @public + */ + Video.Defaults = { + video: false, + videoHeight: false, + videoWidth: false + }; + + /** + * Gets the video ID and the type (YouTube/Vimeo/vzaar only). + * @protected + * @param {jQuery} target - The target containing the video data. + * @param {jQuery} item - The item containing the video. + */ + Video.prototype.fetch = function(target, item) { + var type = (function() { + if (target.attr('data-vimeo-id')) { + return 'vimeo'; + } else if (target.attr('data-vzaar-id')) { + return 'vzaar' + } else { + return 'youtube'; + } + })(), + id = target.attr('data-vimeo-id') || target.attr('data-youtube-id') || target.attr('data-vzaar-id'), + width = target.attr('data-width') || this._core.settings.videoWidth, + height = target.attr('data-height') || this._core.settings.videoHeight, + url = target.attr('href'); + + if (url) { + + /* + Parses the id's out of the following urls (and probably more): + https://www.youtube.com/watch?v=:id + https://youtu.be/:id + https://vimeo.com/:id + https://vimeo.com/channels/:channel/:id + https://vimeo.com/groups/:group/videos/:id + https://app.vzaar.com/videos/:id + + Visual example: https://regexper.com/#(http%3A%7Chttps%3A%7C)%5C%2F%5C%2F(player.%7Cwww.%7Capp.)%3F(vimeo%5C.com%7Cyoutu(be%5C.com%7C%5C.be%7Cbe%5C.googleapis%5C.com)%7Cvzaar%5C.com)%5C%2F(video%5C%2F%7Cvideos%5C%2F%7Cembed%5C%2F%7Cchannels%5C%2F.%2B%5C%2F%7Cgroups%5C%2F.%2B%5C%2F%7Cwatch%5C%3Fv%3D%7Cv%5C%2F)%3F(%5BA-Za-z0-9._%25-%5D*)(%5C%26%5CS%2B)%3F + */ + + id = url.match(/(http:|https:|)\/\/(player.|www.|app.)?(vimeo\.com|youtu(be\.com|\.be|be\.googleapis\.com|be\-nocookie\.com)|vzaar\.com)\/(video\/|videos\/|embed\/|channels\/.+\/|groups\/.+\/|watch\?v=|v\/)?([A-Za-z0-9._%-]*)(\&\S+)?/); + + if (id[3].indexOf('youtu') > -1) { + type = 'youtube'; + } else if (id[3].indexOf('vimeo') > -1) { + type = 'vimeo'; + } else if (id[3].indexOf('vzaar') > -1) { + type = 'vzaar'; + } else { + throw new Error('Video URL not supported.'); + } + id = id[6]; + } else { + throw new Error('Missing video URL.'); + } + + this._videos[url] = { + type: type, + id: id, + width: width, + height: height + }; + + item.attr('data-video', url); + + this.thumbnail(target, this._videos[url]); + }; + + /** + * Creates video thumbnail. + * @protected + * @param {jQuery} target - The target containing the video data. + * @param {Object} info - The video info object. + * @see `fetch` + */ + Video.prototype.thumbnail = function(target, video) { + var tnLink, + icon, + path, + dimensions = video.width && video.height ? 'width:' + video.width + 'px;height:' + video.height + 'px;' : '', + customTn = target.find('img'), + srcType = 'src', + lazyClass = '', + settings = this._core.settings, + create = function(path) { + icon = '
'; + + if (settings.lazyLoad) { + tnLink = $('
',{ + "class": 'owl-video-tn ' + lazyClass, + "srcType": path + }); + } else { + tnLink = $( '
', { + "class": "owl-video-tn", + "style": 'opacity:1;background-image:url(' + path + ')' + }); + } + target.after(tnLink); + target.after(icon); + }; + + // wrap video content into owl-video-wrapper div + target.wrap( $( '
', { + "class": "owl-video-wrapper", + "style": dimensions + })); + + if (this._core.settings.lazyLoad) { + srcType = 'data-src'; + lazyClass = 'owl-lazy'; + } + + // custom thumbnail + if (customTn.length) { + create(customTn.attr(srcType)); + customTn.remove(); + return false; + } + + if (video.type === 'youtube') { + path = "//img.youtube.com/vi/" + video.id + "/hqdefault.jpg"; + create(path); + } else if (video.type === 'vimeo') { + $.ajax({ + type: 'GET', + url: '//vimeo.com/api/v2/video/' + video.id + '.json', + jsonp: 'callback', + dataType: 'jsonp', + success: function(data) { + path = data[0].thumbnail_large; + create(path); + } + }); + } else if (video.type === 'vzaar') { + $.ajax({ + type: 'GET', + url: '//vzaar.com/api/videos/' + video.id + '.json', + jsonp: 'callback', + dataType: 'jsonp', + success: function(data) { + path = data.framegrab_url; + create(path); + } + }); + } + }; + + /** + * Stops the current video. + * @public + */ + Video.prototype.stop = function() { + this._core.trigger('stop', null, 'video'); + this._playing.find('.owl-video-frame').remove(); + this._playing.removeClass('owl-video-playing'); + this._playing = null; + this._core.leave('playing'); + this._core.trigger('stopped', null, 'video'); + }; + + /** + * Starts the current video. + * @public + * @param {Event} event - The event arguments. + */ + Video.prototype.play = function(event) { + var target = $(event.target), + item = target.closest('.' + this._core.settings.itemClass), + video = this._videos[item.attr('data-video')], + width = video.width || '100%', + height = video.height || this._core.$stage.height(), + html, + iframe; + + if (this._playing) { + return; + } + + this._core.enter('playing'); + this._core.trigger('play', null, 'video'); + + item = this._core.items(this._core.relative(item.index())); + + this._core.reset(item.index()); + + html = $( '' ); + html.attr( 'height', height ); + html.attr( 'width', width ); + if (video.type === 'youtube') { + html.attr( 'src', '//www.youtube.com/embed/' + video.id + '?autoplay=1&rel=0&v=' + video.id ); + } else if (video.type === 'vimeo') { + html.attr( 'src', '//player.vimeo.com/video/' + video.id + '?autoplay=1' ); + } else if (video.type === 'vzaar') { + html.attr( 'src', '//view.vzaar.com/' + video.id + '/player?autoplay=true' ); + } + + iframe = $(html).wrap( '
' ).insertAfter(item.find('.owl-video')); + + this._playing = item.addClass('owl-video-playing'); + }; + + /** + * Checks whether an video is currently in full screen mode or not. + * @todo Bad style because looks like a readonly method but changes members. + * @protected + * @returns {Boolean} + */ + Video.prototype.isInFullScreen = function() { + var element = document.fullscreenElement || document.mozFullScreenElement || + document.webkitFullscreenElement; + + return element && $(element).parent().hasClass('owl-video-frame'); + }; + + /** + * Destroys the plugin. + */ + Video.prototype.destroy = function() { + var handler, property; + + this._core.$element.off('click.owl.video'); + + for (handler in this._handlers) { + this._core.$element.off(handler, this._handlers[handler]); + } + for (property in Object.getOwnPropertyNames(this)) { + typeof this[property] != 'function' && (this[property] = null); + } + }; + + $.fn.owlCarousel.Constructor.Plugins.Video = Video; + +})(window.Zepto || window.jQuery, window, document); + +/** + * Animate Plugin + * @version 2.3.4 + * @author Bartosz Wojciechowski + * @author David Deutsch + * @license The MIT License (MIT) + */ +;(function($, window, document, undefined) { + + /** + * Creates the animate plugin. + * @class The Navigation Plugin + * @param {Owl} scope - The Owl Carousel + */ + var Animate = function(scope) { + this.core = scope; + this.core.options = $.extend({}, Animate.Defaults, this.core.options); + this.swapping = true; + this.previous = undefined; + this.next = undefined; + + this.handlers = { + 'change.owl.carousel': $.proxy(function(e) { + if (e.namespace && e.property.name == 'position') { + this.previous = this.core.current(); + this.next = e.property.value; + } + }, this), + 'drag.owl.carousel dragged.owl.carousel translated.owl.carousel': $.proxy(function(e) { + if (e.namespace) { + this.swapping = e.type == 'translated'; + } + }, this), + 'translate.owl.carousel': $.proxy(function(e) { + if (e.namespace && this.swapping && (this.core.options.animateOut || this.core.options.animateIn)) { + this.swap(); + } + }, this) + }; + + this.core.$element.on(this.handlers); + }; + + /** + * Default options. + * @public + */ + Animate.Defaults = { + animateOut: false, + animateIn: false + }; + + /** + * Toggles the animation classes whenever an translations starts. + * @protected + * @returns {Boolean|undefined} + */ + Animate.prototype.swap = function() { + + if (this.core.settings.items !== 1) { + return; + } + + if (!$.support.animation || !$.support.transition) { + return; + } + + this.core.speed(0); + + var left, + clear = $.proxy(this.clear, this), + previous = this.core.$stage.children().eq(this.previous), + next = this.core.$stage.children().eq(this.next), + incoming = this.core.settings.animateIn, + outgoing = this.core.settings.animateOut; + + if (this.core.current() === this.previous) { + return; + } + + if (outgoing) { + left = this.core.coordinates(this.previous) - this.core.coordinates(this.next); + previous.one($.support.animation.end, clear) + .css( { 'left': left + 'px' } ) + .addClass('animated owl-animated-out') + .addClass(outgoing); + } + + if (incoming) { + next.one($.support.animation.end, clear) + .addClass('animated owl-animated-in') + .addClass(incoming); + } + }; + + Animate.prototype.clear = function(e) { + $(e.target).css( { 'left': '' } ) + .removeClass('animated owl-animated-out owl-animated-in') + .removeClass(this.core.settings.animateIn) + .removeClass(this.core.settings.animateOut); + this.core.onTransitionEnd(); + }; + + /** + * Destroys the plugin. + * @public + */ + Animate.prototype.destroy = function() { + var handler, property; + + for (handler in this.handlers) { + this.core.$element.off(handler, this.handlers[handler]); + } + for (property in Object.getOwnPropertyNames(this)) { + typeof this[property] != 'function' && (this[property] = null); + } + }; + + $.fn.owlCarousel.Constructor.Plugins.Animate = Animate; + +})(window.Zepto || window.jQuery, window, document); + +/** + * Autoplay Plugin + * @version 2.3.4 + * @author Bartosz Wojciechowski + * @author Artus Kolanowski + * @author David Deutsch + * @author Tom De Caluwé + * @license The MIT License (MIT) + */ +;(function($, window, document, undefined) { + + /** + * Creates the autoplay plugin. + * @class The Autoplay Plugin + * @param {Owl} scope - The Owl Carousel + */ + var Autoplay = function(carousel) { + /** + * Reference to the core. + * @protected + * @type {Owl} + */ + this._core = carousel; + + /** + * The autoplay timeout id. + * @type {Number} + */ + this._call = null; + + /** + * Depending on the state of the plugin, this variable contains either + * the start time of the timer or the current timer value if it's + * paused. Since we start in a paused state we initialize the timer + * value. + * @type {Number} + */ + this._time = 0; + + /** + * Stores the timeout currently used. + * @type {Number} + */ + this._timeout = 0; + + /** + * Indicates whenever the autoplay is paused. + * @type {Boolean} + */ + this._paused = true; + + /** + * All event handlers. + * @protected + * @type {Object} + */ + this._handlers = { + 'changed.owl.carousel': $.proxy(function(e) { + if (e.namespace && e.property.name === 'settings') { + if (this._core.settings.autoplay) { + this.play(); + } else { + this.stop(); + } + } else if (e.namespace && e.property.name === 'position' && this._paused) { + // Reset the timer. This code is triggered when the position + // of the carousel was changed through user interaction. + this._time = 0; + } + }, this), + 'initialized.owl.carousel': $.proxy(function(e) { + if (e.namespace && this._core.settings.autoplay) { + this.play(); + } + }, this), + 'play.owl.autoplay': $.proxy(function(e, t, s) { + if (e.namespace) { + this.play(t, s); + } + }, this), + 'stop.owl.autoplay': $.proxy(function(e) { + if (e.namespace) { + this.stop(); + } + }, this), + 'mouseover.owl.autoplay': $.proxy(function() { + if (this._core.settings.autoplayHoverPause && this._core.is('rotating')) { + this.pause(); + } + }, this), + 'mouseleave.owl.autoplay': $.proxy(function() { + if (this._core.settings.autoplayHoverPause && this._core.is('rotating')) { + this.play(); + } + }, this), + 'touchstart.owl.core': $.proxy(function() { + if (this._core.settings.autoplayHoverPause && this._core.is('rotating')) { + this.pause(); + } + }, this), + 'touchend.owl.core': $.proxy(function() { + if (this._core.settings.autoplayHoverPause) { + this.play(); + } + }, this) + }; + + // register event handlers + this._core.$element.on(this._handlers); + + // set default options + this._core.options = $.extend({}, Autoplay.Defaults, this._core.options); + }; + + /** + * Default options. + * @public + */ + Autoplay.Defaults = { + autoplay: false, + autoplayTimeout: 5000, + autoplayHoverPause: false, + autoplaySpeed: false + }; + + /** + * Transition to the next slide and set a timeout for the next transition. + * @private + * @param {Number} [speed] - The animation speed for the animations. + */ + Autoplay.prototype._next = function(speed) { + this._call = window.setTimeout( + $.proxy(this._next, this, speed), + this._timeout * (Math.round(this.read() / this._timeout) + 1) - this.read() + ); + + if (this._core.is('interacting') || document.hidden) { + return; + } + this._core.next(speed || this._core.settings.autoplaySpeed); + } + + /** + * Reads the current timer value when the timer is playing. + * @public + */ + Autoplay.prototype.read = function() { + return new Date().getTime() - this._time; + }; + + /** + * Starts the autoplay. + * @public + * @param {Number} [timeout] - The interval before the next animation starts. + * @param {Number} [speed] - The animation speed for the animations. + */ + Autoplay.prototype.play = function(timeout, speed) { + var elapsed; + + if (!this._core.is('rotating')) { + this._core.enter('rotating'); + } + + timeout = timeout || this._core.settings.autoplayTimeout; + + // Calculate the elapsed time since the last transition. If the carousel + // wasn't playing this calculation will yield zero. + elapsed = Math.min(this._time % (this._timeout || timeout), timeout); + + if (this._paused) { + // Start the clock. + this._time = this.read(); + this._paused = false; + } else { + // Clear the active timeout to allow replacement. + window.clearTimeout(this._call); + } + + // Adjust the origin of the timer to match the new timeout value. + this._time += this.read() % timeout - elapsed; + + this._timeout = timeout; + this._call = window.setTimeout($.proxy(this._next, this, speed), timeout - elapsed); + }; + + /** + * Stops the autoplay. + * @public + */ + Autoplay.prototype.stop = function() { + if (this._core.is('rotating')) { + // Reset the clock. + this._time = 0; + this._paused = true; + + window.clearTimeout(this._call); + this._core.leave('rotating'); + } + }; + + /** + * Pauses the autoplay. + * @public + */ + Autoplay.prototype.pause = function() { + if (this._core.is('rotating') && !this._paused) { + // Pause the clock. + this._time = this.read(); + this._paused = true; + + window.clearTimeout(this._call); + } + }; + + /** + * Destroys the plugin. + */ + Autoplay.prototype.destroy = function() { + var handler, property; + + this.stop(); + + for (handler in this._handlers) { + this._core.$element.off(handler, this._handlers[handler]); + } + for (property in Object.getOwnPropertyNames(this)) { + typeof this[property] != 'function' && (this[property] = null); + } + }; + + $.fn.owlCarousel.Constructor.Plugins.autoplay = Autoplay; + +})(window.Zepto || window.jQuery, window, document); + +/** + * Navigation Plugin + * @version 2.3.4 + * @author Artus Kolanowski + * @author David Deutsch + * @license The MIT License (MIT) + */ +;(function($, window, document, undefined) { + 'use strict'; + + /** + * Creates the navigation plugin. + * @class The Navigation Plugin + * @param {Owl} carousel - The Owl Carousel. + */ + var Navigation = function(carousel) { + /** + * Reference to the core. + * @protected + * @type {Owl} + */ + this._core = carousel; + + /** + * Indicates whether the plugin is initialized or not. + * @protected + * @type {Boolean} + */ + this._initialized = false; + + /** + * The current paging indexes. + * @protected + * @type {Array} + */ + this._pages = []; + + /** + * All DOM elements of the user interface. + * @protected + * @type {Object} + */ + this._controls = {}; + + /** + * Markup for an indicator. + * @protected + * @type {Array.} + */ + this._templates = []; + + /** + * The carousel element. + * @type {jQuery} + */ + this.$element = this._core.$element; + + /** + * Overridden methods of the carousel. + * @protected + * @type {Object} + */ + this._overrides = { + next: this._core.next, + prev: this._core.prev, + to: this._core.to + }; + + /** + * All event handlers. + * @protected + * @type {Object} + */ + this._handlers = { + 'prepared.owl.carousel': $.proxy(function(e) { + if (e.namespace && this._core.settings.dotsData) { + this._templates.push('
' + + $(e.content).find('[data-dot]').addBack('[data-dot]').attr('data-dot') + '
'); + } + }, this), + 'added.owl.carousel': $.proxy(function(e) { + if (e.namespace && this._core.settings.dotsData) { + this._templates.splice(e.position, 0, this._templates.pop()); + } + }, this), + 'remove.owl.carousel': $.proxy(function(e) { + if (e.namespace && this._core.settings.dotsData) { + this._templates.splice(e.position, 1); + } + }, this), + 'changed.owl.carousel': $.proxy(function(e) { + if (e.namespace && e.property.name == 'position') { + this.draw(); + } + }, this), + 'initialized.owl.carousel': $.proxy(function(e) { + if (e.namespace && !this._initialized) { + this._core.trigger('initialize', null, 'navigation'); + this.initialize(); + this.update(); + this.draw(); + this._initialized = true; + this._core.trigger('initialized', null, 'navigation'); + } + }, this), + 'refreshed.owl.carousel': $.proxy(function(e) { + if (e.namespace && this._initialized) { + this._core.trigger('refresh', null, 'navigation'); + this.update(); + this.draw(); + this._core.trigger('refreshed', null, 'navigation'); + } + }, this) + }; + + // set default options + this._core.options = $.extend({}, Navigation.Defaults, this._core.options); + + // register event handlers + this.$element.on(this._handlers); + }; + + /** + * Default options. + * @public + * @todo Rename `slideBy` to `navBy` + */ + Navigation.Defaults = { + nav: false, + navText: [ + '', + '' + ], + navSpeed: false, + navElement: 'button type="button" role="presentation"', + navContainer: false, + navContainerClass: 'owl-nav', + navClass: [ + 'owl-prev', + 'owl-next' + ], + slideBy: 1, + dotClass: 'owl-dot', + dotsClass: 'owl-dots', + dots: true, + dotsEach: false, + dotsData: false, + dotsSpeed: false, + dotsContainer: false + }; + + /** + * Initializes the layout of the plugin and extends the carousel. + * @protected + */ + Navigation.prototype.initialize = function() { + var override, + settings = this._core.settings; + + // create DOM structure for relative navigation + this._controls.$relative = (settings.navContainer ? $(settings.navContainer) + : $('
').addClass(settings.navContainerClass).appendTo(this.$element)).addClass('disabled'); + + this._controls.$previous = $('<' + settings.navElement + '>') + .addClass(settings.navClass[0]) + .html(settings.navText[0]) + .prependTo(this._controls.$relative) + .on('click', $.proxy(function(e) { + this.prev(settings.navSpeed); + }, this)); + this._controls.$next = $('<' + settings.navElement + '>') + .addClass(settings.navClass[1]) + .html(settings.navText[1]) + .appendTo(this._controls.$relative) + .on('click', $.proxy(function(e) { + this.next(settings.navSpeed); + }, this)); + + // create DOM structure for absolute navigation + if (!settings.dotsData) { + this._templates = [ $('