diff options
Diffstat (limited to 'frontend/site/projects/museum/views/home.css')
| -rw-r--r-- | frontend/site/projects/museum/views/home.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/frontend/site/projects/museum/views/home.css b/frontend/site/projects/museum/views/home.css index c537ec9..bad8e4f 100644 --- a/frontend/site/projects/museum/views/home.css +++ b/frontend/site/projects/museum/views/home.css @@ -61,7 +61,7 @@ html { /* home styling */ .home-byline { - font-family: "Druk Wide"; + font-family: "Druk Wide", sans-serif; opacity: 1; white-space: nowrap; transition: opacity 0.2s; @@ -71,7 +71,7 @@ html { position: absolute; } .home-title { - font-family: "Druk"; + font-family: "Druk", sans-serif; font-weight: 900; font-style: italic; white-space: nowrap; @@ -84,7 +84,7 @@ html { transition: top 0.2s cubic-bezier(0,0,0,1); } .home-artists { - font-family: "Druk Wide"; + font-family: "Druk Wide", sans-serif; opacity: 1; white-space: nowrap; transition: opacity 0.2s; @@ -95,7 +95,7 @@ html { bottom: 6vh; } .home-message { - font-family: "Druk Wide"; + font-family: "Druk Wide", sans-serif; opacity: 0.0; transition: opacity 0.2s; width: 140vh; |
