mirror of
https://github.com/quiple/galmuri.git
synced 2024-11-14 02:28:35 +03:00
2f1eabcca9
* G14 추가 * G11. G11C, G9, G7 - 일부 글리프 수정 및 추가
62 lines
3.6 KiB
HTML
62 lines
3.6 KiB
HTML
<!doctype html>
|
|
<html lang="ko">
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Galmuri 문자 미리보기</title>
|
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
|
<meta name="robots" content="noindex">
|
|
<meta name="author" content="Minseo Lee">
|
|
<meta name="theme-color" content="#6171eb">
|
|
<meta property="og:title" content="Galmuri 문자 미리보기">
|
|
<meta property="og:site_name" content="Galmuri">
|
|
<meta property="og:type" content="website">
|
|
<meta property="og:url" content="https://galmuri.quiple.dev/glyphs">
|
|
<meta property="og:image" content="https://galmuri.quiple.dev/files/cover.png">
|
|
<meta property="og:image:type" content="image/png">
|
|
<meta property="og:locale" content="ko_KR">
|
|
<link rel="icon" href="./files/galmuri.svg">
|
|
<link rel="canonical" href="https://galmuri.quiple.dev/glyphs">
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/normalize.css/normalize.min.css">
|
|
<link rel="stylesheet" href="./files/style.css">
|
|
<!-- Global site tag (gtag.js) - Google Analytics -->
|
|
<script async src="https://www.googletagmanager.com/gtag/js?id=G-3XWK7FLW2C"></script>
|
|
<script>
|
|
window.dataLayer = window.dataLayer || [];
|
|
function gtag(){dataLayer.push(arguments);}
|
|
gtag('js', new Date());
|
|
gtag('config', 'G-3XWK7FLW2C');
|
|
</script>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="preload"></div>
|
|
<div id="hud-notification" style="visibility:hidden"><div class="msg"></div></div>
|
|
<div class="wrap" style="height:initial;padding-bottom:2.5vw">
|
|
<div class="btns" style="width:100%;margin:0">
|
|
<input type="radio" class="btn-check" name="fonts" id="galmuri14" value="Galmuri14" autocomplete="off">
|
|
<label class="btn" for="galmuri14">Galmuri14</label>
|
|
<input type="radio" class="btn-check" name="fonts" id="galmuri11" value="Galmuri11" autocomplete="off">
|
|
<label class="btn" for="galmuri11">Galmuri11</label>
|
|
<input type="radio" class="btn-check" name="fonts" id="galmuri11-bold" value="Galmuri11-Bold" autocomplete="off">
|
|
<label class="btn" for="galmuri11-bold">Galmuri11 Bold</label>
|
|
<input type="radio" class="btn-check" name="fonts" id="galmuri11-condensed" value="Galmuri11-Condensed" autocomplete="off">
|
|
<label class="btn" for="galmuri11-condensed">Galmuri11 Condensed</label>
|
|
<input type="radio" class="btn-check" name="fonts" id="galmuri9" value="Galmuri9" autocomplete="off">
|
|
<label class="btn" for="galmuri9">Galmuri9</label>
|
|
<input type="radio" class="btn-check" name="fonts" id="galmuri7" value="Galmuri7" autocomplete="off">
|
|
<label class="btn" for="galmuri7">Galmuri7</label>
|
|
</div>
|
|
</div>
|
|
<div class="wrap tameshi">
|
|
<textarea name="tameshi" id="tameshi" cols="30" rows="10">다람쥐 헌 쳇바퀴에 타고파. 정 참판 양반댁 규수 큰 교자 타고 혼례 치른 날. 키스의 고유 조건은 입술끼리 만나야 하고 특별한 기술은 필요치 않다. 찦차를 타고 온 펲시맨과 쑛다리 똠방각하. 여깄네, 빵 통조림! 살짝 설렜어 난. 아이묭(あいみょん) - 사랑을 전하고 싶다든가(愛を伝えたいだとか) I wanna be an ordinary man, not just an ego caught inside a trend. Lo'and behold extraordinary men! Don't you give up on me, cause I won't give up on you. ―Monkey Majik, “Ordinary Man”</textarea>
|
|
<small class="detail" style="position:static;width:100%;opacity:.5;margin:.5em 0 0">표시되지 않거나 명조체로 표시되는 글자는 아직 지원하지 않습니다.</small>
|
|
</div>
|
|
<div class="list-wrap">
|
|
<div id="list"></div>
|
|
</div>
|
|
<script src="./files/bdf.js"></script>
|
|
</body>
|
|
|
|
</html>
|