From 3068490411de3bc04bf3faff6f984807d8a734fd Mon Sep 17 00:00:00 2001 From: Zachary Vance Date: Wed, 5 Aug 2015 00:00:13 -0700 Subject: [PATCH] Magic cards CSS --- archive/36lessons.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/archive/36lessons.html b/archive/36lessons.html index e373dea..3ac2fa1 100644 --- a/archive/36lessons.html +++ b/archive/36lessons.html @@ -8,8 +8,11 @@ p.quote { margin-left: 20px; } + p, h1, h2 { + font-family: "MagicCards"; + } @font-face { - font-family:"AgencyFBRegular"; + font-family:"MagicCards"; src: url("/archive/MagicCardsNormal.ttf") /* TTF file for CSS3 browsers */ } -- 2.47.3