]> git.quilime.com - gabrieldunne.com-site.git/commitdiff
Renaming fonts
authorGabriel Dunne <gdunne@quilime.com>
Tue, 19 Mar 2019 21:37:14 +0000 (14:37 -0700)
committerGabriel Dunne <gdunne@quilime.com>
Tue, 19 Mar 2019 21:37:14 +0000 (14:37 -0700)
css/lg.ttf [moved from css/letter_gothic.ttf with 100% similarity]
css/lgb.ttf [moved from css/letter_gothic-bold.ttf with 100% similarity]
css/main.css

similarity index 100%
rename from css/letter_gothic.ttf
rename to css/lg.ttf
similarity index 100%
rename from css/letter_gothic-bold.ttf
rename to css/lgb.ttf
index 25dbcac56e27c8a38f8db4002fdb2b52257dafc3..6a781b01c104668c4707948baffbe9f2dfa5db2c 100755 (executable)
@@ -1,12 +1,12 @@
 @font-face
 {
-  font-family: lettergothic;
-  src: url(letter_gothic.ttf);
+  font-family: lg;
+  src: url(lg.ttf);
 }
 @font-face
 {
-  font-family: lettergothic-bold;
-  src: url(letter_gothic-bold.ttf);
+  font-family: lgb;
+  src: url(lgb.ttf);
 }
 
 body {
@@ -18,7 +18,7 @@ h1, h2, h3 {
   text-transform: uppercase;
 }
 h1, h2, h3, h4, h5, h6 {
-  font-family:lettergothic-bold;
+  font-family:lgb;
   /*font-size: 1em;*/
   color:#000;
   font-weight:bold;
@@ -234,7 +234,7 @@ ul.index li {
 }
 .nav ul {
   text-transform: uppercase;
-  font-family:lettergothic-bold;
+  font-family:lgb;
   line-height:1.4em;
 }
 .nav ul, .nav li {