From d74236073b22657d4819f8a11d5c89151052cfb6 Mon Sep 17 00:00:00 2001 From: JeffryM <13516156@std.stei.itb.ac.id> Date: Thu, 25 Oct 2018 20:51:20 +0700 Subject: [PATCH] Use similar font type with the other files --- assets/css/biodata.css | 7 +++++-- assets/css/edit_biodata.css | 3 +++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/assets/css/biodata.css b/assets/css/biodata.css index 9db3865..7b1fe49 100644 --- a/assets/css/biodata.css +++ b/assets/css/biodata.css @@ -11,11 +11,13 @@ text-align: center; line-height: 75px; font-size: 30px; + font-family: 'Trebuchet MS'; } h1 { - font-size: 2.5rem; + font-size: 2rem; color: orange; + font-family: 'Trebuchet MS'; } ul { @@ -60,7 +62,8 @@ table{ .profile_container { width: 400px; margin: auto; - font-size: 1.3rem; + font-size: 1.1rem; + font-family: 'Trebuchet MS'; } .data_type { diff --git a/assets/css/edit_biodata.css b/assets/css/edit_biodata.css index 7422008..bc98ba2 100644 --- a/assets/css/edit_biodata.css +++ b/assets/css/edit_biodata.css @@ -1,10 +1,12 @@ th span { color: orange; font-size: 2rem; + font-family: 'Trebuchet MS'; } td { padding-right: 1rem; + font-family: 'Trebuchet MS'; } img.prof_pic { @@ -64,6 +66,7 @@ textarea { border: 1px solid rgb(161, 157, 157); border-radius: 5px; display: inline-block; + font-family: Arial, Helvetica, sans-serif; } input.fieldname { -- GitLab