10 lines
302 B
CSS
10 lines
302 B
CSS
/*
|
|
* See: https://fonts.google.com/license/googlerestricted
|
|
*/
|
|
@font-face {
|
|
font-family: 'Google Sans Text';
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
src: url(https://fonts.gstatic.com/l/font?kit=5aUu9-KzpRiLCAt4Unrc-xIKmCU5mEhkgo3FI_E8lH570oBdIw&skey=b20c8ebc9802c116&v=v21) format('woff2');
|
|
}
|