Procházet zdrojové kódy

User 'lain' font for h1 and #bans title

pull/112/head
Michał Daniel GitHub před 7 roky
rodič
revize
0e7629eaa1
1 změnil soubory, kde provedl 8 přidání a 2 odebrání
  1. +8
    -2
      stylesheets/greybird.css

+ 8
- 2
stylesheets/greybird.css Zobrazit soubor

@@ -5,6 +5,12 @@ html, body {
font-size: 9pt;
}

@font-face {
font-family: 'lain';
src: url('./fonts/nrdyyh.woff') format('woff'),
url('./fonts/lain.TTF') format('truetype');
}

#pagewrap {
margin-left: auto;
margin-right: auto;
@@ -70,7 +76,7 @@ hr {
}

h1 {
font-family: tahoma, sans-serif;
font-family: 'lain', tahoma, sans-serif;
padding: 15px 0 5px 0;
font-size: 15pt;
text-align: center;
@@ -268,7 +274,7 @@ div.module, div.ban {
}

div.ban h2 {
font-family: tahoma, sans-serif;
font-family: 'lain', tahoma, sans-serif;
font-size: 13pt;
color: #1e6aad;
background: inherit;


Načítá se…
Zrušit
Uložit