├── LICENSE ├── README.md ├── ViperDisplay-Bold.ttf ├── ViperDisplay-Bold.woff ├── ViperDisplay-Bold.woff2 ├── ViperDisplay-Regular.ttf ├── ViperDisplay-Regular.woff ├── ViperDisplay-Regular.woff2 └── svg ├── 0-Bold.svg ├── 0-Regular.svg ├── 1-Bold.svg ├── 1-Regular.svg ├── 2-Bold.svg ├── 2-Regular.svg ├── 3-Bold.svg ├── 3-Regular.svg ├── 4-Bold.svg ├── 4-Regular.svg ├── 5-Bold.svg ├── 5-Regular.svg ├── 6-Bold.svg ├── 6-Regular.svg ├── 7-Bold.svg ├── 7-Regular.svg ├── 8-Bold.svg ├── 8-Regular.svg ├── 9-Bold.svg ├── 9-Regular.svg ├── A-Bold.svg ├── A-Regular.svg ├── B-Bold.svg ├── B-Regular.svg ├── C-Bold.svg ├── C-Regular.svg ├── D-Bold.svg ├── D-Regular.svg ├── E-Bold.svg ├── E-Regular.svg ├── F-Bold.svg ├── F-Regular.svg ├── G-Bold.svg ├── G-Regular.svg ├── H-Bold.svg ├── H-Regular.svg ├── I-Bold.svg ├── I-Regular.svg ├── J-Bold.svg ├── J-Regular.svg ├── K-Bold.svg ├── K-Regular.svg ├── L-Bold.svg ├── L-Regular.svg ├── M-Bold.svg ├── M-Regular.svg ├── N-Bold.svg ├── N-Regular.svg ├── O-Bold.svg ├── O-Regular.svg ├── P-Bold.svg ├── P-Regular.svg ├── Q-Bold.svg ├── Q-Regular.svg ├── R-Bold.svg ├── R-Regular.svg ├── S-Bold.svg ├── S-Regular.svg ├── T-Bold.svg ├── T-Regular.svg ├── U-Bold.svg ├── U-Regular.svg ├── V-Bold.svg ├── V-Regular.svg ├── W-Bold.svg ├── W-Regular.svg ├── X-Bold.svg ├── X-Regular.svg ├── Y-Bold.svg ├── Y-Regular.svg ├── Z-Bold.svg ├── Z-Regular.svg ├── apostrophe-Bold.svg ├── apostrophe-Regular.svg ├── asterisk-Bold.svg ├── asterisk-Regular.svg ├── colon-Bold.svg ├── colon-Regular.svg ├── comma-Bold.svg ├── comma-Regular.svg ├── degree-sign-Bold.svg ├── degree-sign-Regular.svg ├── equals-sign-Bold.svg ├── equals-sign-Regular.svg ├── full-stop-Bold.svg ├── full-stop-Regular.svg ├── hyphen-minus-Bold.svg ├── hyphen-minus-Regular.svg ├── left-parenthesis-Bold.svg ├── left-parenthesis-Regular.svg ├── low-line-Bold.svg ├── low-line-Regular.svg ├── percent-sign-Bold.svg ├── percent-sign-Regular.svg ├── plus-sign-Bold.svg ├── plus-sign-Regular.svg ├── question-mark-Bold.svg ├── question-mark-Regular.svg ├── quotation-mark-Bold.svg ├── quotation-mark-Regular.svg ├── reverse-solidus-Bold.svg ├── reverse-solidus-Regular.svg ├── right-parenthesis-Bold.svg ├── right-parenthesis-Regular.svg ├── solidus-Bold.svg └── solidus-Regular.svg /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2023 Mørkvitnir 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # viper-display 2 | Font used in MFDs of DCS World F-16C 3 | -------------------------------------------------------------------------------- /ViperDisplay-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0x408/viper-display/37fc02987912f7abc6ed23c163d53bf54f7ec3f4/ViperDisplay-Bold.ttf -------------------------------------------------------------------------------- /ViperDisplay-Bold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0x408/viper-display/37fc02987912f7abc6ed23c163d53bf54f7ec3f4/ViperDisplay-Bold.woff -------------------------------------------------------------------------------- /ViperDisplay-Bold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0x408/viper-display/37fc02987912f7abc6ed23c163d53bf54f7ec3f4/ViperDisplay-Bold.woff2 -------------------------------------------------------------------------------- /ViperDisplay-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0x408/viper-display/37fc02987912f7abc6ed23c163d53bf54f7ec3f4/ViperDisplay-Regular.ttf -------------------------------------------------------------------------------- /ViperDisplay-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0x408/viper-display/37fc02987912f7abc6ed23c163d53bf54f7ec3f4/ViperDisplay-Regular.woff -------------------------------------------------------------------------------- /ViperDisplay-Regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0x408/viper-display/37fc02987912f7abc6ed23c163d53bf54f7ec3f4/ViperDisplay-Regular.woff2 -------------------------------------------------------------------------------- /svg/0-Bold.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /svg/0-Regular.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /svg/1-Bold.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /svg/1-Regular.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /svg/2-Bold.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /svg/2-Regular.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /svg/3-Bold.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /svg/3-Regular.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /svg/4-Bold.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /svg/4-Regular.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /svg/5-Bold.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /svg/5-Regular.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /svg/6-Bold.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /svg/6-Regular.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /svg/7-Bold.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /svg/7-Regular.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /svg/8-Bold.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /svg/8-Regular.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /svg/9-Bold.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /svg/9-Regular.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /svg/A-Bold.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /svg/A-Regular.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /svg/B-Bold.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /svg/B-Regular.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /svg/C-Bold.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /svg/C-Regular.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /svg/D-Bold.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /svg/D-Regular.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /svg/E-Bold.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /svg/E-Regular.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /svg/F-Bold.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /svg/F-Regular.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /svg/G-Bold.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /svg/G-Regular.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /svg/H-Bold.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /svg/H-Regular.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /svg/I-Bold.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /svg/I-Regular.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /svg/J-Bold.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /svg/J-Regular.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /svg/K-Bold.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /svg/K-Regular.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /svg/L-Bold.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /svg/L-Regular.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /svg/M-Bold.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /svg/M-Regular.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /svg/N-Bold.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /svg/N-Regular.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /svg/O-Bold.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /svg/O-Regular.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /svg/P-Bold.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /svg/P-Regular.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /svg/Q-Bold.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /svg/Q-Regular.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /svg/R-Bold.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /svg/R-Regular.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /svg/S-Bold.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /svg/S-Regular.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /svg/T-Bold.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /svg/T-Regular.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /svg/U-Bold.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /svg/U-Regular.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /svg/V-Bold.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /svg/V-Regular.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /svg/W-Bold.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /svg/W-Regular.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /svg/X-Bold.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /svg/X-Regular.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /svg/Y-Bold.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /svg/Y-Regular.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /svg/Z-Bold.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /svg/Z-Regular.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /svg/apostrophe-Bold.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /svg/apostrophe-Regular.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /svg/asterisk-Bold.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /svg/asterisk-Regular.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /svg/colon-Bold.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /svg/colon-Regular.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /svg/comma-Bold.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /svg/comma-Regular.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /svg/degree-sign-Bold.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /svg/degree-sign-Regular.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /svg/equals-sign-Bold.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /svg/equals-sign-Regular.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /svg/full-stop-Bold.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /svg/full-stop-Regular.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /svg/hyphen-minus-Bold.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /svg/hyphen-minus-Regular.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /svg/left-parenthesis-Bold.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /svg/left-parenthesis-Regular.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /svg/low-line-Bold.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /svg/low-line-Regular.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /svg/percent-sign-Bold.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /svg/percent-sign-Regular.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /svg/plus-sign-Bold.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /svg/plus-sign-Regular.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /svg/question-mark-Bold.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /svg/question-mark-Regular.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /svg/quotation-mark-Bold.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /svg/quotation-mark-Regular.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /svg/reverse-solidus-Bold.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /svg/reverse-solidus-Regular.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /svg/right-parenthesis-Bold.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /svg/right-parenthesis-Regular.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /svg/solidus-Bold.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /svg/solidus-Regular.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | --------------------------------------------------------------------------------