index 13acd4c..b1ca472 100644
--- ../.home/.cargo/macports/crossfont-0.8.0/src/darwin/mod.rs
+++ ../.home/.cargo/macports/crossfont-0.8.0/src/darwin/mod.rs
@@ -77,6 +77,10 @@ impl Descriptor {
                 .map(|desc| desc.to_font(size, false))
                 .collect::<Vec<_>>();
 
+            if let Ok(nerd_symbols) = new_from_name("Symbols Nerd Font", size) {
+                fallbacks.push(Font { ct_font: nerd_symbols, fallbacks: Vec::new() })
+            } else
+
             // TODO, we can't use apple's proposed
             // .Apple Symbol Fallback (filtered out below),
             // but not having these makes us not able to render
