jbtman
Programmer
- Jul 13, 2007
- 30
I need to use Lucinda Console in a website but it does not seem to work? Why is this? Can I embed the font so that it works?
Direction appreciated!!
Direction appreciated!!
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
@font-face {
font-family: "Lucida Console";
font-style: normal;
font-weight: normal;
src: url(/lucy.eot);
}
body {
font-family: "Lucida Console", "Courier New", Courier, monospace;
}