From 03cbf453498f0dba21b849ed03a7977c4a42b063 Mon Sep 17 00:00:00 2001 From: louis Date: Wed, 1 Aug 2018 04:42:51 +0900 Subject: [PATCH] font: switch to source han sans --- Css/main.css | 9 +++++++-- Player.html | 8 +++++--- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/Css/main.css b/Css/main.css index 036f6fd..77c94b1 100644 --- a/Css/main.css +++ b/Css/main.css @@ -39,6 +39,11 @@ src: url(../Fonts/SourceCodePro-Regular.woff2) format('woff'); } +@font-face { + font-family: SourceHanSans-Regular; + src: url(../Fonts/SourceHanSans-Regular.woff2) format('woff'); +} + @-webkit-keyframes smallbounce { from { transform: translate(0, 5px); } to { transform: translate(0, -5px); } @@ -64,7 +69,7 @@ body { margin: 0; } #parent-container { display: flex; flex-direction: column; align-items: center; } -#text-container { color: white; position: absolute; margin: auto; height: 750px; width: 1334px; font-family: 'FOT-RodinNTLGPro'; } +#text-container { color: white; position: absolute; margin: auto; height: 750px; width: 1334px; font-family: 'SourceHanSans-Regular'; } #text-container #fullscreen-button { position: absolute; top: 0.5rem; left: 0.5rem; font-size: 30px; line-height: 30px; opacity: 0.35; z-index: 11; } @@ -149,4 +154,4 @@ body { margin: 0; } @media screen and (max-height: 600px) { #mission-modal #mission-detail { display: none; } #mission-modal #mission-icon { display: block; max-height: 20%; margin: 10px 0 10px 0; object-fit: contain; } -} \ No newline at end of file +} diff --git a/Player.html b/Player.html index 4056151..9ed1708 100644 --- a/Player.html +++ b/Player.html @@ -67,8 +67,10 @@
- test - test + + test + test
- \ No newline at end of file +