The major difference is the new shell replacement for gnome-panel, that is gnome-shell. GNOME Shell + Mutter brings the whole new experience for user interactivity. Unlike gnome-panel which is very limited in customization if you are not familiar with programming. gnome-shell is designed from ground-up with CSS and JS technology built-in. Every components of the shell are visible and customizable.
Yes, it is possible.
Just change the /usr/share/gnome-shell/theme/gnome-shell.css accordingly.
For example, if you want to change panel font, you can add font-family: “FontName” into .panel-button.
And you can further customize the font of the Dashboard, etc.
After this you have to restart gnome-shell: press Alt+F2, type “r” (without quotation marks), and press Enter.
CSS is located under /usr/share/gnome-shell/theme/gnome-shell.css
JS for UI is located under /usr/share/gnome-shell/js/ui/
You can change pretty much everything of the gnome shell.
~


/usr is supposed to be a read-only file system, so there should be some kind of a way to make that change without modifying anything in /usr.
Not sure what to do, though.
Oh ya, to make changes at /usr you need to be root. That should do it~
Pingback: Gnome3 : merubah penampilan, font, dll