I can include something like
<style>
code {
font: 12px Monaco, "Courier New";
color: #969699;
}
</style>
in a .css file to format my code in Rmarkdown. The problem is that the R output also inherits this font. Is there any way to give my code and the R output different fonts?