mirror of
https://github.com/servo/servo
synced 2026-05-13 18:37:30 +02:00
16 lines
206 B
HTML
16 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>
|
|
|