We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27d728f commit c88d75eCopy full SHA for c88d75e
1 file changed
index.html
@@ -14,9 +14,23 @@
14
font-family: 'TaipeiSansTCBeta-Regular';
15
src: url(./fonts/TaipeiSansTCBeta-Regular.ttf);
16
}
17
+ h1{
18
+ font-family: 'TaipeiSansTCBeta-Bold';
19
+ font-size: 20px;
20
+ color:rgb(35, 52, 108);
21
+
22
23
+ }
24
+ p {
25
+ font-family: 'TaipeiSansTCBeta-Regular';
26
+ font-size: 16px;
27
+ line-height: 28px;
28
+ /* background-color: #ebebeb; */
29
+ color:rgb(50, 50, 50);
30
31
</style>
32
</head>
33
<body>
-
34
+ <h1></h1>
35
</body>
36
</html>
0 commit comments