3300.me

webfont / import example

last update: 2020/12/19

Search :

: 0 results

get code

// Exsample 'Noto Sans JP'

https://fonts.google.com/specimen/Noto+Sans+JP (size: 30.1 KB)
SELECT THIS FONT > Family Selected > CUSTOMIZE > EMBED > @IMPORT 

css

@import url(//fonts.googleapis.com/css?family=Noto+Sans+JP:300&display=swap&subset=japanese);

.foo {
  font-family: 'Noto Sans JP', sans-serif;
}