8 lines
137 B
HTML
8 lines
137 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
@font-face {
|
|
font-family: Ahem;
|
|
src: url(../fonts/Ahem.ttf);
|
|
}
|
|
</style>
|
|
<p style="font: 16px Ahem">Hello</p>
|