mirror of
https://gitlab.com/jessieh/doghud.git
synced 2024-11-09 01:01:47 +00:00
24 lines
1.6 KiB
Plaintext
24 lines
1.6 KiB
Plaintext
//====================================================================================
|
|
// ALTERNATIVE FONTS
|
|
//====================================================================================
|
|
// Uncomment (by removing the // before #base) the font line you want to activate
|
|
// IMPORTANT: MAKE SURE ONLY ONE LINE STAYS UNCOMMENTED!!
|
|
//====================================================================================
|
|
// See what the font looks like and get more in depth information in the wiki:
|
|
// https://github.com/Hypnootize/Hypnotize-Hud/wiki/Fonts
|
|
//====================================================================================
|
|
|
|
|
|
//#base "../resource/scheme/alternative_fonts/fonts_avenir.res" // AVENIR
|
|
//#base "../resource/scheme/alternative_fonts/fonts_cerbetica.res" // CERBETICA
|
|
//#base "../resource/scheme/alternative_fonts/fonts_futura.res" // FUTURA
|
|
//#base "../resource/scheme/alternative_fonts/fonts_lato.res" // LATO
|
|
//#base "../resource/scheme/alternative_fonts/fonts_neutra.res" // NEUTRA
|
|
//#base "../resource/scheme/alternative_fonts/fonts_nexa.res" // NEXA
|
|
//#base "../resource/scheme/alternative_fonts/fonts_product.res" // PRODUCT
|
|
//#base "../resource/scheme/alternative_fonts/fonts_quake.res" // QUAKE
|
|
//#base "../resource/scheme/alternative_fonts/fonts_renogare.res" // RENOGARE
|
|
//#base "../resource/scheme/alternative_fonts/fonts_roboto.res" // ROBOTO
|
|
#base "../resource/scheme/alternative_fonts/fonts_rubik.res" // RUBIK
|
|
//#base "../resource/scheme/alternative_fonts/fonts_surface.res" // SURFACE
|
|
//#base "../resource/scheme/alternative_fonts/fonts_tf2.res" // TF2 |