[SOLVED] Using Web Font as default |
11/24/2015 04:04:22 | |
| PHPRunner General questions | ||
|
R
rockrockers23 author
. |
||
|
|
Sergey Kornilov admin 11/24/2015 |
|
Use Custom CSS for this purpose on Style Editor screen. See some ideas at http://xlinesoft.com/blog/2013/12/04/more-custom-css-tricks/ |
|
|
R
|
rockrockers23 author 11/24/2015 |
|
Use Custom CSS for this purpose on Style Editor screen. See some ideas at http://xlinesoft.com/blog/2013/12/04/more-custom-css-tricks/
body{
|
|
|
|
Sergey Kornilov admin 11/24/2015 |
|
No, you just need to specify all tags you want to apply this font to: body, a, p , div, span, td { |
|
|
R
|
rockrockers23 author 12/12/2015 |
|
No, you just need to specify all tags you want to apply this font to: body, a, p , div, span, td {
|
|