hugo-theme-hello-friend/assets/css/fonts.css

57 lines
1.8 KiB
CSS
Raw Normal View History

2019-02-06 12:52:43 +01:00
@font-face {
font-family: 'Inter';
font-style: normal;
2019-02-06 12:52:43 +01:00
font-weight: 400;
font-feature-settings: "liga", "tnum", "case", "calt", "zero", "ss01", "locl";
2019-02-06 12:52:43 +01:00
src: url("../fonts/Inter-Regular.woff2") format("woff2"),
url("../fonts/Inter-Regular.woff") format("woff");
font-display: swap;
2019-02-06 12:52:43 +01:00
}
@font-face {
font-family: 'Inter';
font-style: italic;
2019-02-06 12:52:43 +01:00
font-weight: 400;
font-feature-settings: "liga", "tnum", "case", "calt", "zero", "ss01", "locl";
2019-02-06 12:52:43 +01:00
src: url("../fonts/Inter-Italic.woff2") format("woff2"),
url("../fonts/Inter-Italic.woff") format("woff");
font-display: swap;
2019-02-06 12:52:43 +01:00
}
@font-face {
font-family: 'Inter';
font-style: normal;
2019-02-06 12:52:43 +01:00
font-weight: 600;
font-feature-settings: "liga", "tnum", "case", "calt", "zero", "ss01", "locl";
2019-02-06 12:52:43 +01:00
src: url("../fonts/Inter-Medium.woff2") format("woff2"),
url("../fonts/Inter-Medium.woff") format("woff");
font-display: swap;
2019-02-06 12:52:43 +01:00
}
@font-face {
font-family: 'Inter';
font-style: italic;
2019-02-06 12:52:43 +01:00
font-weight: 600;
font-feature-settings: "liga", "tnum", "case", "calt", "zero", "ss01", "locl";
2019-02-06 12:52:43 +01:00
src: url("../fonts/Inter-MediumItalic.woff2") format("woff2"),
url("../fonts/Inter-MediumItalic.woff") format("woff");
font-display: swap;
2019-02-06 12:52:43 +01:00
}
@font-face {
font-family: 'Inter';
font-style: normal;
2019-02-06 12:52:43 +01:00
font-weight: 800;
font-feature-settings: "liga", "tnum", "case", "calt", "zero", "ss01", "locl";
2019-02-06 12:52:43 +01:00
src: url("../fonts/Inter-Bold.woff2") format("woff2"),
url("../fonts/Inter-Bold.woff") format("woff");
font-display: swap;
2019-02-06 12:52:43 +01:00
}
@font-face {
font-family: 'Inter';
font-style: italic;
2019-02-06 12:52:43 +01:00
font-weight: 800;
font-feature-settings: "liga", "tnum", "case", "calt", "zero", "ss01", "locl";
2019-02-06 12:52:43 +01:00
src: url("../fonts/Inter-BoldItalic.woff2") format("woff2"),
url("../fonts/Inter-BoldItalic.woff") format("woff");
font-display: swap;
2019-02-06 12:52:43 +01:00
}