From e3c672f4648997dbe00624e09c63c990a8ea3596 Mon Sep 17 00:00:00 2001 From: pdp8 Date: Mon, 22 Aug 2022 00:52:15 +0200 Subject: audio and video rendering, Fork-Awesome-1.2.0 included --- snippets/Fork-Awesome-1.2.0/src/doc/_includes/code/core.less | 6 ++++++ snippets/Fork-Awesome-1.2.0/src/doc/_includes/code/core.scss | 6 ++++++ .../Fork-Awesome-1.2.0/src/doc/_includes/code/license.css | 12 ++++++++++++ 3 files changed, 24 insertions(+) create mode 100644 snippets/Fork-Awesome-1.2.0/src/doc/_includes/code/core.less create mode 100644 snippets/Fork-Awesome-1.2.0/src/doc/_includes/code/core.scss create mode 100644 snippets/Fork-Awesome-1.2.0/src/doc/_includes/code/license.css (limited to 'snippets/Fork-Awesome-1.2.0/src/doc/_includes/code') diff --git a/snippets/Fork-Awesome-1.2.0/src/doc/_includes/code/core.less b/snippets/Fork-Awesome-1.2.0/src/doc/_includes/code/core.less new file mode 100644 index 0000000..7ca5f74 --- /dev/null +++ b/snippets/Fork-Awesome-1.2.0/src/doc/_includes/code/core.less @@ -0,0 +1,6 @@ + display: inline-block; + font: normal normal normal @fa-font-size-base/@fa-line-height-base @fa-font-family; // shortening font declaration + font-size: inherit; // can't have font-size inherit on line above, so need to override + text-rendering: auto; // optimizelegibility throws things off #1094 + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; diff --git a/snippets/Fork-Awesome-1.2.0/src/doc/_includes/code/core.scss b/snippets/Fork-Awesome-1.2.0/src/doc/_includes/code/core.scss new file mode 100644 index 0000000..4114bc8 --- /dev/null +++ b/snippets/Fork-Awesome-1.2.0/src/doc/_includes/code/core.scss @@ -0,0 +1,6 @@ + display: inline-block; + font: normal normal normal #{$fa-font-size-base}/#{$fa-line-height-base} #{$fa-font-family}; // shortening font declaration + font-size: inherit; // can't have font-size inherit on line above, so need to override + text-rendering: auto; // optimizelegibility throws things off #1094 + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; diff --git a/snippets/Fork-Awesome-1.2.0/src/doc/_includes/code/license.css b/snippets/Fork-Awesome-1.2.0/src/doc/_includes/code/license.css new file mode 100644 index 0000000..43068be --- /dev/null +++ b/snippets/Fork-Awesome-1.2.0/src/doc/_includes/code/license.css @@ -0,0 +1,12 @@ +/*! +{{ site.forkawesome.name }} {{ site.forkawesome.version }} +License - {{ site.forkawesome.url }}license + +Copyright 2018 {{ site.fontawesome.author.name }} & {{ site.forkawesome.name }} + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + */ -- cgit v1.2.3