Skip to content

Instantly share code, notes, and snippets.

@josejuan
Last active June 5, 2021 15:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save josejuan/91751013731318a6e7388141327747e9 to your computer and use it in GitHub Desktop.
Save josejuan/91751013731318a6e7388141327747e9 to your computer and use it in GitHub Desktop.
<!DOCTYPE html><html><head><meta charset="utf-8">
<!-- obtener alguna fuente @font-face ... en este caso "Noto Sans SC" -->
<link href="https://fonts.googleapis.com/css?family=Noto+Sans+SC&display=swap" rel="stylesheet">
<style>
/* donde sea usar esta fuente (puede añadirse a la lista de font-families del root) */
.chino {
font-family: "Noto Sans SC";
}
</style></head><body><p>Esta constelación ... en realidad, Guowang (
<!-- donde sea, usar esa clase (font-family o en root) -->
<span class="chino">国网</span>)
significa ... la empresa China Satellite Network Group Corporation Limited (<span class="chino">中国卫星网络集团有限公司</span>) que ... más formalmente como Zhongguo Xingwang (<span class="chino">中国星网</span>, ‘red de satélites de China).</p></body></html>
<!--
Por ejemplo, para verlo funcionar ir a:
https://jsfiddle.net/tvuzd0hr/
-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment