21 lines
628 B
CSS
21 lines
628 B
CSS
@font-face {
|
|
font-family: 'Libertinus Sans';
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
src: local('Libertinus Sans'), url('https://fonts.cdnfonts.com/s/19341/LibertinusSans-Regular.woff') format('woff');
|
|
}
|
|
@font-face {
|
|
font-family: 'Libertinus Sans';
|
|
font-style: italic;
|
|
font-weight: 400;
|
|
src: local('Libertinus Sans'), url('https://fonts.cdnfonts.com/s/19341/LibertinusSans-Italic.woff') format('woff');
|
|
}
|
|
@font-face {
|
|
font-family: 'Libertinus Sans';
|
|
font-style: normal;
|
|
font-weight: 700;
|
|
src: local('Libertinus Sans'), url('https://fonts.cdnfonts.com/s/19341/LibertinusSans-Bold.woff') format('woff');
|
|
}
|
|
|
|
|