Jump to content

Как добавить шрифт на своём форуме?

Featured Replies

Например, можно добавить в custom.css загрузку шрифтов:

@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,300i,400,500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Hammersmith+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Hammersmith+One&family=Roboto&display=swap');

В вашем случае это будут:
@import url('https://fonts.googleapis.com/css2?family=Tahoma');
@import url('https://fonts.googleapis.com/css2?family=Courier');

Или так:
@import url('https://fonts.googleapis.com/css2?family=Tahoma&family=Courier&display=swap');

Edited by Zero108

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Ответить в этой теме...

Последние посетители 0

  • No registered users viewing this page.