mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
15 lines
206 B
HTML
15 lines
206 B
HTML
<!DOCTYPE html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<style>
|
|
@font-face {
|
|
font-family: 'Octicons';
|
|
src: url(fonts/octicons/octicons.ttf);
|
|
}
|
|
h1 {
|
|
font-family: Octicons;
|
|
}
|
|
</style>
|
|
</head>
|
|
<h1></h1>
|
|
|