37 lines
864 B
CSS
37 lines
864 B
CSS
@font-face {
|
|
font-family: 'Ubuntu';
|
|
src: url('Ubuntu-Bold.woff2') format('woff2'),
|
|
url('Ubuntu-Bold.woff') format('woff');
|
|
font-weight: bold;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Ubuntu';
|
|
src: url('Ubuntu-Light.woff2') format('woff2'),
|
|
url('Ubuntu-Light.woff') format('woff');
|
|
font-weight: 300;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Ubuntu';
|
|
src: url('Ubuntu-Medium.woff2') format('woff2'),
|
|
url('Ubuntu-Medium.woff') format('woff');
|
|
font-weight: 500;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Ubuntu';
|
|
src: url('Ubuntu-Regular.woff2') format('woff2'),
|
|
url('Ubuntu-Regular.woff') format('woff');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
|