layout_latex / style.css
heerjtdev's picture
Update style.css
e26a473 verified
raw
history blame contribute delete
259 Bytes
@font-face {
font-family: 'Noto Sans Math';
src: url('./font/NotoSansMath-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
.math-fix, code, pre, textarea {
font-family: "Noto Sans Math", monospace !important;
}