Skip to content

Commit de0c9e1

Browse files
authored
Merge pull request #104 from estelle/group1
Group 1: modernize content
2 parents 01f320e + 9457d50 commit de0c9e1

11 files changed

+29
-26
lines changed

variable-fonts/grade.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<!DOCTYPE html>
2-
<html>
3-
2+
<html lang="en-us">
43
<head>
5-
<meta charset="utf-8">
4+
<meta charset="utf-8" />
5+
<meta name="viewport" content="width=device-width" />
66
<title>Variable Font example - grade</title>
77

88
<style>

variable-fonts/italic.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<!DOCTYPE html>
2-
<html>
3-
2+
<html lang="en-us">
43
<head>
5-
<meta charset="utf-8">
4+
<meta charset="utf-8" />
5+
<meta name="viewport" content="width=device-width" />
66
<title>Variable Font example - italic</title>
77

88
<style>

variable-fonts/optical-sizing.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<!DOCTYPE html>
2-
<html>
3-
2+
<html lang="en-us">
43
<head>
5-
<meta charset="utf-8">
4+
<meta charset="utf-8" />
5+
<meta name="viewport" content="width=device-width" />
66
<title>Variable Font example - optical sizing</title>
77

88
<style>

variable-fonts/sample-page.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<!DOCTYPE html>
2-
<html>
3-
2+
<html lang="en-us">
43
<head>
5-
<meta charset="utf-8">
4+
<meta charset="utf-8" />
5+
<meta name="viewport" content="width=device-width" />
66
<title>Variable Font example page (static CSS)</title>
77

88
<style>

variable-fonts/slant.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<!DOCTYPE html>
2-
<html>
3-
2+
<html lang="en-us">
43
<head>
5-
<meta charset="utf-8">
4+
<meta charset="utf-8" />
5+
<meta name="viewport" content="width=device-width" />
66
<title>Variable Font example - slant</title>
77

88
<style>

variable-fonts/weight.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<!DOCTYPE html>
2-
<html>
3-
2+
<html lang="en-us">
43
<head>
5-
<meta charset="utf-8">
4+
<meta charset="utf-8" />
5+
<meta name="viewport" content="width=device-width" />
66
<title>Variable Font example - weight</title>
77

88
<style>

variable-fonts/width.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<!DOCTYPE html>
2-
<html>
3-
2+
<html lang="en-us">
43
<head>
5-
<meta charset="utf-8">
4+
<meta charset="utf-8" />
5+
<meta name="viewport" content="width=device-width" />
66
<title>Variable Font example - width</title>
77

88
<style>

visual-formatting/anonymous-block.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
<!DOCTYPE html>
2-
<html>
2+
<html lang="en-us">
33
<head>
44
<meta charset="utf-8" />
5+
<meta name="viewport" content="width=device-width" />
56
<title>Anonymous Block Box</title>
67

78
<style>

visual-formatting/anonymous-flex.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
<!DOCTYPE html>
2-
<html>
2+
<html lang="en-us">
33
<head>
44
<meta charset="utf-8" />
5+
<meta name="viewport" content="width=device-width" />
56
<title>Anonymous flex items</title>
67

78
<style>

visual-formatting/line-boxes.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
<!DOCTYPE html>
2-
<html>
2+
<html lang="en-us">
33
<head>
44
<meta charset="utf-8" />
5+
<meta name="viewport" content="width=device-width" />
56
<title>Line boxes</title>
67

78
<style>

web-fonts/basic-web-font.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<!DOCTYPE html>
2-
<html>
2+
<html lang="en-us">
33
<head>
44
<title>Web Font Sample</title>
5-
<style type="text/css" media="screen, print">
5+
<style media="screen, print">
66
@font-face {
77
font-family: "Bitstream Vera Serif Bold";
88
src: url("VeraSeBd.ttf");

0 commit comments

Comments
 (0)