28 lines
695 B
CSS
28 lines
695 B
CSS
@font-face{
|
|
font-family:LinuxLibertine;
|
|
src: url(https://file.brz9.dev/cdn/fonts/serv/LinuxLibertine/LinLibertine_R.otf);
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
}
|
|
|
|
@font-face{
|
|
font-family:LinuxLibertine;
|
|
src: url(https://file.brz9.dev/cdn/fonts/serv/LinuxLibertine/LinLibertine_RI.otf);
|
|
font-style: italic;
|
|
font-weight: normal;
|
|
}
|
|
|
|
@font-face{
|
|
font-family:LinuxLibertine;
|
|
src: url(https://file.brz9.dev/cdn/fonts/serv/LinuxLibertine/LinLibertine_RB.otf);
|
|
font-style: normal;
|
|
font-weight: bold;
|
|
}
|
|
|
|
@font-face{
|
|
font-family:LinuxLibertine;
|
|
src: url(https://file.brz9.dev/cdn/fonts/serv/LinuxLibertine/LinLibertine_RBI.otf);
|
|
font-style: italic;
|
|
font-weight: bold;
|
|
}
|