Skip to content
Snippets Groups Projects
Commit 142166d6 authored by SunWoo Lee's avatar SunWoo Lee
Browse files

font-family

parent bb7da497
No related branches found
No related tags found
No related merge requests found
Pipeline #5979 passed
......@@ -24,7 +24,6 @@ body {
.img_test {
width: 70%;
overflow: hidden;
display: block;
margin: auto;
......@@ -39,6 +38,7 @@ h1{
color: aqua;
background-color: black;
font-size:small;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
......@@ -46,6 +46,7 @@ h2{
color: orange;
background-color: black;
font-size:medium;
font-family:fantasy;
}
h3{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment