mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-23 11:16:39 +00:00
Remove unneeded font formats
Changelog-entry: Remove unneeded font formats Change-type: patch
This commit is contained in:
parent
1ebc8e9362
commit
33d48fe4f7
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -44,10 +44,7 @@ $fa-font-path: "../../../../node_modules/@fortawesome/fontawesome-free-webfonts/
|
||||
|
||||
@font-face {
|
||||
font-family: "Nunito";
|
||||
src: url("./fonts/Nunito-Regular.eot?#iefix") format("embedded-opentype"),
|
||||
url("./fonts/Nunito-Regular.woff2") format("woff2"),
|
||||
url("./fonts/Nunito-Regular.woff") format("woff"),
|
||||
url("./fonts/Nunito-Regular.ttf") format("truetype");
|
||||
src: url("./fonts/Nunito-Regular.woff2") format("woff2");
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
font-display: block;
|
||||
@ -55,10 +52,7 @@ $fa-font-path: "../../../../node_modules/@fortawesome/fontawesome-free-webfonts/
|
||||
|
||||
@font-face {
|
||||
font-family: "Nunito";
|
||||
src: url("./fonts/Nunito-Bold.eot?#iefix") format("embedded-opentype"),
|
||||
url("./fonts/Nunito-Bold.woff2") format("woff2"),
|
||||
url("./fonts/Nunito-Bold.woff") format("woff"),
|
||||
url("./fonts/Nunito-Bold.ttf") format("truetype");
|
||||
src: url("./fonts/Nunito-Bold.woff2") format("woff2");
|
||||
font-weight: bold;
|
||||
font-style: normal;
|
||||
font-display: block;
|
||||
@ -66,10 +60,7 @@ $fa-font-path: "../../../../node_modules/@fortawesome/fontawesome-free-webfonts/
|
||||
|
||||
@font-face {
|
||||
font-family: "Nunito";
|
||||
src: url("./fonts/Nunito-Light.eot?#iefix") format("embedded-opentype"),
|
||||
url("./fonts/Nunito-Light.woff2") format("woff2"),
|
||||
url("./fonts/Nunito-Light.woff") format("woff"),
|
||||
url("./fonts/Nunito-Light.ttf") format("truetype");
|
||||
src: url("./fonts/Nunito-Light.woff2") format("woff2");
|
||||
font-weight: 300;
|
||||
font-style: normal;
|
||||
font-display: block;
|
||||
@ -77,11 +68,7 @@ $fa-font-path: "../../../../node_modules/@fortawesome/fontawesome-free-webfonts/
|
||||
|
||||
@font-face {
|
||||
font-family: "CircularStd";
|
||||
src: url("./fonts/CircularStd-Bold.eot");
|
||||
src: url("./fonts/CircularStd-Bold.eot?#iefix") format("embedded-opentype"),
|
||||
url("./fonts/CircularStd-Bold.woff2") format("woff2"),
|
||||
url("./fonts/CircularStd-Bold.woff") format("woff"),
|
||||
url("./fonts/CircularStd-Bold.ttf") format("truetype");
|
||||
src: url("./fonts/CircularStd-Bold.woff2") format("woff2");
|
||||
font-weight: bold;
|
||||
font-style: normal;
|
||||
font-display: block;
|
||||
@ -89,11 +76,7 @@ $fa-font-path: "../../../../node_modules/@fortawesome/fontawesome-free-webfonts/
|
||||
|
||||
@font-face {
|
||||
font-family: "CircularStd";
|
||||
src: url("./fonts/CircularStd-Book.eot");
|
||||
src: url("./fonts/CircularStd-Book.eot?#iefix") format("embedded-opentype"),
|
||||
url("./fonts/CircularStd-Book.woff2") format("woff2"),
|
||||
url("./fonts/CircularStd-Book.woff") format("woff"),
|
||||
url("./fonts/CircularStd-Book.ttf") format("truetype");
|
||||
src: url("./fonts/CircularStd-Book.woff2") format("woff2");
|
||||
font-weight: 500;
|
||||
font-style: normal;
|
||||
font-display: block;
|
||||
@ -101,11 +84,7 @@ $fa-font-path: "../../../../node_modules/@fortawesome/fontawesome-free-webfonts/
|
||||
|
||||
@font-face {
|
||||
font-family: "CircularStd";
|
||||
src: url("./fonts/CircularStd-Medium.eot");
|
||||
src: url("./fonts/CircularStd-Medium.eot?#iefix") format("embedded-opentype"),
|
||||
url("./fonts/CircularStd-Medium.woff2") format("woff2"),
|
||||
url("./fonts/CircularStd-Medium.woff") format("woff"),
|
||||
url("./fonts/CircularStd-Medium.ttf") format("truetype");
|
||||
src: url("./fonts/CircularStd-Medium.woff2") format("woff2");
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
font-display: block;
|
||||
|
Loading…
x
Reference in New Issue
Block a user