Skip to content

Group 1: modernize content #104

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions variable-fonts/grade.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<!DOCTYPE html>
<html>

<html lang="en-us">
<head>
<meta charset="utf-8">
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>Variable Font example - grade</title>

<style>
Expand Down
6 changes: 3 additions & 3 deletions variable-fonts/italic.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<!DOCTYPE html>
<html>

<html lang="en-us">
<head>
<meta charset="utf-8">
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>Variable Font example - italic</title>

<style>
Expand Down
6 changes: 3 additions & 3 deletions variable-fonts/optical-sizing.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<!DOCTYPE html>
<html>

<html lang="en-us">
<head>
<meta charset="utf-8">
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>Variable Font example - optical sizing</title>

<style>
Expand Down
6 changes: 3 additions & 3 deletions variable-fonts/sample-page.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<!DOCTYPE html>
<html>

<html lang="en-us">
<head>
<meta charset="utf-8">
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>Variable Font example page (static CSS)</title>

<style>
Expand Down
6 changes: 3 additions & 3 deletions variable-fonts/slant.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<!DOCTYPE html>
<html>

<html lang="en-us">
<head>
<meta charset="utf-8">
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>Variable Font example - slant</title>

<style>
Expand Down
6 changes: 3 additions & 3 deletions variable-fonts/weight.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<!DOCTYPE html>
<html>

<html lang="en-us">
<head>
<meta charset="utf-8">
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>Variable Font example - weight</title>

<style>
Expand Down
6 changes: 3 additions & 3 deletions variable-fonts/width.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<!DOCTYPE html>
<html>

<html lang="en-us">
<head>
<meta charset="utf-8">
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>Variable Font example - width</title>

<style>
Expand Down
3 changes: 2 additions & 1 deletion visual-formatting/anonymous-block.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<!DOCTYPE html>
<html>
<html lang="en-us">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>Anonymous Block Box</title>

<style>
Expand Down
3 changes: 2 additions & 1 deletion visual-formatting/anonymous-flex.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<!DOCTYPE html>
<html>
<html lang="en-us">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>Anonymous flex items</title>

<style>
Expand Down
3 changes: 2 additions & 1 deletion visual-formatting/line-boxes.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<!DOCTYPE html>
<html>
<html lang="en-us">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>Line boxes</title>

<style>
Expand Down
4 changes: 2 additions & 2 deletions web-fonts/basic-web-font.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<!DOCTYPE html>
<html>
<html lang="en-us">
<head>
<title>Web Font Sample</title>
<style type="text/css" media="screen, print">
<style media="screen, print">
@font-face {
font-family: "Bitstream Vera Serif Bold";
src: url("VeraSeBd.ttf");
Expand Down