Modify All the drupal font
PePiToO - March 6, 2007 - 05:45
I'm looking for a way to modify all the font of a website without editing each page... i've got to many to modify one by one now.
Is there any way to do it ?
Thank you
I'm looking for a way to modify all the font of a website without editing each page... i've got to many to modify one by one now.
Is there any way to do it ?
Thank you
css
Did you try to modify style.css of your theme?
You can add
* {font-family: your-font-name;}for example.style.css
Edit the style.css file that accompanies your theme. For example, Garland (the default theme in D5) declares its fonts in the "Generic elements" section. Change those to whatever you want, empty your browser cache (or manually reload the style.css file in your browser) and you're good to go.
After reading your post again, I wonder if you have been using
<font>tags in your post and now want to change the font to something else. For that, I suggest writing your own input filter module. Perhaps the Audit module would do this, but I didn't find the demo video very explanatory and haven't tried the module yet.The problem is that i use
The problem is that i use tinyMCE ( still in DEV for drupal 5.x ), so if i copy and paste it directly from openoffice writer to my node, it change fonts from my theme...
It will be difficult to explain it to my users...
Do I have to disable all the font in tinyMCE so if I copy/paste it will change directly to the default font theme ?