diff options
author | sijanec <sijanecantonluka@gmail.com> | 2020-05-17 15:07:56 +0200 |
---|---|---|
committer | sijanec <sijanecantonluka@gmail.com> | 2020-05-17 15:07:56 +0200 |
commit | dcd2233aa6ceabe00b06b4fe342b14bf211e9f4a (patch) | |
tree | 4158b4ac7c70105af682c278e64966846f3fa9ec /dist/css/materialicons.css | |
parent | tnx za popravljeno install skripto (diff) | |
download | beziapp-dcd2233aa6ceabe00b06b4fe342b14bf211e9f4a.tar beziapp-dcd2233aa6ceabe00b06b4fe342b14bf211e9f4a.tar.gz beziapp-dcd2233aa6ceabe00b06b4fe342b14bf211e9f4a.tar.bz2 beziapp-dcd2233aa6ceabe00b06b4fe342b14bf211e9f4a.tar.lz beziapp-dcd2233aa6ceabe00b06b4fe342b14bf211e9f4a.tar.xz beziapp-dcd2233aa6ceabe00b06b4fe342b14bf211e9f4a.tar.zst beziapp-dcd2233aa6ceabe00b06b4fe342b14bf211e9f4a.zip |
Diffstat (limited to '')
-rw-r--r-- | dist/css/materialicons.css | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/dist/css/materialicons.css b/dist/css/materialicons.css new file mode 100644 index 0000000..6e24fe0 --- /dev/null +++ b/dist/css/materialicons.css @@ -0,0 +1,24 @@ +/* fallback */ + +@font-face { + font-family: 'Material Icons'; + font-style: normal; + font-weight: 400; + src: url(/fonts/materialicons.woff2) format("woff2"); +} + +.material-icons { + font-family: 'Material Icons'; + font-weight: normal; + font-style: normal; + font-size: 24px; + line-height: 1; + letter-spacing: normal; + text-transform: none; + display: inline-block; + white-space: nowrap; + word-wrap: normal; + direction: ltr; + -webkit-font-feature-settings: 'liga'; + -webkit-font-smoothing: antialiased; +} |