Can you explain why the font in the <style>
tag is not changing to "Computer Modern Typewriter" as intended?
The URL seems to be working fine.
<style type="text/css">
@font-face {
font-family: 'Computer Modern Typewriter';
src: url('http://mirrors.ctan.org/fonts/cm-unicode/fonts/otf/cmuntt.otf');
font-weight: normal;
font-style: normal;
}
body {
font-size: 1em;
font-family: 'Computer Modern Typewriter'
}
</style>