본문 바로가기
CSS

나눔스퀘어 네오 폰트, 웹폰트로 사용법

by 영감은어디에 2024. 10. 1.

 

https://campaign.naver.com/nanumsquare_neo/#introduce

 

네이버 나눔스퀘어 네오

문장을 더 돋보이게, 네이버의 새로운 브랜드 폰트

campaign.naver.com

 

사용법

아래 둘중에 하나 선택.

head

<link href="https://hangeul.pstatic.net/hangeul_static/css/nanum-square-neo.css" rel="stylesheet">

혹은 css

@import url('https://hangeul.pstatic.net/hangeul_static/css/nanum-square-neo.css');

 

폰트 패밀리 적용

font-family: 'NanumSquareNeoLight';
font-family: 'NanumSquareNeo';
font-family: 'NanumSquareNeoBold';
font-family: 'NanumSquareNeoExtraBold';
font-family: 'NanumSquareNeoHeavy';

'CSS' 카테고리의 다른 글

css 3d, transform-style: preserve-3d  (0) 2025.03.07
round tab, css  (0) 2025.03.03
filter: drop-shadow  (0) 2024.10.18
mouse move  (0) 2024.10.17
배경 그라디언트 애니메이션  (0) 2024.10.01
li 점 색상 바꾸기 CSS  (0) 2024.09.02
vsCode에서 css 컬러에 피커가 안보일때  (0) 2024.07.09
item:has(+ * + * + * + :hover), items .item:hover + * + * + *  (0) 2024.07.07