diff --git a/src/pixie/fonts.nim b/src/pixie/fonts.nim
index c983975..f2c35e6 100644
--- a/src/pixie/fonts.nim
+++ b/src/pixie/fonts.nim
@@ -1,5 +1,5 @@
-import bumpy, pixie/fontformats/opentype, pixie/fontformats/svgfont, pixie/paths,
-    unicode, vmath
+import bumpy, pixie/fontformats/opentype, pixie/fontformats/svgfont,
+    pixie/paths, unicode, vmath
 
 const
   AutoLineHeight* = -1.float32 ## Use default line height for the font size