diff --git a/index.html b/index.html index bf6af0e..3667d04 100644 --- a/index.html +++ b/index.html @@ -15,8 +15,6 @@

Gabriel
Altay

-
-        

Greetings, netrunner. You've jacked into my personal cyberspace.

@@ -24,27 +22,17 @@

Gabriel
Altay

Skills

-

Education

-

Ph.D. in Physics, University of Illinois at Urbana-Champaign (2010 - 2016)

-

B.S. in Physics, University of Illinois at Urbana-Champaign (2006 - 2010)

+

Ph.D. Physics, Carnegie Mellon University (2005 - 2009)

+

B.S. Physics, Illinois State University (1998 - 2002)

-
-

Publications

- -
diff --git a/main.css b/main.css index 5039aef..d1590f9 100644 --- a/main.css +++ b/main.css @@ -1,7 +1,8 @@ body { background-color: #0a0a0a; color: #00ff00; - font-family: 'Courier New', monospace; + font-family: 'Fira Code', 'Consolas', 'Monaco', 'Andale Mono', 'Ubuntu Mono', monospace; + font-variant-ligatures: normal; margin: 0; padding: 20px; line-height: 1.6; @@ -59,3 +60,5 @@ h1 span { display: inline-block; width: 100%; } + +@import url('https://fonts.googleapis.com/css2?family=Fira+Code:wght@300;400;500;600;700&display=swap');