integrated tachyons.css into the site
This commit is contained in:
parent
c0f6056070
commit
1cbcb1d594
1 changed files with 1 additions and 5 deletions
|
|
@ -6,10 +6,7 @@
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<link rel="icon" type="image/png" sizes="64x64" href="/favicon.png">
|
<link rel="icon" type="image/png" sizes="64x64" href="/favicon.png">
|
||||||
<!--<link rel="preconnect" href="https://fonts.googleapis.com">-->
|
<link rel="stylesheet" href="/css/tachyons.min.css">
|
||||||
<!--<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>-->
|
|
||||||
<!--<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap">-->
|
|
||||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/tachyons/4.11.1/tachyons.min.css" integrity="sha512-d0v474klOFSF7qD9WDvyRxAvXaWSxCHDZdnBSZQjo8BpVr6vpjwAgqetpqkKP38DzlOzdVPaLVnzzW1Ba8wB9w==" crossorigin="anonymous" referrerpolicy="no-referrer" />
|
|
||||||
<style>
|
<style>
|
||||||
|
|
||||||
/* --------- fonts --------- */
|
/* --------- fonts --------- */
|
||||||
|
|
@ -31,7 +28,6 @@
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
/*font-family: 'Pretendard-Regular', 'Noto Sans KR', "Helvetica Neue", Helvetica, Arial, sans-serif;*/
|
|
||||||
font-family: 'Pretendard-Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
|
font-family: 'Pretendard-Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue