static.home.msc.wtf

home.msc
Static Resources

Fonts, Design Tokens, Logos und Hintergrundbilder für alle home.msc Dienste. 우리 스마트 홈

Verfügbare Ressourcen
CSS Font Declarations /fonts/home_msc_fonts.css
CSS Design Tokens /css/home_msc_tokens.css
CSS Theme (Fonts + Tokens) /css/home_msc_theme.css
Font Bricolage Grotesque /fonts/bricolage-grotesque/…
Font DM Sans /fonts/dm-sans/…
Font JetBrains Mono /fonts/jetbrains-mono/…
Font Noto Sans KR /fonts/noto-sans-kr/…
PNG Background Light /images/home-msc-bg-light.png
PNG Background Dark /images/home-msc-bg-dark.png
HTML Brand Identity Guide /brand-guide.html
Einbinden

HTML

<link rel="stylesheet"
  href="https://static.home.msc.wtf
  /fonts/home_msc_fonts.css">
<link rel="stylesheet"
  href="https://static.home.msc.wtf
  /css/home_msc_tokens.css">

CSS

@import url(
  'https://static.home.msc.wtf
  /css/home_msc_theme.css'
);

Home Assistant Theme

lovelace-background: >-
  center / cover no-repeat fixed
  url('…/images/home-msc-bg-light.png')
  #F2EFE8

Authentik Custom CSS

@import url(
  'https://static.home.msc.wtf
  /fonts/home_msc_fonts.css'
);