fontsface

This commit is contained in:
2021-03-30 23:38:39 +02:00
parent 2b66375680
commit 9466b09c0f
33 changed files with 874 additions and 212 deletions
+6 -4
View File
@@ -1,7 +1,8 @@
#header #navbar ul.navigation li a {
font-family: "Sarabun Regular", sans-serif;
font-size: 25px;
font-family: "Sarabun", sans-serif;
font-weight: 400;
text-transform: uppercase;
font-size: 1rem;
display: inline-block;
padding: 0.3rem 0.8rem;
-webkit-backface-visibility: hidden;
@@ -11,7 +12,7 @@
#header.scrolled #navbar ul.navigation li a {
color: black !important;
font-size: 20px;
font-size: 0.95rem;
transition:0.6s ease-in-out;
@@ -167,7 +168,8 @@ h2 {
padding-top: 3rem;
padding-left: 15%;
padding-right: 15%;
font-family: "Sarabun ExtraBold";
font-family: "Sarabun";
font-weight: 800;
font-size: 1rem;
line-height: 20px;
}