13 lines
283 B
CSS
13 lines
283 B
CSS
@font-face {
|
|
font-family: Favorit;
|
|
src: url('../font/favorit-regular.woff2') format(woff2);
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: Favorit;
|
|
src: url('../font/favorit-medium.woff2') format(woff2);
|
|
font-style: normal;
|
|
font-weight: bold;
|
|
} |