Xin cách tăng kích cỡ Font chữ

Lúc đầu cũng định bảo đổi font, font nhìn bá đạo.
Tìm xenforo.css
body
{
...
.
.
..
}
trong đó có font-family:

Thay VD như

Mã:
font-family:Arial;
 
Tìm font, upload vào thư mục
styles\default\xenforo\fonts\

Ko có thư mục fonts thì tạo

Vào extra.css tạo 1 font-face mới, VD

Mã:
@font-face {
        font-family: 'baisau';
        src: url('./styles/default/xenforo/fonts/UVNBaiSau.TTF');
        font-style: normal;
        font-weight: normal;
    }

Ở đây mình dùng font UVNBaiSau.TTF

Lưu ý nhớ tên font-family đã đặt.

Vào xenforo.css
Sửa font-family như khi nãy thành tên mới vừa đặt
 
Tìm font, upload vào thư mục
styles\default\xenforo\fonts\

Ko có thư mục fonts thì tạo

Vào extra.css tạo 1 font-face mới, VD

Mã:
@font-face {
        font-family: 'baisau';
        src: url('./styles/default/xenforo/fonts/UVNBaiSau.TTF');
        font-style: normal;
        font-weight: normal;
    }

Ở đây mình dùng font UVNBaiSau.TTF

Lưu ý nhớ tên font-family đã đặt.

Vào xenforo.css
Sửa font-family như khi nãy thành tên mới vừa đặt
Tks bác :D. Bác nhiệt tình quá :D
 
  • Like
Reactions: THB
Tìm font, upload vào thư mục
styles\default\xenforo\fonts\

Ko có thư mục fonts thì tạo

Vào extra.css tạo 1 font-face mới, VD

Mã:
@font-face {
        font-family: 'baisau';
        src: url('./styles/default/xenforo/fonts/UVNBaiSau.TTF');
        font-style: normal;
        font-weight: normal;
    }

Ở đây mình dùng font UVNBaiSau.TTF

Lưu ý nhớ tên font-family đã đặt.

Vào xenforo.css
Sửa font-family như khi nãy thành tên mới vừa đặt
Bác ơi , font chữ của em bị thế này :). Font Times New Roman
 
Back
Top