Yes, possible.
Use either the BinaryFormatter class to serialize the object into a byte
array.
You can then write the bytes to disk, or stream them out to wherever you
need them.
The BinaryFormatter will then be able to take the bytes and reconstitute
your font instance elsewhere.