20 lines
591 B
CSS
20 lines
591 B
CSS
@font-face {
|
|
font-family: 'Libertinus Sans';
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
src: local("Libertinus Sans"), url("../fonts/Libertinus/LibertinusSans-Regular.otf") format("opentype");
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Libertinus Sans';
|
|
font-style: normal;
|
|
font-weight: 700;
|
|
src: local("Libertinus Sans"), url("../fonts/Libertinus/LibertinusSans-Bold.otf") format("opentype");
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Libertinus Sans';
|
|
font-style: italic;
|
|
font-weight: 400;
|
|
src: local("Libertinus Sans"), url("../fonts/Libertinus/LibertinusSans-Italic.otf") format("opentype");
|
|
} |