diff --git a/fonts/other/win95fa/400.css b/fonts/other/win95fa/400.css new file mode 100644 index 00000000000..2b992fe2eec --- /dev/null +++ b/fonts/other/win95fa/400.css @@ -0,0 +1,8 @@ +/* win95fa-latin-400-normal */ +@font-face { + font-family: 'WIN95FA'; + font-style: normal; + font-display: swap; + font-weight: 400; + src: url(./files/win95fa-latin-400-normal.woff2) format('woff2'), url(./files/win95fa-latin-400-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/other/win95fa/CHANGELOG.md b/fonts/other/win95fa/CHANGELOG.md new file mode 100644 index 00000000000..e798685bbf8 --- /dev/null +++ b/fonts/other/win95fa/CHANGELOG.md @@ -0,0 +1,2 @@ +# Changelog +See the [Fontsource CHANGELOG.md](https://github.com/fontsource/fontsource/blob/main/CHANGELOG.md). \ No newline at end of file diff --git a/fonts/other/win95fa/LICENSE b/fonts/other/win95fa/LICENSE new file mode 100644 index 00000000000..075d1aefb5f --- /dev/null +++ b/fonts/other/win95fa/LICENSE @@ -0,0 +1,91 @@ +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 + + +----------------------------------------------------------- +SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 +----------------------------------------------------------- + +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/fonts/other/win95fa/README.md b/fonts/other/win95fa/README.md new file mode 100644 index 00000000000..8dc38d696c5 --- /dev/null +++ b/fonts/other/win95fa/README.md @@ -0,0 +1,47 @@ +# Fontsource WIN95FA + +[![npm (scoped)](https://img.shields.io/npm/v/@fontsource/win95fa?color=brightgreen)](https://www.npmjs.com/package/@fontsource/win95fa) [![Generic badge](https://img.shields.io/badge/fontsource-passing-brightgreen)](https://github.com/fontsource/fontsource) [![Monthly downloads](https://badgen.net/npm/dm/@fontsource/win95fa)](https://github.com/fontsource/fontsource) [![Total downloads](https://badgen.net/npm/dt/@fontsource/win95fa)](https://github.com/fontsource/fontsource) [![GitHub stars](https://img.shields.io/github/stars/fontsource/fontsource.svg?style=social&label=Star)](https://github.com/fontsource/fontsource/stargazers) + +The CSS and web font files to easily self-host the “WIN95FA” font. Please visit the main [Fontsource website](https://fontsource.org/fonts/win95fa) to view more details on this package. + +## Quick Installation + +Fontsource offers multiple methods to import the CSS, including using a bundler like Vite or using SASS. You can find full documentation [here](https://fontsource.org/docs/getting-started/introduction). + +```javascript +npm install @fontsource/win95fa +``` + +Within your app entry file or site component, import it in. + +```javascript +import "@fontsource/win95fa"; // Defaults to weight 400 +import "@fontsource/win95fa/400.css"; // Specify weight +import "@fontsource/win95fa/400-italic.css"; // Specify weight and style +``` + +Supported variables: +- Weights: `[400]` +- Styles: `[normal]` +- Subsets: `[latin]` + +> Note: `italic` may not be supported by all fonts. To learn more about what weights and styles are supported, please visit the [Fontsource website](https://fontsource.org/fonts/win95fa). + +Finally, you can reference the font name in a CSS stylesheet, CSS Module, or CSS-in-JS. + +```css +body { + font-family: "WIN95FA"; +} +``` + +## Licensing +Always make sure to read the license for each font you use. Most of the fonts in the collection use the SIL Open Font License, v1.1. Some fonts use the Apache 2 license. The Ubuntu fonts use the Ubuntu Font License v1.0. + +Alina Sava +[OFL-1.1](https://fontsarena.com/w95fa-by-alina-sava/) + +## Other Notes +Font version (provided by source): `v1.0`. + +If you have any suggestions or ideas to improve the performance of font loading or expand the existing library, feel free to star and contribute to this repository. You can share your suggestions or ideas by creating an [issue](https://github.com/fontsource/fontsource/issues). \ No newline at end of file diff --git a/fonts/other/win95fa/files/win95fa-latin-400-normal.woff b/fonts/other/win95fa/files/win95fa-latin-400-normal.woff new file mode 100644 index 00000000000..433ece2e93e Binary files /dev/null and b/fonts/other/win95fa/files/win95fa-latin-400-normal.woff differ diff --git a/fonts/other/win95fa/files/win95fa-latin-400-normal.woff2 b/fonts/other/win95fa/files/win95fa-latin-400-normal.woff2 new file mode 100644 index 00000000000..730ddc4a051 Binary files /dev/null and b/fonts/other/win95fa/files/win95fa-latin-400-normal.woff2 differ diff --git a/fonts/other/win95fa/index.css b/fonts/other/win95fa/index.css new file mode 100644 index 00000000000..2b992fe2eec --- /dev/null +++ b/fonts/other/win95fa/index.css @@ -0,0 +1,8 @@ +/* win95fa-latin-400-normal */ +@font-face { + font-family: 'WIN95FA'; + font-style: normal; + font-display: swap; + font-weight: 400; + src: url(./files/win95fa-latin-400-normal.woff2) format('woff2'), url(./files/win95fa-latin-400-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/other/win95fa/latin-400.css b/fonts/other/win95fa/latin-400.css new file mode 100644 index 00000000000..2b992fe2eec --- /dev/null +++ b/fonts/other/win95fa/latin-400.css @@ -0,0 +1,8 @@ +/* win95fa-latin-400-normal */ +@font-face { + font-family: 'WIN95FA'; + font-style: normal; + font-display: swap; + font-weight: 400; + src: url(./files/win95fa-latin-400-normal.woff2) format('woff2'), url(./files/win95fa-latin-400-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/other/win95fa/latin.css b/fonts/other/win95fa/latin.css new file mode 100644 index 00000000000..2b992fe2eec --- /dev/null +++ b/fonts/other/win95fa/latin.css @@ -0,0 +1,8 @@ +/* win95fa-latin-400-normal */ +@font-face { + font-family: 'WIN95FA'; + font-style: normal; + font-display: swap; + font-weight: 400; + src: url(./files/win95fa-latin-400-normal.woff2) format('woff2'), url(./files/win95fa-latin-400-normal.woff) format('woff'); +} \ No newline at end of file diff --git a/fonts/other/win95fa/metadata.json b/fonts/other/win95fa/metadata.json new file mode 100644 index 00000000000..cb626613c99 --- /dev/null +++ b/fonts/other/win95fa/metadata.json @@ -0,0 +1,19 @@ +{ + "id": "win95fa", + "family": "WIN95FA", + "subsets": ["latin"], + "weights": [400], + "styles": ["normal"], + "defSubset": "latin", + "variable": false, + "lastModified": "2023-10-13", + "version": "v1.0", + "category": "sans-serif", + "license": { + "type": "OFL-1.1", + "url": "https://fontsarena.com/w95fa-by-alina-sava/", + "attribution": "Alina Sava" + }, + "source": "https://fontsarena.com/w95fa-by-alina-sava/", + "type": "other" +} \ No newline at end of file diff --git a/fonts/other/win95fa/package.json b/fonts/other/win95fa/package.json new file mode 100644 index 00000000000..03100cf6420 --- /dev/null +++ b/fonts/other/win95fa/package.json @@ -0,0 +1,29 @@ +{ + "name": "@fontsource/win95fa", + "version": "5.0.0", + "description": "Self-host the WIN95FA font in a neatly bundled NPM package.", + "main": "index.css", + "publishConfig": {"access": "public"}, + "keywords": [ + "fontsource", + "font", + "font family", + "google fonts", + "win95fa", + "WIN95FA", + "css", + "sass", + "front-end", + "web", + "typeface", + "variable" + ], + "author": "Alina Sava", + "license": "OFL-1.1", + "homepage": "https://fontsource.org/fonts/win95fa", + "repository": { + "type": "git", + "url": "https://github.com/fontsource/font-files.git", + "directory": "fonts/other/win95fa" + } +} \ No newline at end of file diff --git a/fonts/other/win95fa/scss/metadata.scss b/fonts/other/win95fa/scss/metadata.scss new file mode 100644 index 00000000000..737c44ee7cb --- /dev/null +++ b/fonts/other/win95fa/scss/metadata.scss @@ -0,0 +1,14 @@ +$id: 'win95fa' !default; +$family: 'WIN95FA' !default; +$category: sans-serif !default; +$subsets: (latin) !default; +$weights: (400) !default; +$styles: (normal) !default; +$axes: null !default; +$defaults: ( + subset: latin, + weight: 400, + style: normal, + axis: null, +) !default; +$unicode: null !default; diff --git a/fonts/other/win95fa/scss/mixins.scss b/fonts/other/win95fa/scss/mixins.scss new file mode 100644 index 00000000000..4d1c6c3aaf7 --- /dev/null +++ b/fonts/other/win95fa/scss/mixins.scss @@ -0,0 +1,184 @@ +@use 'sass:list'; +@use 'sass:map'; +@use 'sass:math'; +@use 'sass:meta'; +@use 'sass:string'; + +@use 'metadata'; + +$metadata: meta.module-variables(metadata) !default; +$directory: null !default; + +$family: null !default; +$display: null !default; +$formats: null !default; +$subsets: null !default; +$weights: null !default; +$styles: null !default; +$axes: null !default; + +// Deprecated +$displayVar: null !default; + +@mixin generator( + $metadata: $metadata, + $directory: $directory, + $family: $family, + $display: $display, + $formats: $formats, + $subsets: $subsets, + $weights: $weights, + $styles: $styles, + $axes: $axes, + + // Deprecated + $displayVar: $displayVar +) { + @if $displayVar != null { + @warn "$displayVar is deprecated due to the limitation of using css variables in @font-face (https://github.com/fontsource/fontsource/issues/726)."; + } + + $isVariable: map.get($metadata, axes) != null; + + $directory: if( + $directory, + $directory, + '~@fontsource#{if($isVariable, '-variable', '')}/#{map.get($metadata, id)}/files' + ); + + $family: if($family, $family, map.get($metadata, family) + if($isVariable, ' Variable', '')); + $display: if($display, $display, swap); + $formats: if(not $formats or $formats == all, if($isVariable, woff2, (woff2, woff)), $formats); + $subsets: if( + $subsets, + if($subsets == all, map.get($metadata, subsets), $subsets), + map.get($metadata, defaults, subset) + ); + $weights: if( + $weights, + if($weights == all, map.get($metadata, weights), $weights), + map.get($metadata, defaults, weight) + ); + $styles: if( + $styles, + if($styles == all, map.get($metadata, styles), $styles), + map.get($metadata, defaults, style) + ); + $axes: if( + $axes, + if($axes == all, full, $axes), + if($isVariable, if(map.has-key($metadata, axes, wght), wght, full), null) + ); + + @each $subset in $subsets { + @each $unicodeSubset, $unicodeRange in map.get($metadata, unicode) { + @if ( + ($subset == $unicodeSubset) or + ( + // Is numeric subset + ($subset == map.get($metadata, defaults, subset)) and not + list.index(map.get($metadata, subsets), $unicodeSubset) + ) + ) { + @each $weight in if($axes, null, $weights) { + @each $axis in $axes { + @each $style in $styles { + $variant: '#{map.get($metadata, id)}-#{if($unicodeSubset, $unicodeSubset, $subset)}-#{if($axis, $axis, $weight)}-#{$style}'; + + $src: (); + @each $format in $formats { + $src: append( + $src, + url('#{$directory}/#{$variant}.#{$format}') + format('#{$format}#{if($axis, '-variations', '')}'), + comma + ); + } + + @content (( + metadata: $metadata, + directory: $directory, + family: $family, + display: $display, + formats: $formats, + subsets: $subsets, + weights: $weights, + styles: $styles, + axes: $axes, + + variant: $variant, + subset: $subset, + unicodeSubset: $unicodeSubset, + unicodeRange: $unicodeRange, + weight: $weight, + axis: $axis, + style: $style, + + font-family: string.quote($family), + font-style: if( + (($axis == full) or ($axis == slnt)) and map.has-key($metadata, axes, slnt), + oblique map.get($metadata, axes, slnt, min) + deg map.get($metadata, axes, slnt, max) + deg, + $style + ), + font-display: $display, + font-weight: if( + (($axis == full) or ($axis == wght)) and map.has-key($metadata, axes, wght), + map.get($metadata, axes, wght, min) map.get($metadata, axes, wght, max), + $weight + ), + font-stretch: if( + (($axis == full) or ($axis == wdth)) and map.has-key($metadata, axes, wdth), + '#{map.get($metadata, axes, wdth, min)}% #{map.get($metadata, axes, wdth, max)}%', + null + ), + src: $src, + unicode-range: $unicodeRange, + )); + } + } + } + } + } + } +} + +@mixin faces( + $metadata: $metadata, + $directory: $directory, + $family: $family, + $display: $display, + $formats: $formats, + $subsets: $subsets, + $weights: $weights, + $styles: $styles, + $axes: $axes, + + // Deprecated + $displayVar: $displayVar +) { + @include generator( + $metadata: $metadata, + $directory: $directory, + $family: $family, + $display: $display, + $formats: $formats, + $subsets: $subsets, + $weights: $weights, + $styles: $styles, + $axes: $axes, + + $displayVar: $displayVar + ) + using ($props) { + /* #{map.get($props, variant)} */ + @font-face { + font-family: map.get($props, font-family); + font-style: map.get($props, font-style); + font-display: map.get($props, font-display); + font-weight: map.get($props, font-weight); + font-stretch: map.get($props, font-stretch); + unicode-range: map.get($props, unicode-range); + src: map.get($props, src); + } + } +} diff --git a/fonts/other/win95fa/unicode.json b/fonts/other/win95fa/unicode.json new file mode 100644 index 00000000000..9e26dfeeb6e --- /dev/null +++ b/fonts/other/win95fa/unicode.json @@ -0,0 +1 @@ +{} \ No newline at end of file