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/scss/_core.scss | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 snippets/Fork-Awesome-1.2.0/scss/_core.scss (limited to 'snippets/Fork-Awesome-1.2.0/scss/_core.scss') diff --git a/snippets/Fork-Awesome-1.2.0/scss/_core.scss b/snippets/Fork-Awesome-1.2.0/scss/_core.scss new file mode 100644 index 0000000..e5a87b5 --- /dev/null +++ b/snippets/Fork-Awesome-1.2.0/scss/_core.scss @@ -0,0 +1,12 @@ +// Base Class Definition +// ------------------------- + +.#{$fa-css-prefix} { + 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; + +} -- cgit v1.2.3