Matchu
74197a6e9f
This required a buncha fixes to how SASS scoping works! Needed to add a bunch of imports for stuff that previously would get read from the global scope by being imported *after* the constants and mixins etc. There's clearly a lot of refactor opportunity here, but I'm not gonna worry about it!!
14 lines
384 B
Sass
14 lines
384 B
Sass
/* 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")
|