first commit

This commit is contained in:
2026-04-13 07:15:44 +00:00
parent ad29150770
commit 97a4e3af52
239 changed files with 6671 additions and 91 deletions

View File

@@ -0,0 +1,8 @@
@font-face {
font-family: 'Font1';
src:
url('data:application/x-font-woff2;base64,AAA') format('woff2'),
local(Arial);
font-weight: normal;
font-style: normal;
}

View File

@@ -0,0 +1,9 @@
@font-face {
font-family: 'Font1';
src:
url('http://fonts.com/font1.woff2') format('woff2'),
url('http://fonts.com/font1.woff') format('woff'),
local(Arial);
font-weight: normal;
font-style: normal;
}

View File

@@ -0,0 +1,8 @@
@font-face {
font-family: 'Font1';
src: url('../font1.woff') format('woff');
}
@font-face {
font-family: 'Font2';
src: url('font2.woff2') format('woff2');
}

View File

@@ -0,0 +1 @@
<link rel="stylesheet" href="/base/spec/resources/fonts/web-fonts/rules-relative.css" />

View File

@@ -0,0 +1,34 @@
@font-face {
font-family: 'Font1';
src:
url('http://fonts.com/font1.woff') format('woff'),
url('http://fonts.com/font1.woff2') format('woff2'),
local('Arial');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Font2';
src:
url('http://fonts.com/font2.ttf?v1.1.3') format('truetype'),
local('Ubuntu');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Font3';
src:
url('data:font/woff2;base64,AAA') format('woff2'),
local('Ubuntu');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Font4';
src: local('Comic Sans');
font-weight: normal;
font-style: normal;
}

View File

@@ -0,0 +1,8 @@
@font-face {
font-family: 'Font1';
src:
url('http://fonts.com/font1.woff2?v=4.3.0') format('woff2'),
local(Arial);
font-weight: normal;
font-style: normal;
}