5,960
edits
(font test: Noto) |
No edit summary |
||
Line 1: | Line 1: | ||
<html> | <html> | ||
<style> | <style> | ||
@import url('https://fonts.googleapis.com/css2?family= | @import url('https://fonts.googleapis.com/css2?family=Google+Sans:wght@100;200;300;400;500;700;900&display=swap'); | ||
p { | p { | ||
font-family: ' | font-family: 'Google Sans', sans-serif; | ||
} | } | ||
</style> | </style> |