Style autour du profil utilisateur
This commit is contained in:
@@ -15,6 +15,7 @@ body {
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
/* Doc : https://github.com/google/material-design-icons/tree/master/iconfont */
|
||||
@font-face {
|
||||
font-family: 'Material Icons';
|
||||
font-style: normal;
|
||||
@@ -24,8 +25,8 @@ body {
|
||||
src: local('Material Icons'),
|
||||
local('MaterialIcons-Regular'),
|
||||
url(../font/MaterialIcons.woff2) format('woff2'),
|
||||
/* url(https://example.com/MaterialIcons-Regular.woff) format('woff'), */
|
||||
/* url(https://example.com/MaterialIcons-Regular.ttf) format('truetype'); */
|
||||
url(../font/MaterialIcons-Regular.woff) format('woff'),
|
||||
url(../font/MaterialIcons-Regular.ttf) format('truetype')
|
||||
}
|
||||
|
||||
.material-icons {
|
||||
|
||||
Reference in New Issue
Block a user