mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
25 lines
947 B
CSS
25 lines
947 B
CSS
/*
|
|
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
|
* use this file except in compliance with the License. You may obtain a copy
|
|
* of the License at:
|
|
*
|
|
* http://www.apache.org/licenses/LICENSE-2.0
|
|
*
|
|
* UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING, SOFTWARE
|
|
* DISTRIBUTED UNDER THE LICENSE IS DISTRIBUTED ON AN "AS IS" BASIS,
|
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|
* SEE THE LICENSE FOR THE SPECIFIC LANGUAGE GOVERNING PERMISSIONS AND
|
|
* LIMITATIONS UNDER THE LICENSE.
|
|
*/
|
|
|
|
@font-face {
|
|
font-family: "Material Icons";
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
src: local("Material Icons"),
|
|
local("MaterialIcons-Regular"),
|
|
url("material-icons/MaterialIcons-Regular.woff2") format("woff2"),
|
|
url("material-icons/MaterialIcons-Regular.woff") format("woff"),
|
|
url("material-icons/MaterialIcons-Regular.ttf") format("truetype");
|
|
}
|