Browse Source

아웃핏 폰트추가

remotes/origin/main
김지은 4 weeks ago
parent
commit
ec1f726792
  1. 4
      index.html
  2. 2
      src/css/reset.css

4
index.html

@ -50,6 +50,10 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="format-detection" content="telephone=no" /> <meta name="format-detection" content="telephone=no" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Outfit:wght@100..900&display=swap" rel="stylesheet" />
<title>PAL Networks</title> <title>PAL Networks</title>
</head> </head>
<body> <body>

2
src/css/reset.css

@ -47,7 +47,7 @@ body {
body { body {
min-height: 100vh; min-height: 100vh;
font-family: 'Pretendard', 'Noto Sans KR', 'Malgun Gothic', 'Apple SD Gothic Neo', sans-serif; font-family: 'Outfit','Pretendard', 'Noto Sans KR', 'Malgun Gothic', 'Apple SD Gothic Neo', sans-serif;
font-size: 16px; font-size: 16px;
font-weight: 400; font-weight: 400;
line-height: 1.5; line-height: 1.5;

Loading…
Cancel
Save