diff --git a/admin-lehrer/components/ocr-pipeline/StepLlmReview.tsx b/admin-lehrer/components/ocr-pipeline/StepLlmReview.tsx index 62bac4f..61b75e0 100644 --- a/admin-lehrer/components/ocr-pipeline/StepLlmReview.tsx +++ b/admin-lehrer/components/ocr-pipeline/StepLlmReview.tsx @@ -715,7 +715,7 @@ export function StepLlmReview({ sessionId, onNext }: StepLlmReviewProps) { fontSize: `${fontSize}px`, fontWeight: globalBold ? 'bold' : (cell.is_bold ? 'bold' : 'normal'), paddingLeft: `${leftPaddingPct}%`, - fontFamily: "'Liberation Sans', Arial, sans-serif", + fontFamily: "'Courier New', 'Liberation Mono', monospace", display: 'flex', alignItems: 'center', whiteSpace: 'pre',