Pretty simple theme just change all of the fonts with TF2 font
All credits to Valve for the font
(YOU MAY NEED TO DOWNLOAD THE TF2 FONT FROM THE TF2 FILES)
TF2 Font by rafaderren
Details
Authorrafaderren
Licenseidk what to put here
Categoryroblox.com, devforum.roblox.com, youtube.com, steamcommunity.com, store.steampowered.com
Created
Updated
Size439 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
How to get the font:
- (If you own TF2) go to this directory "C:\Program Files (x86)\Steam\steamapps\common\Team Fortress 2\tf\resource" and find tf2secondary.ttf
(If you dont own TF2) use this link to download the font
https://mega.nz/file/DsJkjIoQ#QH481MH6PJ40PY6tw2OPWciKouXqutqbsocH-t5bz7M
2. Open the file and install the font
3. Profit
Source code
/* ==UserStyle==
@name TF2 Font
@version 20231103.16.08
@namespace userstyles.world/user/rafaderren
@description Pretty simple theme just change all of the fonts with TF2 font
All credits to Valve for the font
(YOU MAY NEED TO DOWNLOAD THE TF2 FONT FROM THE TF2 FILES)
@author rafaderren
@license idk what to put here
==/UserStyle== */
@-moz-document regexp(".*") {
* {
font-family: "TF2" !important;
}
}