Issue #14876: Use user-selected font for highlight configuration.
Patch by Roger Serwy.
diff --git a/Misc/NEWS b/Misc/NEWS
index 943f9f8..26ac717 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -64,6 +64,9 @@
 Library
 -------
 
+- Issue #14876: Use user-selected font for highlight configuration.
+  Patch by Roger Serwy.
+
 - Issue #14036: Add an additional check to validate that port in urlparse does
   not go in illegal range and returns None.