Use webfonts
This commit is contained in:
parent
7a7593b32d
commit
9e50112dfc
12
luga.css
12
luga.css
|
@ -3,6 +3,18 @@ body {
|
||||||
--yellow-dark: #feb204;
|
--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 {
|
header {
|
||||||
background-color: var(--yellow-light);
|
background-color: var(--yellow-light);
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
Loading…
Reference in New Issue