11---
22title: Typography
3- minver: 0.1.6
3+ minver: 2.0.0
44also:
55 components/typography/test.html: Testing - Typography
66 elements/hx-error: < hx-error >
77---
88{% extends 'component.njk' %}
99
1010{% block page_header %}
11- {# TODO: add component description #}
11+ < p >
12+ This page is updated to the < code > HelixUI-v2.0.0-rc.0 specs</ code >
13+ for {{page.title}}.
14+ </ p >
1215{% endblock %}
1316
1417{% block content %}
@@ -21,19 +24,19 @@ <h2 id="typefaces">Typefaces</h2>
2124 < div class ="example ">
2225 < div class ="demo-typography ">
2326 < div class ="hxRow ">
24- < div class ="hxCol font-roboto ">
25- < p class ="weight-thin "> 100: Roboto Thin</ p >
26- < p class ="weight-light "> 300: Roboto Light</ p >
27- < p class ="weight-regular "> 400: Roboto Regular</ p >
28- < p class ="weight-medium "> 500: Roboto Medium</ p >
29- < p class ="weight-bold "> 700: Roboto Bold</ p >
27+ < div class ="hxCol font-open-sans ">
28+ < p class ="weight-thin "> 100: Open Sans Thin</ p >
29+ < p class ="weight-light "> 300: Open Sans Light</ p >
30+ < p class ="weight-regular "> 400: Open Sans Regular</ p >
31+ < p class ="weight-medium "> 500: Open Sans Medium</ p >
32+ < p class ="weight-bold "> 700: Open Sans Bold</ p >
3033 </ div >
31- < div class ="hxCol font-roboto-mono ">
32- < p class ="weight-thin "> 100: Roboto Mono Thin</ p >
33- < p class ="weight-light "> 300: Roboto Mono Light</ p >
34- < p class ="weight-regular "> 400: Roboto Mono Regular</ p >
35- < p class ="weight-medium "> 500: Roboto Mono Medium</ p >
36- < p class ="weight-bold "> 700: Roboto Mono Bold</ p >
34+ < div class ="hxCol font-open-sans-condensed ">
35+ < p class ="weight-thin "> 100: Open Sans Condensed Thin</ p >
36+ < p class ="weight-light "> 300: Open Sans Condensed Light</ p >
37+ < p class ="weight-regular "> 400: Open Sans Condensed Regular</ p >
38+ < p class ="weight-medium "> 500: Open Sans Condensed Medium</ p >
39+ < p class ="weight-bold "> 700: Open Sans Condensed Bold</ p >
3740 </ div >
3841 </ div >
3942 </ div >
@@ -436,7 +439,7 @@ <h2 id="syntax-highlighting">Syntax Highlighting</h2>
436439 < figure class ="hxFigure ">
437440 {% code 'css' %}
438441 /* CSS Comment */
439- @import url(' https://fonts.googleapis.com/css ?family=Roboto+Mono:100,100i ,300,300i, 400,400i ,700,700i' );
442+ @import url(" https://fonts.googleapis.com/css2 ?family=Open+Sans:ital,wght@0 ,300;0,400;0,600;0,700;0,800;1,300;1, 400;1,600;1 ,700;1,800&display=swap" );
440443 :root {
441444 --border-color: #bada55;
442445 }
0 commit comments