Space Marine 2 Font ((top)) -

The primary typeface driving Space Marine 2’s identity is a custom variant inspired by – the in-universe architectural lettering found on Aquila statues, tank scrolls, and fortress monastery inscriptions. Think Trajan Pro’s stoic Roman serifs, crossed with a chainsaw.

Graphic designer and 40k enthusiast notes, “The genius is that it’s unreadable at a distance. You don’t read ‘Space Marine 2’ – you feel the shape of a Space Marine’s pauldron. The shoulders of the letters mimic the armor’s silhouette.” Function Over Frills (But Frills Are Cool) From a UX perspective, the font serves the game’s tone. In menus and HUD, Space Marine 2 uses a modified version of Auxerre or Industry Inc – clean, sharp sans-serifs that contrast with the logo’s ornamentation. The logic: The logo is the Imperium’s propaganda; the HUD is your helmet display. space marine 2 font

In the 41st millennium, there is no room for subtlety. Warhammer 40,000 has always thrived on excess—excess gore, excess armor, and excess typography. So when Focus Entertainment unveiled Space Marine 2 , fans immediately fixated on the game’s visceral combat, towering Tyranids, and, unexpectedly, its lettering. The primary typeface driving Space Marine 2’s identity

Here’s a draft feature exploring the typography and design behind Space Marine 2 ’s font and title branding. You can use this for a blog post, magazine piece, or video essay script. By [Your Name] You don’t read ‘Space Marine 2’ – you

It reminds us that sometimes, the best UI is one that looks like it could stop a bolter round. Would you like a shorter version (e.g., for social media), or a list of exact font matches used in the game’s UI?

The Space Marine 2 wordmark isn't just a logo. It’s a declaration of war carved into a slab of ceramite. To understand the font, you have to look back. The original Space Marine (2011) used a bold, slightly industrial sans-serif—functional, almost generic. It said “soldier.” The new font says “cathedral of war.”

FAQ

Page Plugin is only for Pages and not for Profiles, Events and Groups.

Changelog

1.5.2

1.5.1

1.5

1.4.1

1.4

1.3

1.2.2

1.2.1

1.2

Plugin structure reorganized. Shortcode and template tag functionality added

1.1

More than 20 Facebook Locales added

How to install Simple Like Page Plugin

Installation

  1. Upload simple-facebook-plugin directory to your /wp-content/plugins directory
  2. Activate plugin in WordPress admin

Customization

  1. In WordPress dashboard, go to Appearance > Widgets.
  2. Drag and Drop SFP – Like Page Plugin into your sidebar.
  3. Click triangle near SFP – Like Page Plugin header.
  4. Enter your Facebook Page URL (not your profile URL).
  5. Choose width, height and other options you like.

or

Use [sfp-page-plugin] shortcode inside your post or page. This shortcode support all default parametrs:

If you want Page Plugin 320 pixels width and showing posts you need to use it next way:

[sfp-page-plugin width=320 show_posts=true url=http://www.facebook.com/yourPageName]

or

Use sfp_page_plugin() template tag in your theme files.

<?php if ( function_exists("sfp_page_plugin") ) {
    $args = array(
        'url'           => 'https://www.facebook.com/WordPress/',
        'width'     => '300',
        'hide_cover'=> true,
        'locale'        => 'en_US'
    );
    sfp_page_plugin( $args );
} ?>