mirror of
https://github.com/zombieFox/nightTab.git
synced 2024-11-22 16:13:20 +01:00
reduce default fonts
This commit is contained in:
parent
978ae75ed4
commit
0ecd4ba6f2
@ -1,18 +1,4 @@
|
|||||||
/* open sans */
|
/* open sans */
|
||||||
/* normal */
|
|
||||||
@font-face {
|
|
||||||
font-family: "Open Sans";
|
|
||||||
font-weight: 300;
|
|
||||||
font-style: normal;
|
|
||||||
font-display: swap;
|
|
||||||
src:
|
|
||||||
local("Open Sans Light"),
|
|
||||||
local("OpenSans-Light"),
|
|
||||||
url("../../../font/open-sans/open-sans-300.woff") format("woff"),
|
|
||||||
url("../../../font/open-sans/open-sans-300.woff2") format("woff2"),
|
|
||||||
url("../../../font/open-sans/open-sans-300.ttf") format("truetype");
|
|
||||||
}
|
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "Open Sans";
|
font-family: "Open Sans";
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
@ -26,113 +12,7 @@
|
|||||||
url("../../../font/open-sans/open-sans-400.ttf") format("truetype");
|
url("../../../font/open-sans/open-sans-400.ttf") format("truetype");
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
|
||||||
font-family: "Open Sans";
|
|
||||||
font-weight: 600;
|
|
||||||
font-style: normal;
|
|
||||||
font-display: swap;
|
|
||||||
src:
|
|
||||||
local("Open Sans SemiBold"),
|
|
||||||
local("OpenSans-SemiBold"),
|
|
||||||
url("../../../font/open-sans/open-sans-600.woff") format("woff"),
|
|
||||||
url("../../../font/open-sans/open-sans-600.woff2") format("woff2"),
|
|
||||||
url("../../../font/open-sans/open-sans-600.ttf") format("truetype");
|
|
||||||
}
|
|
||||||
|
|
||||||
@font-face {
|
|
||||||
font-family: "Open Sans";
|
|
||||||
font-weight: 700;
|
|
||||||
font-style: normal;
|
|
||||||
font-display: swap;
|
|
||||||
src:
|
|
||||||
local("Open Sans Bold"),
|
|
||||||
local("OpenSans-Bold"),
|
|
||||||
url("../../../font/open-sans/open-sans-700.woff") format("woff"),
|
|
||||||
url("../../../font/open-sans/open-sans-700.woff2") format("woff2"),
|
|
||||||
url("../../../font/open-sans/open-sans-700.ttf") format("truetype");
|
|
||||||
}
|
|
||||||
|
|
||||||
@font-face {
|
|
||||||
font-family: "Open Sans";
|
|
||||||
font-weight: 800;
|
|
||||||
font-style: normal;
|
|
||||||
font-display: swap;
|
|
||||||
src:
|
|
||||||
local("Open Sans ExtraBold"),
|
|
||||||
local("OpenSans-ExtraBold"),
|
|
||||||
url("../../../font/open-sans/open-sans-800.woff") format("woff"),
|
|
||||||
url("../../../font/open-sans/open-sans-800.woff2") format("woff2"),
|
|
||||||
url("../../../font/open-sans/open-sans-800.ttf") format("truetype");
|
|
||||||
}
|
|
||||||
|
|
||||||
/* italic */
|
|
||||||
@font-face {
|
|
||||||
font-family: "Open Sans";
|
|
||||||
font-weight: 300;
|
|
||||||
font-style: italic;
|
|
||||||
font-display: swap;
|
|
||||||
src:
|
|
||||||
local("Open Sans Light Italic"),
|
|
||||||
local("OpenSans-LightItalic"),
|
|
||||||
url("../../../font/open-sans/open-sans-italic-300.woff") format("woff"),
|
|
||||||
url("../../../font/open-sans/open-sans-italic-300.woff2") format("woff2"),
|
|
||||||
url("../../../font/open-sans/open-sans-italic-300.ttf") format("truetype");
|
|
||||||
}
|
|
||||||
|
|
||||||
@font-face {
|
|
||||||
font-family: "Open Sans";
|
|
||||||
font-weight: 400;
|
|
||||||
font-style: italic;
|
|
||||||
font-display: swap;
|
|
||||||
src:
|
|
||||||
local("Open Sans Italic"),
|
|
||||||
local("OpenSans-Italic"),
|
|
||||||
url("../../../font/open-sans/open-sans-italic-400.woff") format("woff"),
|
|
||||||
url("../../../font/open-sans/open-sans-italic-400.woff2") format("woff2"),
|
|
||||||
url("../../../font/open-sans/open-sans-italic-400.ttf") format("truetype");
|
|
||||||
}
|
|
||||||
|
|
||||||
@font-face {
|
|
||||||
font-family: "Open Sans";
|
|
||||||
font-weight: 600;
|
|
||||||
font-style: italic;
|
|
||||||
font-display: swap;
|
|
||||||
src:
|
|
||||||
local("Open Sans SemiBold Italic"),
|
|
||||||
local("OpenSans-SemiBoldItalic"),
|
|
||||||
url("../../../font/open-sans/open-sans-italic-600.woff") format("woff"),
|
|
||||||
url("../../../font/open-sans/open-sans-italic-600.woff2") format("woff2"),
|
|
||||||
url("../../../font/open-sans/open-sans-italic-600.ttf") format("truetype");
|
|
||||||
}
|
|
||||||
|
|
||||||
@font-face {
|
|
||||||
font-family: "Open Sans";
|
|
||||||
font-weight: 700;
|
|
||||||
font-style: italic;
|
|
||||||
font-display: swap;
|
|
||||||
src:
|
|
||||||
local("Open Sans Bold Italic"),
|
|
||||||
local("OpenSans-BoldItalic"),
|
|
||||||
url("../../../font/open-sans/open-sans-italic-700.woff") format("woff"),
|
|
||||||
url("../../../font/open-sans/open-sans-italic-700.woff2") format("woff2"),
|
|
||||||
url("../../../font/open-sans/open-sans-italic-700.ttf") format("truetype");
|
|
||||||
}
|
|
||||||
|
|
||||||
@font-face {
|
|
||||||
font-family: "Open Sans";
|
|
||||||
font-weight: 800;
|
|
||||||
font-style: italic;
|
|
||||||
font-display: swap;
|
|
||||||
src:
|
|
||||||
local("Open Sans ExtraBold Italic"),
|
|
||||||
local("OpenSans-ExtraBoldItalic"),
|
|
||||||
url("../../../font/open-sans/open-sans-italic-800.woff") format("woff"),
|
|
||||||
url("../../../font/open-sans/open-sans-italic-800.woff2") format("woff2"),
|
|
||||||
url("../../../font/open-sans/open-sans-italic-800.ttf") format("truetype");
|
|
||||||
}
|
|
||||||
|
|
||||||
/* fjalla one */
|
/* fjalla one */
|
||||||
/* normal */
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "Fjalla One";
|
font-family: "Fjalla One";
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
|
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.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user