forked from oyd/oyd-web
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
63 lines
1.8 KiB
63 lines
1.8 KiB
@font-face {
|
|
font-family: 'Liberation Sans';
|
|
src: url('/fonts/liberationsans-bold.woff2') format('woff2'),
|
|
url('/fonts/liberationsans-bold.woff') format('woff');
|
|
font-weight: bold;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Liberation Sans';
|
|
src: url('/fonts/liberationsans-bolditalic.woff2') format('woff2'),
|
|
url('/fonts/liberationsans-bolditalic.woff') format('woff');
|
|
font-weight: bold;
|
|
font-style: italic;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Liberation Sans';
|
|
src: url('/fonts/liberationsans-italic.woff2') format('woff2'),
|
|
url('/fonts/liberationsans-italic.woff') format('woff');
|
|
font-weight: normal;
|
|
font-style: italic;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Liberation Sans';
|
|
src: url('/fonts/liberationsans-regular.woff2') format('woff2'),
|
|
url('/fonts/liberationsans-regular.woff') format('woff');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Liberation Serif';
|
|
src: url('/fonts/liberationserif-bold.woff2') format('woff2'),
|
|
url('/fonts/liberationserif-bold.woff') format('woff');
|
|
font-weight: bold;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Liberation Serif';
|
|
src: url('/fonts/liberationserif-bolditalic.woff2') format('woff2'),
|
|
url('/fonts/liberationserif-bolditalic.woff') format('woff');
|
|
font-weight: bold;
|
|
font-style: italic;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Liberation Serif';
|
|
src: url('/fonts/liberationserif-italic.woff2') format('woff2'),
|
|
url('/fonts/liberationserif-italic.woff') format('woff');
|
|
font-weight: normal;
|
|
font-style: italic;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Liberation Serif';
|
|
src: url('/fonts/liberationserif-regular.woff2') format('woff2'),
|
|
url('/fonts/liberationserif-regular.woff') format('woff');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|