2023-08-10 20:09:30 -07:00
|
|
|
/* A font by Jos Buivenga (exljbris) -> www.exljbris.nl
|
|
|
|
@font-face
|
|
|
|
font-family: Delicious
|
|
|
|
src: local("Delicious"), font-url("Delicious-Roman.otf")
|
|
|
|
|
|
|
|
@font-face
|
|
|
|
font-family: Delicious
|
|
|
|
font-weight: bold
|
|
|
|
src: local("Delicious"), font-url("Delicious-Bold.otf")
|
|
|
|
|
|
|
|
@font-face
|
|
|
|
font-family: Delicious
|
|
|
|
font-style: italic
|
|
|
|
src: local("Delicious"), font-url("Delicious-Italic.otf")
|
2024-09-09 19:31:41 -07:00
|
|
|
|
|
|
|
@font-face
|
|
|
|
font-family: "Noto Sans"
|
|
|
|
src: local("Noto Sans"), font-url("NotoSans-Variable.ttf")
|
|
|
|
|
|
|
|
@font-face
|
|
|
|
font-family: "Noto Sans"
|
|
|
|
font-style: italic
|
|
|
|
src: local("Noto Sans"), font-url("NotoSans-Italic-Variable.ttf")
|
|
|
|
|
|
|
|
@font-face
|
|
|
|
font-family: "Noto Serif"
|
|
|
|
src: local("Noto Serif"), font-url("NotoSerif-Variable.ttf")
|
|
|
|
|
|
|
|
@font-face
|
|
|
|
font-family: "Noto Serif"
|
|
|
|
font-style: italic
|
|
|
|
src: local("Noto Serif"), font-url("NotoSerif-Italic-Variable.ttf")
|