@stanford_mosciski
1 2 3 4 5 6 |
@font-face { font-family: 'MyFont'; src: url('wp-content/fonts/MyFont.ttf') format('truetype'); font-weight: normal; font-style: normal; } |
1 2 3 4 5 6 7 |
body { font-family: MyFont, sans-serif; } h1 { font-family: MyFont, serif; } |