font swap
This commit is contained in:
parent
8cf144da31
commit
079891e2b5
@ -34,4 +34,4 @@ ExpiresByType image/x-icon "access plus 1 month"
|
|||||||
ExpiresByType text/html "access plus 600 seconds"
|
ExpiresByType text/html "access plus 600 seconds"
|
||||||
</IfModule>
|
</IfModule>
|
||||||
|
|
||||||
Header Set Cache-Control "max-age=31536000";
|
Header Set Cache-Control "max-age=31536000"
|
||||||
|
@ -7,6 +7,7 @@
|
|||||||
url('ttf/FiraSans-Hair.ttf') format('truetype');
|
url('ttf/FiraSans-Hair.ttf') format('truetype');
|
||||||
font-weight: 100;
|
font-weight: 100;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
|
font-display: swap;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face{
|
@font-face{
|
||||||
@ -18,6 +19,7 @@
|
|||||||
url('ttf/FiraSans-HairItalic.ttf') format('truetype');
|
url('ttf/FiraSans-HairItalic.ttf') format('truetype');
|
||||||
font-weight: 100;
|
font-weight: 100;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
|
font-display: swap;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face{
|
@font-face{
|
||||||
@ -29,6 +31,7 @@
|
|||||||
url('ttf/FiraSans-UltraLight.ttf') format('truetype');
|
url('ttf/FiraSans-UltraLight.ttf') format('truetype');
|
||||||
font-weight: 200;
|
font-weight: 200;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
|
font-display: swap;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face{
|
@font-face{
|
||||||
@ -40,6 +43,7 @@
|
|||||||
url('ttf/FiraSans-UltraLightItalic.ttf') format('truetype');
|
url('ttf/FiraSans-UltraLightItalic.ttf') format('truetype');
|
||||||
font-weight: 200;
|
font-weight: 200;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
|
font-display: swap;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face{
|
@font-face{
|
||||||
@ -51,6 +55,7 @@
|
|||||||
url('ttf/FiraSans-Light.ttf') format('truetype');
|
url('ttf/FiraSans-Light.ttf') format('truetype');
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
|
font-display: swap;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face{
|
@font-face{
|
||||||
@ -62,6 +67,7 @@
|
|||||||
url('ttf/FiraSans-LightItalic.ttf') format('truetype');
|
url('ttf/FiraSans-LightItalic.ttf') format('truetype');
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
|
font-display: swap;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face{
|
@font-face{
|
||||||
@ -73,6 +79,7 @@
|
|||||||
url('ttf/FiraSans-Regular.ttf') format('truetype');
|
url('ttf/FiraSans-Regular.ttf') format('truetype');
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
|
font-display: swap;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face{
|
@font-face{
|
||||||
@ -84,6 +91,7 @@
|
|||||||
url('ttf/FiraSans-Italic.ttf') format('truetype');
|
url('ttf/FiraSans-Italic.ttf') format('truetype');
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
|
font-display: swap;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face{
|
@font-face{
|
||||||
@ -95,6 +103,7 @@
|
|||||||
url('ttf/FiraSans-Medium.ttf') format('truetype');
|
url('ttf/FiraSans-Medium.ttf') format('truetype');
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
|
font-display: swap;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face{
|
@font-face{
|
||||||
@ -106,6 +115,7 @@
|
|||||||
url('ttf/FiraSans-MediumItalic.ttf') format('truetype');
|
url('ttf/FiraSans-MediumItalic.ttf') format('truetype');
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
|
font-display: swap;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face{
|
@font-face{
|
||||||
@ -117,6 +127,7 @@
|
|||||||
url('ttf/FiraSans-SemiBold.ttf') format('truetype');
|
url('ttf/FiraSans-SemiBold.ttf') format('truetype');
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
|
font-display: swap;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face{
|
@font-face{
|
||||||
@ -128,6 +139,7 @@
|
|||||||
url('ttf/FiraSans-SemiBoldItalic.ttf') format('truetype');
|
url('ttf/FiraSans-SemiBoldItalic.ttf') format('truetype');
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
|
font-display: swap;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face{
|
@font-face{
|
||||||
@ -139,6 +151,7 @@
|
|||||||
url('ttf/FiraSans-Bold.ttf') format('truetype');
|
url('ttf/FiraSans-Bold.ttf') format('truetype');
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
|
font-display: swap;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face{
|
@font-face{
|
||||||
@ -150,6 +163,7 @@
|
|||||||
url('ttf/FiraSans-BoldItalic.ttf') format('truetype');
|
url('ttf/FiraSans-BoldItalic.ttf') format('truetype');
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
|
font-display: swap;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face{
|
@font-face{
|
||||||
@ -161,6 +175,7 @@
|
|||||||
url('ttf/FiraSans-ExtraBold.ttf') format('truetype');
|
url('ttf/FiraSans-ExtraBold.ttf') format('truetype');
|
||||||
font-weight: 800;
|
font-weight: 800;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
|
font-display: swap;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face{
|
@font-face{
|
||||||
@ -172,6 +187,7 @@
|
|||||||
url('ttf/FiraSans-ExtraBoldItalic.ttf') format('truetype');
|
url('ttf/FiraSans-ExtraBoldItalic.ttf') format('truetype');
|
||||||
font-weight: 800;
|
font-weight: 800;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
|
font-display: swap;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face{
|
@font-face{
|
||||||
@ -183,6 +199,7 @@
|
|||||||
url('ttf/FiraSans-Heavy.ttf') format('truetype');
|
url('ttf/FiraSans-Heavy.ttf') format('truetype');
|
||||||
font-weight: 900;
|
font-weight: 900;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
|
font-display: swap;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face{
|
@font-face{
|
||||||
@ -194,6 +211,7 @@
|
|||||||
url('ttf/FiraSans-HeavyItalic.ttf') format('truetype');
|
url('ttf/FiraSans-HeavyItalic.ttf') format('truetype');
|
||||||
font-weight: 900;
|
font-weight: 900;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
|
font-display: swap;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -206,6 +224,7 @@
|
|||||||
url('ttf/FiraMono-Regular.ttf') format('truetype');
|
url('ttf/FiraMono-Regular.ttf') format('truetype');
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
|
font-display: swap;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face{
|
@font-face{
|
||||||
@ -217,5 +236,5 @@
|
|||||||
url('ttf/FiraMono-Bold.ttf') format('truetype');
|
url('ttf/FiraMono-Bold.ttf') format('truetype');
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
|
font-display: swap;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user