From 0e7629eaa1392f04c5151dfa72f8c6fe74bafe37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Daniel?= Date: Sat, 24 Jun 2017 20:24:26 +0200 Subject: [PATCH] User 'lain' font for h1 and #bans title --- stylesheets/greybird.css | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/stylesheets/greybird.css b/stylesheets/greybird.css index 8264bf2d..703b120e 100644 --- a/stylesheets/greybird.css +++ b/stylesheets/greybird.css @@ -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;