Use webfonts

This commit is contained in:
Peter J. Holzer 2018-05-31 20:55:09 +02:00
parent 7a7593b32d
commit 9e50112dfc
1 changed files with 12 additions and 0 deletions

View File

@ -3,6 +3,18 @@ body {
--yellow-dark: #feb204;
}
@font-face {
font-family: "Linux Biolinum O";
font-style: normal;
src: url(LinBiolinum_R.otf);
}
@font-face {
font-family: "Linux Biolinum O";
font-style: italic;
src: url(LinBiolinum_RI.otf);
}
header {
background-color: var(--yellow-light);
display: flex;