web-assets/fonts/ubuntu/ubuntu.css

66 lines
1.7 KiB
CSS
Raw Normal View History

2023-12-30 22:34:25 +01:00
/* ubuntu-regular */
@font-face {
font-family: Ubuntu;
font-style: normal;
font-weight: 400;
src: local("Ubuntu Regular"), local("Ubuntu-Regular"), url(ubuntu-regular.woff2) format("woff2");
2024-01-20 20:19:34 +01:00
font-display: swap;
2023-12-30 22:34:25 +01:00
}
/* ubuntu-medium-italic */
@font-face {
font-family: Ubuntu;
font-style: italic;
font-weight: 500;
src: local("Ubuntu Medium Italic"), local("Ubuntu-MediumItalic"), url(ubuntu-medium-italic.woff2) format("woff2");
2024-01-20 20:19:34 +01:00
font-display: swap;
2023-12-30 22:34:25 +01:00
}
/* ubuntu-medium */
@font-face {
font-family: Ubuntu;
font-style: normal;
font-weight: 500;
src: local("Ubuntu Medium"), local("Ubuntu-Medium"), url(ubuntu-medium.woff2) format("woff2");
2024-01-20 20:19:34 +01:00
font-display: swap;
2023-12-30 22:34:25 +01:00
}
/* ubuntu-light-italic */
@font-face {
font-family: Ubuntu;
font-style: italic;
font-weight: 300;
src: local("Ubuntu Light Italic"), local("Ubuntu-LightItalic"), url(ubuntu-light-italic.woff2) format("woff2");
2024-01-20 20:19:34 +01:00
font-display: swap;
2023-12-30 22:34:25 +01:00
}
/* ubuntu-light */
@font-face {
font-family: Ubuntu;
font-style: normal;
font-weight: 300;
src: local("Ubuntu Light"), local("Ubuntu-Light"), url(ubuntu-light.woff2) format("woff2");
2024-01-20 20:19:34 +01:00
font-display: swap;
2023-12-30 22:34:25 +01:00
}
/* ubuntu-italic */
@font-face {
font-family: Ubuntu;
font-style: italic;
font-weight: 400;
src: local("Ubuntu Italic"), local("Ubuntu-Italic"), url(ubuntu-italic.woff2) format("woff2");
2024-01-20 20:19:34 +01:00
font-display: swap;
2023-12-30 22:34:25 +01:00
}
/* ubuntu-bold-italic */
@font-face {
font-family: Ubuntu;
font-style: italic;
font-weight: 700;
src: local("Ubuntu Bold Italic"), local("Ubuntu-BoldItalic"), url(ubuntu-bold-italic.woff2) format("woff2");
2024-01-20 20:19:34 +01:00
font-display: swap;
2023-12-30 22:34:25 +01:00
}
/* ubuntu-bold */
@font-face {
font-family: Ubuntu;
font-style: normal;
font-weight: 700;
src: local("Ubuntu Bold"), local("Ubuntu-Bold"), url(ubuntu-bold.woff2) format("woff2");
2024-01-20 20:19:34 +01:00
font-display: swap;
2023-12-30 22:34:25 +01:00
}