- Deprecated: Function get_magic_quotes_gpc() is deprecated in /var/html/dev/wp/wp-includes/formatting.php on line 4371Deprecated: Function get_magic_quotes_gpc() is deprecated in /var/html/dev/wp/wp-includes/formatting.php on line 4371Notice: Trying to get property 'comment_author_email' of non-object in /var/html/dev/wp/wp-content/plugins/fv-gravatar-cache/fv-gravatar-cache.php on line 236
max
ParticipantWarning: Cannot modify header information - headers already sent by (output started at /var/html/dev/wp/wp-content/plugins/crayon-syntax-highlighter/crayon_langs.class.php:340) in /var/html/dev/wp/wp-content/plugins/crayon-syntax-highlighter/crayon_wp.class.php on line 220I want to change a difault font in the theme (eg. in the posts).
Is that possible and how?
Thanks.AdvertismentDeprecated: Function get_magic_quotes_gpc() is deprecated in /var/html/dev/wp/wp-includes/formatting.php on line 4371Deprecated: Function get_magic_quotes_gpc() is deprecated in /var/html/dev/wp/wp-includes/formatting.php on line 4371Notice: Trying to get property 'comment_author_email' of non-object in /var/html/dev/wp/wp-content/plugins/fv-gravatar-cache/fv-gravatar-cache.php on line 236incanorama
ParticipantWarning: Cannot modify header information - headers already sent by (output started at /var/html/dev/wp/wp-content/plugins/crayon-syntax-highlighter/crayon_langs.class.php:340) in /var/html/dev/wp/wp-content/plugins/crayon-syntax-highlighter/crayon_wp.class.php on line 220Here you have all, I did it few days ago, it works perfectly, but in French sorry.
If you have any doubts on the trad, tell me!
Si la police Existence Light te plait. Tu vas là :
http://www.fontsquirrel.com/fonts/Existence-Light
tu cliques sur @fontface kit et là dans choose a subset tu choisis Mac Roman (western languages) qui contient les accents chéris.
Tu décompresses le zip et tu uploades son contenu dans le répertoire font qui se trouve dans le thème.
Tu remarqueras qu’il y a un fichier stylesheet.css parmi eux.
Tu l’ouvres et fait un copier.
Tu ouvres le style.css du thème et cherche les propriétés font-face vegur. Tu les sélectionnes avec la souris et fais un collé pour les remplacer par existence.Ensuite tu cherches toujours dans le style.css le body dans lequel se trouve font-family:vegur; et tu remplaces vegur par ExistenceLight ou encore ExistenceUnicaseLight ou encore ExistenceStencilLight
En fonction de celle qui te semble la plus adaptée pour ton blog.tu sauvegardes le style.css, and DONE! 10 minutes no more!!
Deprecated: Function get_magic_quotes_gpc() is deprecated in /var/html/dev/wp/wp-includes/formatting.php on line 4371Deprecated: Function get_magic_quotes_gpc() is deprecated in /var/html/dev/wp/wp-includes/formatting.php on line 4371Notice: Trying to get property 'comment_author_email' of non-object in /var/html/dev/wp/wp-content/plugins/fv-gravatar-cache/fv-gravatar-cache.php on line 236bbouling
ParticipantWarning: Cannot modify header information - headers already sent by (output started at /var/html/dev/wp/wp-content/plugins/crayon-syntax-highlighter/crayon_langs.class.php:340) in /var/html/dev/wp/wp-content/plugins/crayon-syntax-highlighter/crayon_wp.class.php on line 220Hi incanorama,
I did exactly what your procedure, doesn’t work.
Deprecated: Function get_magic_quotes_gpc() is deprecated in /var/html/dev/wp/wp-includes/formatting.php on line 4371Deprecated: Function get_magic_quotes_gpc() is deprecated in /var/html/dev/wp/wp-includes/formatting.php on line 4371Notice: Trying to get property 'comment_author_email' of non-object in /var/html/dev/wp/wp-content/plugins/fv-gravatar-cache/fv-gravatar-cache.php on line 236bbouling
ParticipantWarning: Cannot modify header information - headers already sent by (output started at /var/html/dev/wp/wp-content/plugins/crayon-syntax-highlighter/crayon_langs.class.php:340) in /var/html/dev/wp/wp-content/plugins/crayon-syntax-highlighter/crayon_wp.class.php on line 220Hi incanorama,
I did exactly what your procedure, doesn’t work.
Deprecated: Function get_magic_quotes_gpc() is deprecated in /var/html/dev/wp/wp-includes/formatting.php on line 4371Deprecated: Function get_magic_quotes_gpc() is deprecated in /var/html/dev/wp/wp-includes/formatting.php on line 4371Notice: Trying to get property 'comment_author_email' of non-object in /var/html/dev/wp/wp-content/plugins/fv-gravatar-cache/fv-gravatar-cache.php on line 236bbouling
ParticipantWarning: Cannot modify header information - headers already sent by (output started at /var/html/dev/wp/wp-content/plugins/crayon-syntax-highlighter/crayon_langs.class.php:340) in /var/html/dev/wp/wp-content/plugins/crayon-syntax-highlighter/crayon_wp.class.php on line 220SOLVED for me
in style.css careful, mention the correct path to your fonts
[code]@font-face {
font-family: ‘Ubuntu’;
src: url(‘fonts/Ubuntu-Bold-webfont.eot’);
src: url(‘fonts/Ubuntu-Bold-webfont.eot?#iefix’) format(’embedded-opentype’),
url(‘fonts/Ubuntu-Bold-webfont.woff’) format(‘woff’),
url(‘fonts/Ubuntu-Bold-webfont.ttf’) format(‘truetype’),
url(‘fonts/Ubuntu-Bold-webfont.svg#UbuntuBold’) format(‘svg’);
font-weight: bold;
font-style: normal;}[/code]
Tagged: change default font, change font
You must be logged in to reply to this topic.